summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2010-04-24* ruby.c (get_arglen): skip the last terminator of argv beforenobu
2010-04-11* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu
2010-04-11* ruby.c (ruby_init_loadpath): do not mangle relative path.nobu
2010-04-11* ruby.c (rubylib_mangled_path2): not used.nobu
2010-04-11* ruby.c (ruby_init_loadpath): fix for the length of mangled path.nobu
2010-03-30* version.c (ruby_initial_load_paths): moved initial load pathnobu
2010-03-25* prelude.rb, Makefile.in, common.mk: Introduce prelude.rb.knu
2009-06-25* ruby.c (load_file): preserves $.. [ruby-core:24024]nobu
2008-07-03* ruby.c: Mac OS X needs origargc times of '\0' in origargv. [ruby-dev:35308]kazu
2008-06-26* ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-29* configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb,knu
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2006-08-16* ruby.c (set_arg0): fill argv other than the first with an emptynobu
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz
2005-05-01* ruby.c (set_arg0): use also environment variable space for settingnobu
2005-05-01* ruby.c (process_sflag): replace '-' in variable names with '_'.nobu
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-01-25* ruby.c (proc_options): correct -T option in RUBYOPT. (backportedusa
2005-01-15* ruby.c (proc_options): ignore trailing CRs at the end of shortnobu
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-04-11* ruby.c (require_libraries): restore source file/line afternobu
2004-04-04* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine
2004-01-18* ruby.c: use translate_char() on Cygwin.eban
2003-11-06* ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu
2003-07-30* ruby.c (proc_options): -F set compiled regular expression to $;.matz
2003-07-30* ruby.c: typo fix.eban
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-20* defines.h (PATH_ENV): name of PATH environment. [new].usa
2003-04-22* ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema2
2003-03-25* eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz
2003-02-13* ruby.c (proc_options): script argument is in effect only when -e is not given.nobu
2003-02-13* ruby.c (ruby_init_loadpath): ensures buffer terminatednobu
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-05* ruby.c (ruby_init_loadpath): under Windows, get the modulenobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-10-03* bcc32/mkexports.rb: to work on cygwin via telnet.nobu
2002-09-22* eval.c (call_trace_func): should not call trace function whilenobu
2002-09-02* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine
2002-08-27* ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu
2002-08-21*.c: Int vs Long cleanupmichal