| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MG added RDoc comments for re.c | dave | 2003-12-26 | 1 | -0/+419 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -4/+0 |
* | * parse.y (logop): left may be NULL. [ruby-talk:84539] | matz | 2003-10-30 | 1 | -1/+1 |
* | * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'. | akr | 2003-10-29 | 1 | -0/+77 |
* | * re.c (rb_memsearch): fix overrun. [ruby-talk:80759] | nobu | 2003-09-01 | 1 | -10/+13 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -3/+1 |
* | * re.c (rb_reg_options_m): use rb_reg_options() to mask internal | nobu | 2003-07-25 | 1 | -10/+7 |
* | * re.c (match_captures): rename from "groups". | matz | 2003-07-17 | 1 | -2/+2 |
* | * re.c (match_entry): add prototype to avoid VC++ warnings. | usa | 2003-07-09 | 1 | -0/+1 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -22/+27 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -4/+4 |
* | * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. | aamine | 2003-05-19 | 1 | -6/+6 |
* | * object.c (rb_class_allocate_instance): singleton class check | matz | 2003-05-16 | 1 | -1/+22 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -1/+4 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+30 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -1/+0 |
* | * intern.h, re.c (rb_memsearch): returns long. | nobu | 2003-02-07 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): shoule not preset "kcode" unless | matz | 2003-02-06 | 1 | -15/+17 |
* | * re.c (rb_reg_initialize_m): 3rd argument was ignored. | matz | 2003-02-06 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): unfotunate serious typo. | matz | 2003-02-03 | 1 | -1/+1 |
* | * object.c (Init_Object): default Object#=== now calls "==" | matz | 2003-02-03 | 1 | -22/+43 |
* | * re.c (rb_memsearch): a little improvement. | nobu | 2003-02-03 | 1 | -12/+13 |
* | * re.c (rb_memsearch): algolithm body of String#index. | matz | 2003-02-03 | 1 | -1/+54 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+2 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -2/+2 |
* | * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a, | nobu | 2002-12-19 | 1 | -7/+9 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -1/+22 |