aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-4/+4
* * ruby.c (load_file): avoid SEGV on '#' only input.nobu2002-02-101-0/+1
* * intern.h: add prototypes.nobu2001-12-171-3/+3
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-2/+4
* * ruby.c (proc_option): fix shift ARGV issueeban2001-09-031-1/+3
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-35/+44
* commit miss.nobu2001-09-011-1/+1
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-011-16/+17
* * regex.c (re_search): should consider reverse search.matz2001-07-141-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-3/+2
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-0/+10
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-281-6/+15
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-8/+14
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+2
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-0/+1
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-271-0/+4
* ruby.c (ruby_init_loadpath): convert '\' to '/'eban2001-02-091-10/+12
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* ebaneban2001-01-101-1/+1
* * ruby.c (load_file): typo(rb_load_fail -> rb_load_failed).eban2001-01-101-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-1/+1
* ebaneban2000-12-131-1/+1
* matzmatz2000-11-201-1/+1
* matzmatz2000-10-021-1/+3
* matz - net library bug (by me)matz2000-09-211-0/+1
* matzmatz2000-08-151-3/+2
* matz - nakada win32 patchmatz2000-08-031-50/+45
* matzmatz2000-08-021-19/+18
* matzmatz2000-08-011-34/+42
* ebaneban2000-07-291-6/+7
* matzmatz2000-07-271-3/+0
* ebaneban2000-07-241-7/+7
* matzmatz2000-07-071-1/+2
* matzmatz2000-06-281-22/+12
* 2000-06-19eban2000-06-191-0/+7
* 2000-05-30matz2000-05-301-3/+14
* 2000-05-24matz2000-05-241-1/+0
* 2000-05-12matz2000-05-121-9/+7
* 2000-05-09matz2000-05-091-3/+3
* 2000-05-01matz2000-05-011-0/+2
* 2000-04-10matz2000-04-101-2/+2
* 2000-03-07matz2000-03-071-6/+1
* 2000-02-17matz2000-02-171-14/+10
* 20000105matz2000-01-051-3/+7
* 991207matz1999-12-071-2/+2
* 19991206matz1999-12-061-7/+12
* 19991292matz1999-12-021-3/+4
* 19991125matz1999-11-251-2/+1
* 19991117matz1999-11-171-2/+2