summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
2002-02-10* ruby.c (load_file): avoid SEGV on '#' only input.nobu
2001-12-17* intern.h: add prototypes.nobu
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-03* ruby.c (proc_option): fix shift ARGV issueeban
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-09-01commit miss.nobu
2001-09-01* ruby.c (set_arg0): prevent SEGV when val is longer than thenobu
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-28* configure.in: remove unnecessary AC_CANONICAL_BUILDeban
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-02-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-27* time.c (time_timeval): negative time interval shoule not bematz
2001-02-09ruby.c (ruby_init_loadpath): convert '\' to '/'eban
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-10ebaneban
2001-01-10* ruby.c (load_file): typo(rb_load_fail -> rb_load_failed).eban
2001-01-09* enum.c (enum_inject): new method.matz
2000-12-13ebaneban
2000-11-20matzmatz
2000-10-02matzmatz
2000-09-21matz - net library bug (by me)matz
2000-08-15matzmatz
2000-08-03matz - nakada win32 patchmatz
2000-08-02matzmatz
2000-08-01matzmatz
2000-07-29ebaneban
2000-07-27matzmatz
2000-07-24ebaneban
2000-07-07matzmatz
2000-06-28matzmatz
2000-06-192000-06-19eban
2000-05-302000-05-30matz
2000-05-242000-05-24matz
2000-05-122000-05-12matz
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-04-102000-04-10matz
2000-03-072000-03-07matz
2000-02-172000-02-17matz
2000-01-0520000105matz
1999-12-07991207matz
1999-12-0619991206matz
1999-12-0219991292matz
1999-11-2519991125matz
1999-11-1719991117matz
1999-10-21#! optionmatz