Age | Commit message (Expand) | Author |
2004-11-03 | * array.c (rb_ary_uniq_bang): do not push frozen string from hash | matz |
2004-10-31 | * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] | matz |
2004-10-27 | * string.c (str_gsub): use STR_NOCAPA. | nobu |
2004-10-27 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-10-27 | * string.c (str_gsub): use a string object for exception safeness. | nobu |
2004-10-21 | * string.c (rb_str_include): should not treat char as negative value. | nobu |
2004-10-20 | * parse.y (lex_getline): should not touch ruby_debug_lines if | matz |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-10-19 | * indent and tabify | nobu |
2004-10-18 | * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] | nobu |
2004-10-06 | * io.c (rb_io_mode_flags): preserve append mode flag. | matz |
2004-10-02 | * string.c (rb_str_sum): should use bignums when bits is greater | matz |
2004-10-02 | * string.c (rb_str_sum): wrong cast caused wrong result. | matz |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
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-09-17 | * array.c (rb_ary_delete): element comparison might change array | matz |
2004-08-19 | * dir.c (free_dir): fix memory leak. reported by yamamoto | matz |
2004-08-17 | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz |
2004-07-24 | * range.c (rb_range_beg_len): returns Qnil only when "beg" points | matz |
2004-07-17 | * string.c (rb_str_match_m): String#match should also take | matz |
2004-06-05 | * string.c (str_new4): should share shared instance if it already | matz |
2004-05-14 | * range.c (range_each_func): terminates loop if generating value | matz |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-02-10 | * string.c (rb_str_match): raise TypeError when both arguments are | usa |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-25 | * string.c (rb_str_update): don't return any value. | usa |
2003-12-25 | * string.c (rb_str_update): call rb_str_modify(). | matz |
2003-12-24 | MG added RDoc comments to string.c | dave |
2003-11-30 | * string.c (rb_str_update): get rid of SEGV at just allocated String. | nobu |
2003-11-05 | * string.c: add #include "version.h". this file still depends on it. | usa |
2003-11-04 | * class.c, hash.c, string.c: remove #include "version.h". | eban |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-11-01 | * string.c (rb_str_hash): Update the HASH_PERL alternative hash | knu |
2003-10-16 | * string.c (rb_str_upto): ("a"..."a").to_a should return []. | matz |
2003-10-13 | * string.c (str_new4): should not preserve FL_TAINT status in the | matz |
2003-09-05 | * eval.c (mark_frame_adj): need to adjust argv pointer if using | matz |
2003-08-27 | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz |
2003-08-22 | * enum.c (inject_i): use rb_yield_values. | matz |
2003-08-05 | * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir): | matz |
2003-07-30 | * ruby.c (proc_options): -F set compiled regular expression to $;. | matz |
2003-07-27 | * string.c (rb_str_chomp_bang): defer rb_str_modify() to actual | matz |
2003-07-24 | * eval.c (thgroup_add): no warning for terminated threads. | matz |
2003-07-23 | * string.c (rb_str_lstrip_bang): strip NUL along with white | matz |
2003-07-21 | * string.c (rb_str_equal): should return nil for non string | matz |
2003-07-20 | * string.c: use StringValueCStr to retrieve paths to system calls. | matz |
2003-07-19 | * string.c (rb_str_match2): add warning to "~string". | matz |