| Commit message (Expand) | Author | Age | Files | Lines |
* | * re.c (option_to_str, arg_kcode, opt_kcode): options conversion | nobu | 2007-08-02 | 1 | -46/+65 |
* | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 1 | -3/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -27/+43 |
* | update document to follow MatchData#inspect implementation. | akr | 2007-06-23 | 1 | -1/+1 |
* | * re.c (match_inspect): MatchData#inspect implemented. | akr | 2007-06-23 | 1 | -1/+25 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -142/+145 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -2/+2 |
* | * re.c (reg_operand): allow symbols to be operands for regular | matz | 2007-02-14 | 1 | -9/+22 |
* | * dir.c (dir_s_glob): restore GC protection volatile variable. | matz | 2006-09-18 | 1 | -1/+2 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+0 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -30/+30 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -2/+2 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -15/+23 |
* | don't use onig_recompile() | kosako | 2006-05-15 | 1 | -7/+11 |
* | refactoring for options | kosako | 2006-03-26 | 1 | -121/+135 |
* | RDoc description updated | kosako | 2006-03-24 | 1 | -2/+7 |
* | prohibit number backref in replaced string for named pattern | kosako | 2006-03-23 | 1 | -2/+8 |
* | add back reference by name in replace string | kosako | 2006-03-22 | 1 | -11/+45 |
* | add String/Symbol argument to MatchData[x] | kosako | 2006-03-21 | 1 | -3/+38 |
* | * re.c (rb_reg_regcomp): fix a GC problem on x86_64 with | akr | 2005-12-13 | 1 | -0/+1 |
* | * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. | matz | 2005-11-23 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -201/+84 |
* | * re.c (make_regexp): should not return junk address during | matz | 2005-05-23 | 1 | -12/+13 |
* | * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815] | nobu | 2005-05-05 | 1 | -0/+1 |
* | * eval.c (rb_call0): reorganize "return" event post. | matz | 2005-03-16 | 1 | -3/+5 |
* | * parse.y (gettable_gen): warns if VCALL name is used as | matz | 2005-03-09 | 1 | -1/+1 |
* | remove oniggnu.h (GNU regex API). | kosako | 2005-02-26 | 1 | -0/+5 |
* | remove GNU regex API | kosako | 2005-02-17 | 1 | -63/+99 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -2/+2 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -1/+1 |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2004-11-04 | 1 | -14/+17 |
* | rdoc | nobu | 2004-10-20 | 1 | -0/+9 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -2/+2 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -2/+2 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -20/+33 |
* | * string.c (rb_str_match_m): String#match should also take | matz | 2004-07-17 | 1 | -0/+4 |
* | * re.c (rb_reg_match_m): add optional second argugment "pos" to | matz | 2004-07-17 | 1 | -30/+46 |
* | re.c: applied stack error handling patch. [ruby-dev:22431] | ksaito | 2004-04-24 | 1 | -7/+9 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -2/+2 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -1/+1 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -2/+2 |
* | adjust white spaces. | nobu | 2004-03-05 | 1 | -10/+10 |
* | * oniggnu.h: imported from Oniguruma library. | ksaito | 2004-03-05 | 1 | -15/+19 |
* | * re.c: corrected documentation format (rb_reg_initialize_m) | gsinclair | 2004-02-22 | 1 | -2/+2 |
* | * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int). | matz | 2004-02-13 | 1 | -1/+1 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+2 |
* | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -1/+1 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -1/+26 |