summaryrefslogtreecommitdiff
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-131-10/+8
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-131-9/+8
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-4/+5
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-051-1/+0
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-1/+4
* * ruby.c (proc_options): -v should not print version ifeban2002-05-231-1/+1
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-5/+0
* * ruby.c (proc_options): -T consumes digits only.nobu2002-05-221-1/+2
* * 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
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-1/+1
* * 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
* * io.c (rb_io_popen): accept integer flags as mode.matz2001-09-031-36/+38
* commit miss.nobu2001-09-011-1/+1
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-011-16/+17
* * ruby.c (ruby_init_loadpath): proper load path order.matz2001-07-161-3/+3
* * eval.c (rb_f_require): move rb_file_s_expand_path frommatz2001-07-061-1/+1
* * file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.matz2001-06-011-0/+10
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-281-6/+15
* * ruby.c (set_arg0): wrong predicate when new $0 value is biggermatz2001-04-241-3/+3
* * io.c (argf_seek): wrong calling sequence of rb_io_seek().matz2001-03-131-0/+1
* * eval.c (ev_const_get): retrieve Object's constant if no currentmatz2001-02-271-0/+4
* ruby.c (ruby_init_loadpath): convert '\' to '/'eban2001-02-091-10/+12
* * eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, ifmatz2001-02-021-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