aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
Commit message (Expand)AuthorAgeFilesLines
* * random.c (InitVM_Random): move Random::DEFAULT initializationkosaki2015-11-301-1/+1
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* vm_method.c: configurable global method cache sizenobu2014-09-181-0/+1
* Process.detach: avoid singleton class creationnormal2014-09-121-1/+1
* ext/rbconfig/sizeof: move to an extension librarynobu2013-11-181-1/+0
* sizes.c: RbConfig::SIZEOFnobu2013-07-291-0/+1
* * vm_trace.c: separate trace_func related functions fromko12012-08-151-0/+1
* * internal.h: declare internal functions here.akr2011-06-171-0/+1
* * inits.c (rb_call_inits): do not repeat.nobu2008-11-071-87/+46
* * eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko12008-09-231-0/+2
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-2/+0
* * include/ruby/encoding.h (rb_enc_ispunct): added.nobu2008-08-141-2/+0
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+2
* both complex and rational are now builtin classes.tadf2008-03-161-0/+4
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * transcode.c: new file to provide encoding conversion features.matz2007-12-101-0/+2
* * gem_prelude.rb: new file for gem libraries. currently empty.akr2007-11-101-2/+0
* * inits.c (rb_call_inits): call Init_Encoding.nobu2007-10-131-0/+2
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * prelude.rb: added. run this script on startup.ko12007-08-241-0/+2
* * inits.c (rb_call_inits): change initializing order.ko12007-08-151-1/+1
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-0/+4
* * vm.c: some refactoring.ko12007-06-241-0/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+1
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-1/+1
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-39/+39
* * some refactoring around yarvcore and proc.ko12007-01-171-2/+2
* * Merge YARVko12006-12-311-35/+40
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-34/+34
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-1/+1
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-0/+2
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-191-0/+2
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-0/+2
* Updated Copyrights of Matz to 2003.michal2003-01-161-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
* 2000-05-01matz2000-05-011-2/+2
* 20000105matz2000-01-051-1/+1
* 1.4.0matz1999-08-131-3/+3
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-5/+5
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-2/+34
* Initial revisionv1_0_r2matz1998-01-161-0/+48