summaryrefslogtreecommitdiffstats
path: root/ToDo
Commit message (Expand)AuthorAgeFilesLines
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-8/+6
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-9/+4
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-1/+0
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-0/+1
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-2/+3
* * io.c (rb_io_putc): output via rb_io_write().matz2002-08-201-0/+1
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-0/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-071-0/+1
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-0/+1
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-0/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-0/+1
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-0/+1
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-4/+6
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+4
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-2/+7
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-0/+2
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-2/+2
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-5/+5
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-0/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+1
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-0/+1
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+1
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-0/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-1/+1
* forgot some checkins.matz2001-05-061-0/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-0/+4
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-0/+1
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-061-0/+1
* * eval.c (proc_eq): compare Procs using blocktag equality.matz2001-03-051-0/+1
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+1
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-0/+1
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-4/+5
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-3/+1
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-0/+3
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-1/+2
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-0/+1
* * file.c (path_check_1): should restore modified path.matz2001-01-091-3/+3
* * enum.c (enum_inject): new method.matz2001-01-091-45/+7
* changes from personal modifies -- matzmatz2000-12-281-0/+2
* 001225matz2000-12-251-0/+1
* matzmatz2000-12-121-1/+4
* matzmatz2000-12-081-1/+5
* matzmatz2000-12-051-4/+7
* matzmatz2000-09-071-0/+1
* matzmatz2000-08-311-1/+1
* matzmatz2000-08-291-6/+1
* matzmatz2000-08-281-0/+1
* matzmatz2000-08-241-0/+1