summaryrefslogtreecommitdiff
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17849:shyouhei2008-07-101-24/+40
* merge revision(s) 17586,17612:shyouhei2008-06-291-4/+6
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-2/+5
* Merge from ruby_1_8.knu2008-05-311-1/+1
* Merge from ruby_1_8.knu2008-05-291-0/+7
* * ruby.c (proc_options): -W should be allowed in RUBYOPTmatz2007-09-121-1/+1
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-2/+2
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-89/+113
* * ruby.c (set_arg0): fill argv other than the first with an emptynobu2006-08-161-11/+6
* * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean2006-02-011-2/+9
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-281-0/+2
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-1/+4
* * ruby.c (set_arg0): use also environment variable space for settingnobu2005-05-011-10/+44
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-011-11/+34
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-5/+5
* * ruby.c (proc_options): correct -T option in RUBYOPT. (backportedusa2005-01-251-2/+2
* * ruby.c (proc_options): ignore trailing CRs at the end of shortnobu2005-01-151-2/+13
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-4/+4
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-111-1/+4
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-041-0/+1
* * ruby.c: use translate_char() on Cygwin.eban2004-01-181-3/+3
* * 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