| Commit message (Expand) | Author | Age | Files | Lines |
* | initialize VM postponed_job first. [Bug #15288] | ko1 | 2018-11-08 | 1 | -0/+1 |
* | introduce USE_TRANSIENT_HEAP to enable/disable theap. | ko1 | 2018-11-01 | 1 | -0/+2 |
* | introduce TransientHeap. [Bug #14858] | ko1 | 2018-10-30 | 1 | -0/+1 |
* | revert r65444 and r65446 because of commit miss | ko1 | 2018-10-30 | 1 | -1/+0 |
* | introduce TransientHeap. [Bug #14858] | ko1 | 2018-10-30 | 1 | -0/+1 |
* | add new instruction attribute called leaf | shyouhei | 2018-09-11 | 1 | -0/+1 |
* | Define AST module under RubyVM [experimental] | yui-knk | 2018-05-31 | 1 | -0/+1 |
* | Revert "Improve performance of creating Hash object" | watson1978 | 2017-12-19 | 1 | -1/+0 |
* | Improve performance of creating Hash object | watson1978 | 2017-12-18 | 1 | -0/+1 |
* | * random.c (InitVM_Random): move Random::DEFAULT initialization | kosaki | 2015-11-30 | 1 | -1/+1 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -1/+0 |
* | vm_method.c: configurable global method cache size | nobu | 2014-09-18 | 1 | -0/+1 |
* | Process.detach: avoid singleton class creation | normal | 2014-09-12 | 1 | -1/+1 |
* | ext/rbconfig/sizeof: move to an extension library | nobu | 2013-11-18 | 1 | -1/+0 |
* | sizes.c: RbConfig::SIZEOF | nobu | 2013-07-29 | 1 | -0/+1 |
* | * vm_trace.c: separate trace_func related functions from | ko1 | 2012-08-15 | 1 | -0/+1 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+1 |
* | * inits.c (rb_call_inits): do not repeat. | nobu | 2008-11-07 | 1 | -87/+46 |
* | * eval_safe.c, safe.c: rename eval_safe.c to safe.c. | ko1 | 2008-09-23 | 1 | -0/+2 |
* | * prec.c: removed. Precision will be redesigned and be back again. | yugui | 2008-09-19 | 1 | -2/+0 |
* | * include/ruby/encoding.h (rb_enc_ispunct): added. | nobu | 2008-08-14 | 1 | -2/+0 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -0/+2 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -0/+4 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * transcode.c: new file to provide encoding conversion features. | matz | 2007-12-10 | 1 | -0/+2 |
* | * gem_prelude.rb: new file for gem libraries. currently empty. | akr | 2007-11-10 | 1 | -2/+0 |
* | * inits.c (rb_call_inits): call Init_Encoding. | nobu | 2007-10-13 | 1 | -0/+2 |
* | * eval_method.ci (rb_get_alloc_func): new function to get allocation | akr | 2007-09-08 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * prelude.rb: added. run this script on startup. | ko1 | 2007-08-24 | 1 | -0/+2 |
* | * inits.c (rb_call_inits): change initializing order. | ko1 | 2007-08-15 | 1 | -1/+1 |
* | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 | 2007-08-14 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -0/+4 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -0/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 1 | -0/+1 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -1/+1 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -39/+39 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -2/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -35/+40 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -34/+34 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -1/+1 |
* | * enum.c (enumeratorize): create new enumerator for current method if | nobu | 2005-07-14 | 1 | -0/+2 |
* | Add boot_classes to rdoc parsing, fix a couple of bugs | dave | 2003-12-19 | 1 | -0/+2 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 1 | -0/+2 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -1/+1 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+2 |
* | 20000105 | matz | 2000-01-05 | 1 | -1/+1 |