aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-13/+13
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-8/+0
* * re.c (rb_reg_mbclen2): suppress a warning.nobu2007-08-291-1/+1
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-281-5/+5
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-251-15/+22
* * encoding.c: provide basic features for M17N.matz2007-08-251-67/+78
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-251-2/+2
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-241-0/+17
* * parse.y (reg_compile_gen): obtain error info from errinfo.nobu2007-08-181-15/+24
* * re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu2007-08-021-46/+65
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-3/+3
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-27/+43
* update document to follow MatchData#inspect implementation.akr2007-06-231-1/+1
* * re.c (match_inspect): MatchData#inspect implemented.akr2007-06-231-1/+25
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-142/+145
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-2/+2
* * re.c (reg_operand): allow symbols to be operands for regularmatz2007-02-141-9/+22
* * dir.c (dir_s_glob): restore GC protection volatile variable.matz2006-09-181-1/+2
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-1/+0
* * ruby.h (struct RString): embed small strings.matz2006-08-311-30/+30
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-15/+23
* don't use onig_recompile()kosako2006-05-151-7/+11
* refactoring for optionskosako2006-03-261-121/+135
* RDoc description updatedkosako2006-03-241-2/+7
* prohibit number backref in replaced string for named patternkosako2006-03-231-2/+8
* add back reference by name in replace stringkosako2006-03-221-11/+45
* add String/Symbol argument to MatchData[x]kosako2006-03-211-3/+38
* * re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr2005-12-131-0/+1
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-201/+84
* * re.c (make_regexp): should not return junk address duringmatz2005-05-231-12/+13
* * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu2005-05-051-0/+1
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-3/+5
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-091-1/+1
* remove oniggnu.h (GNU regex API).kosako2005-02-261-0/+5
* remove GNU regex APIkosako2005-02-171-63/+99
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-2/+2
* * re.c (rb_reg_initialize_m): should raise exception instead ofmatz2004-11-171-1/+1
* * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito2004-11-041-14/+17
* rdocnobu2004-10-201-0/+9
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-2/+2
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-2/+2
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-20/+33
* * string.c (rb_str_match_m): String#match should also takematz2004-07-171-0/+4
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-171-30/+46
* re.c: applied stack error handling patch. [ruby-dev:22431]ksaito2004-04-241-7/+9
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-2/+2