summaryrefslogtreecommitdiff
path: root/lib/debug.rb
AgeCommit message (Expand)Author
2017-01-05lib/debug.rb: Specify frozen_string_literal: true.kazu
2016-08-30Use qualified namesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-04* lib/debug.rb: Add documentation for #thread_list_all.hsbt
2013-12-14* lib/debug.rb: [DOC] Fix typoa_matsuda
2013-04-24debug.rb: Fix debug listingnobu
2013-04-24debug.rb: Fix debug listingnobu
2013-02-02* lib/debug.rb: Documentation for DEBUGGER__ class methods based onzzak
2012-07-18* lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain
2011-11-06* lib/debug.rb: add help for 'pp' and 'r[estart]'.ayumin
2011-06-28* lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2010-07-11* lib/csv.rb: Fix unused variable warnings.marcandre
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