aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-3/+3
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-38/+36
* * eval.c (stack_length): use __builtin_frame_address() only ifeban2001-02-111-1/+20
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-3/+4
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-20/+59
* * eval.c (block_pass): return from block jumps directory tomatz2001-01-291-1/+17
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-2/+2
* * eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block hasmatz2001-01-241-11/+21
* * gc.c (os_live_obj): do not list terminated object.matz2001-01-231-35/+57
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+0
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-0/+1
* * m17n baseline.matz2001-01-101-3/+1
* setres[ug]id, NORETURNeban2001-01-101-3/+3
* * enum.c (enum_inject): new method.matz2001-01-091-5/+14
* * eval.c (rb_iterate): NODE_CFUNC does not protect its datamatz2000-12-291-2/+2
* thread_critical bug reported by Dave - matzmatz2000-12-291-4/+9
* matzmatz2000-12-271-9/+10
* matzmatz2000-12-261-8/+12
* 001225matz2000-12-251-2/+4
* matzmatz2000-12-221-23/+27
* matzmatz2000-12-181-11/+46
* matzmatz2000-12-121-0/+3
* matzmatz2000-12-081-1/+1
* shugoshugo2000-12-071-1/+1
* ebaneban2000-12-061-2/+2
* matzmatz2000-12-051-18/+71
* matzmatz2000-11-271-36/+73
* matzmatz2000-11-211-16/+25
* matzmatz2000-11-201-6/+8
* matzmatz2000-11-171-13/+28
* matzmatz2000-11-161-18/+14
* matzmatz2000-11-081-0/+3
* matzmatz2000-10-201-1/+1
* 1.6.2 (to be)matz2000-10-171-7/+8
* matzmatz2000-10-161-40/+25
* matzmatz2000-10-141-26/+34
* matzmatz2000-10-131-12/+19
* matzmatz2000-10-111-13/+22
* matzmatz2000-10-101-8/+13
* matzmatz2000-10-051-12/+21
* matzmatz2000-10-031-1/+1
* matzmatz2000-09-271-1/+5
* matzmatz2000-09-251-0/+1
* matzmatz2000-09-251-5/+12
* ebaneban2000-09-251-4/+3
* matzmatz2000-09-251-8/+3
* matzmatz2000-09-221-4/+14
* matz - net library bug (by me)matz2000-09-211-1/+2
* matz - disappointing fixesmatz2000-09-201-5/+27
* matzmatz2000-09-181-58/+48