summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2007-10-16* re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-10* re.c (rb_reg_s_quote): no longer takes optional second argumentmatz
2007-10-08fix rdoc position of Regexp.union.akr
2007-10-06add an example for Regexp.union document.akr
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu
2007-10-05* include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz
2007-10-05* re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr
2007-10-04replace rb_memcicmp()matz
2007-10-04revert rb_memcmp() change to pacify GCC optimizermatz
2007-10-04* re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz
2007-10-04* re.c (kcode_setter): restore erroneously removed setter.matz
2007-10-04* re.c (ignorecase_setter): change warning message.matz
2007-10-04* re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz
2007-10-04* re.c (kcode_setter): Perl-ish global variable `$=' no longermatz
2007-10-04* encoding.c (rb_obj_encoding): returns encoding of the given object.nobu
2007-09-29* re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr
2007-09-20* re.c (rb_reg_match_m): evaluate a block if match. it would makematz
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-08-29* string.c (str_gsub): should not use mbclen2() which has broken API.matz
2007-08-29* re.c (rb_reg_mbclen2): suppress a warning.nobu
2007-08-28* string.c (rb_str_subseq): retrieve substring based on byte offset.matz
2007-08-25* parse.y, re.c: re-applied revision 13092.nobu
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* array.c (rb_ary_s_try_convert): more document description.matz
2007-08-24* array.c (rb_ary_s_try_convert): a new class method to convertmatz
2007-08-18* parse.y (reg_compile_gen): obtain error info from errinfo.nobu
2007-08-02* re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu