| Commit message (Expand) | Author | Age | Files | Lines |
* | * dir.c (free_dir): fix memory leak. reported by yamamoto | matz | 2004-08-19 | 1 | -0/+26 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -5/+6 |
* | * range.c (rb_range_beg_len): returns Qnil only when "beg" points | matz | 2004-07-24 | 1 | -1/+2 |
* | * string.c (rb_str_match_m): String#match should also take | matz | 2004-07-17 | 1 | -5/+14 |
* | * string.c (str_new4): should share shared instance if it already | matz | 2004-06-05 | 1 | -3/+2 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -5/+5 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -2/+2 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -5/+5 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -2/+2 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-02-10 | 1 | -25/+2 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -4/+148 |
* | * string.c (rb_str_update): don't return any value. | usa | 2003-12-25 | 1 | -1/+1 |
* | * string.c (rb_str_update): call rb_str_modify(). | matz | 2003-12-25 | 1 | -8/+18 |
* | MG added RDoc comments to string.c | dave | 2003-12-24 | 1 | -0/+1145 |
* | * string.c (rb_str_update): get rid of SEGV at just allocated String. | nobu | 2003-11-30 | 1 | -1/+3 |
* | * string.c: add #include "version.h". this file still depends on it. | usa | 2003-11-05 | 1 | -0/+1 |
* | * class.c, hash.c, string.c: remove #include "version.h". | eban | 2003-11-04 | 1 | -1/+0 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -18/+7 |
* | * string.c (rb_str_hash): Update the HASH_PERL alternative hash | knu | 2003-11-01 | 1 | -2/+6 |
* | * string.c (rb_str_upto): ("a"..."a").to_a should return []. | matz | 2003-10-16 | 1 | -1/+3 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -10/+3 |
* | * eval.c (mark_frame_adj): need to adjust argv pointer if using | matz | 2003-09-05 | 1 | -9/+9 |
* | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 1 | -1/+1 |
* | * enum.c (inject_i): use rb_yield_values. | matz | 2003-08-22 | 1 | -1/+1 |
* | * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir): | matz | 2003-08-05 | 1 | -2/+8 |
* | * ruby.c (proc_options): -F set compiled regular expression to $;. | matz | 2003-07-30 | 1 | -2/+2 |
* | * string.c (rb_str_chomp_bang): defer rb_str_modify() to actual | matz | 2003-07-27 | 1 | -12/+15 |
* | * eval.c (thgroup_add): no warning for terminated threads. | matz | 2003-07-24 | 1 | -1/+5 |
* | * string.c (rb_str_lstrip_bang): strip NUL along with white | matz | 2003-07-23 | 1 | -5/+3 |
* | * string.c (rb_str_equal): should return nil for non string | matz | 2003-07-21 | 1 | -1/+1 |
* | * string.c: use StringValueCStr to retrieve paths to system calls. | matz | 2003-07-20 | 1 | -0/+13 |
* | * string.c (rb_str_match2): add warning to "~string". | matz | 2003-07-19 | 1 | -0/+3 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -3/+6 |
* | * string.c (rb_str_shared_replace): clear flags before copy. | matz | 2003-07-02 | 1 | -2/+3 |
* | * string.c (rb_str_split_m): remove white spaces on the head of | nobu | 2003-06-27 | 1 | -1/+2 |
* | * io.c (io_fflush): need to check if closed after thread switch. | nobu | 2003-06-26 | 1 | -1/+6 |
* | sorry, typo again. | nobu | 2003-06-23 | 1 | -1/+1 |
* | typo | nobu | 2003-06-23 | 1 | -1/+1 |
* | * dir.c (find_dirsep): get rid of warnings. | nobu | 2003-06-23 | 1 | -15/+9 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -14/+32 |
* | * eval.c (Init_Proc): Block/Proc separation. [huge change] | matz | 2003-05-26 | 1 | -3/+8 |
* | * class.c: add #include "version.h". | aamine | 2003-05-19 | 1 | -0/+1 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -1/+1 |
* | * string.c (rb_str_ljust): now takes optional argument to specify | matz | 2003-05-02 | 1 | -47/+77 |
* | * string.c (rb_str_to_i): disallow negative radix. | nobu | 2003-04-27 | 1 | -0/+3 |
* | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz | 2003-04-14 | 1 | -1/+1 |
* | * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix. | nobu | 2003-04-14 | 1 | -6/+0 |
* | * string.c (rb_str_capitalize_bang): check length before upcase | nobu | 2003-03-26 | 1 | -0/+1 |
* | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz | 2003-03-07 | 1 | -7/+2 |