Age | Commit message (Expand) | Author |
2021-11-22 | Bump debug version to 0.2.1 | Hiroshi SHIBATA |
2020-08-06 | [Feature #16513] TracePoint#inspect returns "... file:line" (#3391) | Nguyễn Quang Minh |
2019-12-05 | debug.rb: expand filenames in breakpoints | Antonio Terceiro |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2017-01-05 | lib/debug.rb: Specify frozen_string_literal: true. | kazu |
2016-08-30 | Use qualified names | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-11-04 | * lib/debug.rb: Add documentation for #thread_list_all. | hsbt |
2013-12-14 | * lib/debug.rb: [DOC] Fix typo | a_matsuda |
2013-04-24 | debug.rb: Fix debug listing | nobu |
2013-04-24 | debug.rb: Fix debug listing | nobu |
2013-02-02 | * lib/debug.rb: Documentation for DEBUGGER__ class methods based on | zzak |
2012-07-18 | * lib/debug.rb: Added toplevel documentation. Based on patch by Oscar | drbrain |
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 per | drbrain |
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 when | mame |
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-08 | cached 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 directly | matz |
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] by | nahi |
2003-11-28 | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz |
2003-10-20 | * lib/debug.rb (debug_command): remove debug print. | usa |
2003-10-16 | * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call | matz |
2003-10-13 | * string.c (str_new4): should not preserve FL_TAINT status in the | matz |
2003-08-11 | * lib/debug.rb(debug_command): inspection command should inspect resulting | nahi |
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 from | matz |
2003-05-30 | * io.c (rb_f_syscall): type dispatch should be based on | matz |
2003-05-22 | * object.c (rb_obj_clone): defer copying freezing state after | matz |
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 must | nahi |
2002-11-09 | DEBUGGER__::Context::debug_print_help: Typo fix of help message. | nahi |
2002-10-02 | use Object#class instead of deprecated Object#type. | nobu |