| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari | 2012-01-07 | 1 | -2/+2 |
* | * debug.c: parenthesize macro arguments. | akr | 2010-12-07 | 1 | -1/+1 |
* | * debug.c (ruby_set_debug_option): define always for binary | nobu | 2010-10-13 | 1 | -2/+0 |
* | * suppress warnings. | nobu | 2010-05-21 | 1 | -1/+1 |
* | * debug.c (RUBY_NODE_LMASK): may exceed int limit. | nobu | 2010-05-05 | 1 | -1/+1 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -3/+3 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -1/+1 |
* | * debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001] | nobu | 2009-08-05 | 1 | -2/+2 |
* | * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs. | nobu | 2009-05-21 | 1 | -1/+3 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * debug.c (set_debug_option): added rtc_error option. | nobu | 2009-02-16 | 1 | -0/+3 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -2/+2 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * gc.c (ruby_initial_gc_stress): defined. | akr | 2008-06-13 | 1 | -4/+4 |
* | * eval_intern.h (enum ruby_tag_type): enum for debug. | nobu | 2008-05-08 | 1 | -0/+2 |
* | * compile.c, compile.h (compile_debug): made runtime option. | nobu | 2008-04-14 | 1 | -1/+12 |
* | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu | 2008-02-23 | 1 | -21/+16 |
* | * debug.c (ruby_debug_print_indent): use length in fprintf. | nobu | 2008-02-23 | 1 | -4/+1 |
* | * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE | matz | 2008-02-18 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE | nobu | 2007-12-21 | 1 | -0/+7 |
* | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -1/+1 |
* | NODE_LMASK is also possible for enum. | akr | 2007-10-16 | 1 | -1/+1 |
* | * debug.c: use enum for constants for gdb if possible. | akr | 2007-10-16 | 1 | -34/+33 |
* | * ruby.c, debug.c: move debug enum and constants to debug.c. | akr | 2007-10-16 | 1 | -0/+47 |
* | * parse.y: fix rules around f_margs. "make test" passes all tests. | ko1 | 2007-08-15 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -1/+1 |
* | * debug.c (ruby_set_debug_option): separated from main.c. | nobu | 2007-06-29 | 1 | -5/+36 |
* | * call_cfunc.ci: removed. | ko1 | 2007-06-24 | 1 | -18/+6 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * debug.c (ruby_debug_node): fix to show node line. | ko1 | 2007-05-17 | 1 | -2/+2 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -0/+11 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -7/+7 |
* | * common.mk (bin): add more dependency. a patch from Tadashi | matz | 2007-02-02 | 1 | -0/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+71 |