aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-061-0/+3
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-301-1/+1
* * ruby.c: typo fix.eban2003-07-301-1/+1
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-3/+34
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-4/+5
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-1/+1
* * ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema22003-04-221-0/+3
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-251-1/+4
* * 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-11/+10
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-4/+5
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-0/+3
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-1/+1
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-9/+29
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-3/+4
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-1/+4
* * ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu2002-08-271-4/+6
* *.c: Int vs Long cleanupmichal2002-08-211-2/+2
* * ruby.c (set_arg0): Correct the position of #endif.knu2002-08-121-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-3/+3
* * ruby.c (proc_options): option parsing problem.nobu2002-05-231-2/+1
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-8/+6
* * ruby.c (proc_options): -T consumes digits only.nobu2002-05-221-1/+2
* * 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