summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2007-12-13* re.c (rb_reg_initialize): embedded string may override encodingmatz
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-12* re.c (rb_reg_regsub): should copy encoding.nobu
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-10* re.c (rb_reg_match): should calculate offset by convertedmatz
2007-12-10* re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr