summaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* merges r24407 from trunk into ruby_1_9_1.yugui2009-08-081-2/+2
* * 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