summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2007-12-02s/unicode/Unicode/ in error messages.akr
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-26* re.c (Init_Regexp): new method Regexp#fixed_encoding?akr
2007-11-26* re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re andakr
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-11-23* re.c (REG_CASESTATE): unused macro removed.akr
2007-11-23* re.c (match_begin): should return offset by character.matz
2007-11-04* re.c (rb_reg_quote): quote \v as well.akr
2007-11-04* re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr
2007-10-19* parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu
2007-10-17* re.c (rb_reg_s_union): the last check was not complete.matz
2007-10-17* encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu
2007-10-16* re.c (rb_reg_desc): set encoding.nobu
2007-10-16* re.c (rb_reg_initialize_m): allow binary encoding option.nobu
2007-10-16* re.c (rb_reg_s_union): check for encoding of original object.nobu
2007-10-16* parse.y (parser_regx_options): check if regexp encoding optionnobu