aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
Commit message (Expand)AuthorAgeFilesLines
* Moved Kernel#warn to warning.rbNobuyoshi Nakada2019-12-131-0/+1
* load prelude.rb by builtin features.Koichi Sasada2019-11-151-0/+4
* Rubified the APIs of pack.cYusuke Endoh2019-11-081-1/+1
* use builtins for GC.Koichi Sasada2019-11-081-1/+1
* Define IO#read/write_nonblock with builtins.Koichi Sasada2019-11-081-0/+1
* use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada2019-11-081-1/+1
* use builtin for TracePoint.Koichi Sasada2019-11-081-1/+2
* support builtin features with Ruby and C.Koichi Sasada2019-11-081-0/+2
* Explicitly initialise encodings on init to remove branches on encoding lookupLourens Naudé2019-07-231-0/+1
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-241-0/+1
* initialize VM postponed_job first. [Bug #15288]ko12018-11-081-0/+1
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-011-0/+2
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+1
* revert r65444 and r65446 because of commit missko12018-10-301-1/+0
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+1
* add new instruction attribute called leafshyouhei2018-09-111-0/+1
* Define AST module under RubyVM [experimental]yui-knk2018-05-311-0/+1
* Revert "Improve performance of creating Hash object"watson19782017-12-191-1/+0
* Improve performance of creating Hash objectwatson19782017-12-181-0/+1
* * 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