summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2007-12-09* re.c (rb_reg_s_last_match): accept named capture's name.akr
2007-12-09Regexp#fixed_encoding? documented.akr
2007-12-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-02fix Regexp#inspect document.akr
2007-12-02document MatchData#inspect.akr
2007-12-02* re.c (unescape_escaped_nonascii): fix mbclen argument.akr