summaryrefslogtreecommitdiff
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu2002-10-261-1/+1
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-2/+2
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-1/+1
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-3/+0
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-161-4/+11
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-10/+5
* * object.c (convert_type): backport from 1.7 to avoid NameErrormatz2002-01-071-51/+37
* * eval.c (rb_thread_schedule): should not select a thread which ismatz2001-12-181-4/+12
* * io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz2001-12-041-0/+21
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-38/+6
* * object.c (rb_obj_inspect): merge from 1.7: remove useless space.nobu2001-08-111-1/+1
* * eval.c (rb_eval): add CHECK_INTS before next, redo, retry tomatz2001-07-271-3/+3
* * eval.c: wrapper modifies updated to 1.7 changes.matz2001-07-131-0/+3
* * file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.matz2001-06-011-4/+11
* * ruby.c (set_arg0): wrong predicate when new $0 value is biggermatz2001-04-241-3/+18
* * variable.c (rb_const_get): no recursion to show full class pathmatz2001-04-061-34/+2
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-0/+3
* * gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz2001-01-231-5/+5
* typoeban2001-01-151-1/+1
* Sun Jan 14 21:49:28 2001 Koji Arai <JCA02266@nifty.ne.jp>matz2001-01-151-0/+5
* * gc.c: wrap inline by #if.matz2001-01-101-7/+0
* * string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz2001-01-091-0/+10
* 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