summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2008-01-07* re.c (rb_reg_preprocess): fix fixed_enc condition.akr
2008-01-07* encoding.c (rb_enc_internal_get_index): extracted fromakr
2008-01-06* re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr
2008-01-05* re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr
2008-01-04* include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu
2008-01-04* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr
2008-01-04unused variable removed.akr
2008-01-04* re.c (rb_reg_search): avoid inner loop for reverse search.matz
2008-01-03* re.c (rb_reg_search): iterate onig_match for reverse mode.akr
2007-12-31fix typos.akr
2007-12-29* re.c (rb_reg_regsub): returns the given string itself if nothingnobu
2007-12-27* re.c (rb_reg_s_union): show encodings in error message.akr
2007-12-24* re.c (rb_reg_prepare_re): show regexp encoding in the error message.akr
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-22refine error message.akr
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz
2007-12-21* re.c (ARG_ENCODING_NONE): defined for /.../n option.akr
2007-12-21* re.c (append_utf8): use rb_utf8_encoding() instead ofakr
2007-12-21* test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz
2007-12-21* re.c: change "character encodings differ" error messages.akr
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-17* re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz
2007-12-17* string.c (scan_once): need no encoding compatibility check.matz