aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* * debug.c (ruby_debug_printf): use rb_raw_obj_info()ko12016-07-251-4/+6
* ruby.h: add prefixnobu2015-09-131-37/+4
* * debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().ko12015-05-231-1/+1
* rb_id2str over rb_id2namenobu2014-11-251-1/+1
* * debug.c (set_debug_option): need the declaration.usa2014-11-181-1/+4
* * debug.c (SET_WHEN): Don't declare debug variables here.akr2014-11-181-6/+5
* follow RIncGCnobu2014-09-121-0/+1
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-2/+2
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-1/+1
* .gdbinit: show ID typenobu2013-09-201-0/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-1/+0
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-2/+2
* * include/ruby/debug.h: introdudced.ko12012-11-201-1/+1
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-2/+2
* * debug.c: parenthesize macro arguments.akr2010-12-071-1/+1
* * debug.c (ruby_set_debug_option): define always for binarynobu2010-10-131-2/+0
* * suppress warnings.nobu2010-05-211-1/+1
* * debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu2010-05-051-1/+1
* * debug.c, parse.y: fixed types.nobu2009-09-141-3/+3
* * gc.c: reject unused longlife gc.nari2009-08-101-1/+1
* * debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]nobu2009-08-051-2/+2
* * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu2009-05-211-1/+3
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-1/+1
* stripped trailing spaces.nobu2009-02-221-1/+1
* * debug.c (set_debug_option): added rtc_error option.nobu2009-02-161-0/+3
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-2/+2
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * gc.c (ruby_initial_gc_stress): defined.akr2008-06-131-4/+4
* * eval_intern.h (enum ruby_tag_type): enum for debug.nobu2008-05-081-0/+2
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-141-1/+12
* * debug.c (ruby_set_debug_option): separated ruby_each_words().nobu2008-02-231-21/+16
* * debug.c (ruby_debug_print_indent): use length in fprintf.nobu2008-02-231-4/+1
* * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz2008-02-181-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu2007-12-211-0/+7
* * blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko12007-11-131-1/+1
* NODE_LMASK is also possible for enum.akr2007-10-161-1/+1
* * debug.c: use enum for constants for gdb if possible.akr2007-10-161-34/+33
* * ruby.c, debug.c: move debug enum and constants to debug.c.akr2007-10-161-0/+47
* * parse.y: fix rules around f_margs. "make test" passes all tests.ko12007-08-151-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-1/+1
* * debug.c (ruby_set_debug_option): separated from main.c.nobu2007-06-291-5/+36
* * call_cfunc.ci: removed.ko12007-06-241-18/+6
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * debug.c (ruby_debug_node): fix to show node line.ko12007-05-171-2/+2
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-0/+11
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-7/+7
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-021-0/+1
* * Merge YARVko12006-12-311-0/+71