summaryrefslogtreecommitdiff
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (get_arglen): skip the last terminator of argv beforenobu2010-04-241-29/+17
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2010-04-111-12/+23
* * ruby.c (ruby_init_loadpath): do not mangle relative path.nobu2010-04-111-3/+2
* * ruby.c (rubylib_mangled_path2): not used.nobu2010-04-111-7/+0
* * ruby.c (ruby_init_loadpath): fix for the length of mangled path.nobu2010-04-111-6/+6
* * version.c (ruby_initial_load_paths): moved initial load pathnobu2010-03-301-25/+9
* * prelude.rb, Makefile.in, common.mk: Introduce prelude.rb.knu2010-03-251-1/+19
* * ruby.c (load_file): preserves $.. [ruby-core:24024]nobu2009-06-251-4/+31
* * ruby.c: Mac OS X needs origargc times of '\0' in origargv. [ruby-dev:35308]kazu2008-07-031-24/+40
* * ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu2008-06-261-4/+6
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-2/+5
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb,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