aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-131-8/+13
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-131-1/+2
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-121-3/+3
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-121-0/+1
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-111-8/+8
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-111-60/+66
* * re.c (rb_reg_match): should calculate offset by convertedmatz2007-12-101-4/+6
* * re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu2007-12-101-12/+12
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-1/+120
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-43/+82
* Regexp#fixed_encoding? documented.akr2007-12-091-0/+25
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-091-3/+20
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-091-6/+77
* * re.c (append_utf8): check unicode range.akr2007-12-091-4/+13
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-0/+23
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-24/+30
* fix Regexp#inspect document.akr2007-12-021-2/+2
* document MatchData#inspect.akr2007-12-021-0/+13