aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-7/+5
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-3/+3
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-3/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-6/+21
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-11/+0
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-43/+26
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-0/+3
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-0/+8
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-2/+2
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-3/+0
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-3/+3
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-15/+27
* * string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz2001-01-091-0/+6
* 001225matz2000-12-251-0/+43
* matzmatz2000-12-081-0/+1
* matzmatz2000-11-141-2/+3
* matzmatz2000-11-131-13/+28
* matzmatz2000-10-161-3/+3
* matzmatz2000-10-131-0/+4
* matzmatz2000-10-101-16/+13
* matzmatz2000-10-051-0/+1
* matzmatz2000-09-261-2/+10
* matzmatz2000-09-151-0/+1
* matz: 1.6.0 final (hopufully)matz2000-09-121-1/+9
* matzmatz2000-08-311-4/+10
* matzmatz2000-08-091-3/+0
* matzmatz2000-07-171-34/+19
* matzmatz2000-07-151-0/+2
* matzmatz2000-07-061-0/+2
* matzmatz2000-06-291-2/+2
* 2000-06-22matz2000-06-221-3/+7
* 2000-05-25matz2000-05-251-2/+19
* 2000-05-24matz2000-05-241-10/+12
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-2/+6
* 2000-04-10matz2000-04-101-10/+11
* 2000-03-23matz2000-03-231-0/+1
* 2000-03-09matz2000-03-091-1/+8
* 2000-03-08matz2000-03-081-2/+8
* 2000-03-07matz2000-03-071-5/+42
* 2000-02-29matz2000-02-291-3/+3
* 2000-02-23matz2000-02-231-0/+2
* 2000-02-01matz2000-02-011-0/+21
* 2000-01-18matz2000-01-181-8/+8
* 20000105matz2000-01-051-4/+2
* 19991214matz1999-12-141-17/+12
* 19991206matz1999-12-061-0/+1