summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-05adjust white spaces.nobu
2004-03-05* oniggnu.h: imported from Oniguruma library.ksaito
2004-02-22 * re.c: corrected documentation format (rb_reg_initialize_m)gsinclair
2004-02-13* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-26MG added RDoc comments for re.cdave
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-30* parse.y (logop): left may be NULL. [ruby-talk:84539]matz
2003-10-29* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr
2003-09-01* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-07-25* re.c (rb_reg_options_m): use rb_reg_options() to mask internalnobu
2003-07-17* re.c (match_captures): rename from "groups".matz
2003-07-09* re.c (match_entry): add prototype to avoid VC++ warnings.usa