summaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * removed spaces just before tabs.nobu2009-11-261-5/+5
* * re.c (last_match): add "thread and method" to the scope.naruse2009-09-301-1/+1
* * re.c (last_match): Added note to the doc that last_match is local to curren...marcandre2009-09-291-0/+3
* * doc/re.rb: New document for Ruby's fork of Oniguruma.naruse2009-09-171-0/+3
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-101-2/+2
* * re.c (rb_reg_hash): must calculate hash.nobu2009-09-081-1/+1
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-15/+13
* * re.c (Init_Regexp): new methods. [ruby-core:24748]nobu2009-09-051-0/+3
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+49
* * re.c (update_char_offset):nobu2009-09-041-5/+5
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-301-15/+20
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-3/+5
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-1/+1
* Fix error message of /.../n with embeded non ASCII-8BIT string.naruse2009-08-051-3/+10
* use rb_enc_get to get the encoding of a Regexp object.naruse2009-07-181-1/+1
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-301-1/+1
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-301-16/+23
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-1/+1
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+5
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-4/+4
* stripped trailing spaces.nobu2009-02-221-10/+10
* * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]akr2009-02-221-0/+1
* * re.c (match_array): replace match_check().matz2009-02-031-4/+10
* * re.c: use strlcpy for error messages.akr2008-12-161-26/+27
* * re.c (reg_enc_error): raise EncodingCompatibilityError formatz2008-12-111-2/+2
* * re.c (rb_reg_initialize): raise RegexpError when encodingnaruse2008-12-101-0/+5
* * re.c (rb_reg_desc): re might be NULL.matz2008-11-181-1/+1
* * re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu2008-11-151-1/+1
* * re.c (unescape_escaped_nonascii): back out the last change onmatz2008-10-221-6/+2
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+1
* * re.c (rb_reg_initialize_m): changed the message to clarify thematz2008-10-161-1/+1
* * .gdbinit (rp): REGEXP handling fixed.matz2008-10-161-2/+6
* rdoc update.akr2008-10-111-2/+9
* * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse2008-09-191-2/+6
* * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse2008-09-161-1/+1
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-14/+14
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-1/+1
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-131-1/+1
* * vm.c (rb_mRubyVMFrozenCore): registered for GC.akr2008-09-081-5/+3
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-181-1/+3
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+1
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-3/+1
* * re.c (rb_reg_s_union): useless rb_enc_get call removed to preventakr2008-07-201-1/+1
* * re.c (unescape_nonascii): add has_property argument not toakr2008-07-041-3/+9
* * re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr2008-07-041-0/+6
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-39/+35
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu2008-06-071-2/+1
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-11/+38
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1