aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* add tests for sub/gsub with hash.akr2008-02-181-1/+2
* typo fix.akr2008-02-181-1/+1
* * re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.akr2008-02-181-0/+6
* * re.c (rb_reg_regsub): don't repeat repl twice withakr2008-02-171-0/+1
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-171-4/+5
* * re.c (rb_reg_quote): return US-ASCII string consistently.akr2008-02-171-2/+5
* * include/ruby/re.h (struct rmatch_offset): new struct for characterakr2008-02-161-45/+157
* * re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.akr2008-02-161-0/+4
* * re.c (rb_reg_quote): set US-ACII for ASCII-only string.nobu2008-02-151-1/+1
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-141-11/+14
* * insns.def (toregexp): generate a regexp from strings instead of oneakr2008-01-291-28/+47
* * string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse2008-01-281-3/+3
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-271-3/+4
* * re.c (rb_reg_source): set encoding as regexp encoding.naruse2008-01-271-1/+1
* * re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr2008-01-261-1/+7
* * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr2008-01-251-1/+4
* * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.usa2008-01-241-1/+1
* * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.usa2008-01-241-1/+1
* * re.c (rb_reg_prepare_re): fix SEGV byakr2008-01-231-1/+5
* * re.c (rb_char_to_option_kcode): Regexp switch `s' should meanusa2008-01-181-1/+1
* * re.c (rb_char_to_option_kcode): fixed typo.nobu2008-01-171-1/+1
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-141-9/+3
* * re.c (rb_reg_prepare_re): initialize error message buffer.akr2008-01-141-9/+9
* * re.c (rb_reg_preprocess): fix fixed_enc condition.akr2008-01-071-1/+1
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-071-1/+1
* * re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr2008-01-061-2/+10
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-061-18/+18
* * re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr2008-01-051-2/+8
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-041-6/+38
* * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr2008-01-041-0/+6
* unused variable removed.akr2008-01-041-1/+0
* * re.c (rb_reg_search): avoid inner loop for reverse search.matz2008-01-041-27/+9
* * re.c (rb_reg_search): iterate onig_match for reverse mode.akr2008-01-031-8/+23
* fix typos.akr2007-12-311-1/+1
* * re.c (rb_reg_regsub): returns the given string itself if nothingnobu2007-12-291-4/+1
* * re.c (rb_reg_s_union): show encodings in error message.akr2007-12-271-6/+17
* * re.c (rb_reg_prepare_re): show regexp encoding in the error message.akr2007-12-241-1/+4
* * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr2007-12-221-2/+2
* refine error message.akr2007-12-221-1/+1
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-211-5/+5
* * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz2007-12-211-1/+2
* * re.c (ARG_ENCODING_NONE): defined for /.../n option.akr2007-12-211-6/+21
* * re.c (append_utf8): use rb_utf8_encoding() instead ofakr2007-12-211-2/+2
* * test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz2007-12-211-1/+1
* * re.c: change "character encodings differ" error messages.akr2007-12-211-5/+5
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-191-1/+2
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-191-1/+1
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-181-0/+31
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-1/+1
* * string.c (scan_once): need no encoding compatibility check.matz2007-12-171-1/+0