summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-15don't use onig_recompile()kosako
2006-03-26refactoring for optionskosako
2006-03-24RDoc description updatedkosako
2006-03-23prohibit number backref in replaced string for named patternkosako
2006-03-22add back reference by name in replace stringkosako
2006-03-21add String/Symbol argument to MatchData[x]kosako
2005-12-13* re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr
2005-11-23* re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-05-23* re.c (make_regexp): should not return junk address duringmatz
2005-05-05* hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-02-26remove oniggnu.h (GNU regex API).kosako
2005-02-17remove GNU regex APIkosako
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-04* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2004-10-20rdocnobu
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-07-17* string.c (rb_str_match_m): String#match should also takematz
2004-07-17* re.c (rb_reg_match_m): add optional second argugment "pos" tomatz
2004-04-24re.c: applied stack error handling patch. [ruby-dev:22431]ksaito
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu