aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (PINC): use optimized enclen() instead ofmatz2008-05-191-15/+26
* * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz2008-05-161-0/+2
* * re.c (rb_reg_prepare_enc): error condition was updated for nonmatz2008-05-151-19/+28
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-3/+4
* * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz2008-05-021-2/+0
* * re.c (rb_reg_search): use local variable. a patch from wanabenobu2008-04-301-1/+2
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-221-5/+3
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-141-48/+63
* * re.c (rb_reg_quote): should always copy the quoting string.matz2008-04-081-3/+3
* * re.c (rb_memsearch_qs): wrong boundary condition.naruse2008-04-041-4/+4
* * re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz2008-04-041-1/+1
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-26/+130
* fix doc.akr2008-03-091-9/+9
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+1
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-1/+0
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-291-0/+1
* 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