aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* main.c: RUBY_DEBUG_ENV in develnobu2017-06-301-0/+3
* define RUBY_DEBUG_ENV only for main.cnobu2017-05-151-0/+3
* * include/ruby/debug.h: introdudced.ko12012-11-201-1/+1
* * include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It iskosaki2012-07-091-2/+0
* * main.c: <stdlib.h> is needed, to introduce the getenv(3)shyouhei2010-11-011-0/+3
* * debug.h (ruby_set_debug_option): declared.akr2008-09-231-0/+1
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-1/+1
* * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu2008-05-311-2/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * main.c, goruby.c (RUBY_MAIN_INIT): removed.nobu2007-12-301-3/+0
* * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu2007-12-251-0/+3
* fix typo.akr2007-12-211-2/+2
* * configure.in: check langinfo.h and locale.h.akr2007-12-211-0/+4
* * encoding.c: include locale.hakr2007-12-211-0/+2
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-291-18/+2
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-3/+1
* * debug.c (ruby_set_debug_option): separated from main.c.nobu2007-06-291-14/+2
* debug environment variable refined.akr2007-06-281-2/+14
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-3/+4
* * Merge YARVko12006-12-311-5/+8
* * gc.c (gc_stress): renamed from always_gc and enabled by default.akr2006-01-091-3/+3
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-3/+6
* * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu2005-12-191-1/+2
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-0/+4
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-3/+1
* Fix indentation in time.cmichal2004-06-231-12/+0
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-10-021-0/+5
* see ChangeLog.eban2000-05-291-0/+4
* 2000-05-01matz2000-05-011-2/+4
* 20000105matz2000-01-051-1/+1
* 1.4.0matz1999-08-131-1/+8
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-0/+1
* Initial revisionv1_0_r2matz1998-01-161-0/+33