summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2009-02-03* re.c (match_array): replace match_check().matz
2008-12-16* re.c: use strlcpy for error messages.akr
2008-12-11* re.c (reg_enc_error): raise EncodingCompatibilityError formatz
2008-12-10* re.c (rb_reg_initialize): raise RegexpError when encodingnaruse
2008-11-18* re.c (rb_reg_desc): re might be NULL.matz
2008-11-15* re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu
2008-10-22* re.c (unescape_escaped_nonascii): back out the last change onmatz
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
2008-10-16* re.c (rb_reg_initialize_m): changed the message to clarify thematz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-11rdoc update.akr
2008-09-19* re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse
2008-09-16* re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr
2008-09-08* vm.c (rb_mRubyVMFrozenCore): registered for GC.akr
2008-08-18* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-20* re.c (rb_reg_s_union): useless rb_enc_get call removed to preventakr
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-04* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz
2008-05-16* array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz
2008-05-15* re.c (rb_reg_prepare_enc): error condition was updated for nonmatz
2008-05-12* re.c (rb_reg_prepare_re): made non static with small refactoring.matz
2008-05-02* re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz
2008-04-30* re.c (rb_reg_search): use local variable. a patch from wanabenobu
2008-04-22* enumerator.c (enumerator_each, enumerator_with_index): suppressnobu
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-08* re.c (rb_reg_quote): should always copy the quoting string.matz
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition.naruse
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-09fix doc.akr
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-03-03* re.c (rb_reg_regsub): remove too strict encoding check.matz
2008-02-29* time.c (time_strftime): format should be ascii compatible.matz
2008-02-18add tests for sub/gsub with hash.akr
2008-02-18typo fix.akr
2008-02-18* re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.akr
2008-02-17* re.c (rb_reg_regsub): don't repeat repl twice withakr
2008-02-17* re.c (rb_reg_prepare_re): add enable_warning parameter.akr
2008-02-17* re.c (rb_reg_quote): return US-ASCII string consistently.akr