summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2007-06-23update document to follow MatchData#inspect implementation.akr
2007-06-23* re.c (match_inspect): MatchData#inspect implemented.akr
2007-06-10* include/ruby: moved public headers.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-23* oniguruma.h: updated to Oniguruma 5.7.0.matz
2007-02-14* re.c (reg_operand): allow symbols to be operands for regularmatz
2006-09-18* dir.c (dir_s_glob): restore GC protection volatile variable.matz
2006-09-18* dir.c (dir_s_glob): remove unused variable.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz