summaryrefslogtreecommitdiff
path: root/lib/debug.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-01-15* lib/debug.rb: as wanabe-san pointed out,ko1
2008-10-01* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-03-05* lib/debug.rb: require 'continuation' to implement "restart"matz
2007-06-18* parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2005-08-30 * lib/debug.rb: no need to restart at exit.nahi
2005-07-10* lib/debug.rb (debug_command): added a deficient format specifier.nobu
2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-01-07 * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi
2003-11-28* gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz
2003-10-20* lib/debug.rb (debug_command): remove debug print.usa
2003-10-16* lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-08-11* lib/debug.rb(debug_command): inspection command should inspect resultingnahi
2003-07-27* lib/debug.rb: fix breakpoint parameter parsing/checking.nahi
2003-07-24* gcc -Wall clean-up.matz
2003-07-03* Changelog, lib/debug.rb: fix typo.matz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-22* object.c (rb_obj_clone): defer copying freezing state aftermatz
2003-04-04* eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2003-02-25* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi
2002-11-09DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-09-18No exception report when the exception is not specified to catch.nahi
2002-09-11* pp.rb (ARGF.pretty_print): implemented.akr
2002-03-29Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi
2002-03-29Changed regexp for parsing break command '.*?+' to '.+'.nahi
2002-02-25Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi
2002-02-23Refactoring. Added Context#format_frame to format a frame, used by up/downnahi
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2000-12-27matzmatz
2000-12-25cvs.netlab.co.jp last commitmatz
2000-10-20matzmatz
2000-10-14matzmatz
2000-08-28matzmatz
2000-08-15matzmatz
2000-08-07matzmatz