summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2008-02-16* include/ruby/re.h (struct rmatch_offset): new struct for characterakr
2008-02-16* re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.akr
2008-02-15* re.c (rb_reg_quote): set US-ACII for ASCII-only string.nobu
2008-02-14* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr
2008-01-29* insns.def (toregexp): generate a regexp from strings instead of oneakr
2008-01-28* string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-27* re.c (rb_reg_source): set encoding as regexp encoding.naruse
2008-01-26* re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr
2008-01-25* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr
2008-01-24 * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.usa
2008-01-24 * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.usa
2008-01-23* re.c (rb_reg_prepare_re): fix SEGV byakr
2008-01-18 * re.c (rb_char_to_option_kcode): Regexp switch `s' should meanusa
2008-01-17* re.c (rb_char_to_option_kcode): fixed typo.nobu
2008-01-14* re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz
2008-01-14* re.c (rb_reg_prepare_re): initialize error message buffer.akr