| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/debug.rb: Documentation for DEBUGGER__ class methods based on | zzak | 2013-02-02 | 1 | -0/+12 |
* | * lib/debug.rb: Added toplevel documentation. Based on patch by Oscar | drbrain | 2012-07-18 | 1 | -4/+164 |
* | * lib/debug.rb: add help for 'pp' and 'r[estart]'. | ayumin | 2011-11-06 | 1 | -0/+2 |
* | * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!). | nahi | 2011-06-28 | 1 | -1/+1 |
* | * lib: revert r31635-r31638 and untabify with expand(1). | nobu | 2011-05-19 | 1 | -318/+318 |
* | * lib/net/imap.rb: Fix indentation of EOF for heredoc. | drbrain | 2011-05-18 | 1 | -1/+1 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -495/+495 |
* | * lib/csv.rb: Fix unused variable warnings. | marcandre | 2010-07-11 | 1 | -2/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -4/+4 |
* | * lib/debug.rb: as wanabe-san pointed out, | ko1 | 2009-01-15 | 1 | -3/+3 |
* | * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when | mame | 2008-10-01 | 1 | -3/+0 |
* | * lib/debug.rb, lib/profile.rb: fix to use RubyVM. | ko1 | 2008-07-08 | 1 | -1/+1 |
* | * lib/debug.rb: require 'continuation' to implement "restart" | matz | 2008-03-05 | 1 | -4/+5 |
* | * parse.y (yycompile): disable trace while creating ruby_debug_lines. | nobu | 2007-06-18 | 1 | -72/+34 |
* | cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb... | ryan | 2006-07-08 | 1 | -1/+1 |
* | * lib/debug.rb: no need to restart at exit. | nahi | 2005-08-30 | 1 | -3/+0 |
* | * lib/debug.rb (debug_command): added a deficient format specifier. | nobu | 2005-07-10 | 1 | -2/+2 |
* | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz | 2005-05-24 | 1 | -0/+9 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -1/+1 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -2/+2 |
* | * lib/debug.rb: revert command parse regexps. [ruby-list:39014] by | nahi | 2004-01-07 | 1 | -5/+5 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -0/+1 |
* | * lib/debug.rb (debug_command): remove debug print. | usa | 2003-10-20 | 1 | -1/+0 |
* | * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call | matz | 2003-10-16 | 1 | -4/+6 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -1/+1 |
* | * lib/debug.rb(debug_command): inspection command should inspect resulting | nahi | 2003-08-11 | 1 | -6/+6 |
* | * lib/debug.rb: fix breakpoint parameter parsing/checking. | nahi | 2003-07-27 | 1 | -22/+25 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+1 |
* | * Changelog, lib/debug.rb: fix typo. | matz | 2003-07-03 | 1 | -1/+0 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -0/+2 |
* | * io.c (rb_f_syscall): type dispatch should be based on | matz | 2003-05-30 | 1 | -8/+8 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 1 | -1/+1 |
* | * eval.c (assign): should prepare mrhs by svalue_to_mrhs(). | matz | 2003-04-04 | 1 | -4/+10 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -1/+1 |
* | * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. | matz | 2003-03-03 | 1 | -6/+12 |
* | * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename must | nahi | 2003-02-25 | 1 | -1/+1 |
* | DEBUGGER__::Context::debug_print_help: Typo fix of help message. | nahi | 2002-11-09 | 1 | -1/+1 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -3/+3 |
* | No exception report when the exception is not specified to catch. | nahi | 2002-09-18 | 1 | -1/+1 |
* | * pp.rb (ARGF.pretty_print): implemented. | akr | 2002-09-11 | 1 | -1/+1 |
* | Changed the regexp again to simplify code. See also [ruby-dev:16682]. | nahi | 2002-03-29 | 1 | -8/+3 |
* | Changed regexp for parsing break command '.*?+' to '.+'. | nahi | 2002-03-29 | 1 | -1/+1 |
* | Corrected mis-indentation. Try diff -w to find that these are the same without | nahi | 2002-02-25 | 1 | -704/+704 |
* | Refactoring. Added Context#format_frame to format a frame, used by up/down | nahi | 2002-02-23 | 1 | -13/+16 |
* | * object.c (rb_class_real): should not follow ICLASS link | matz | 2002-02-04 | 1 | -2/+2 |
* | * process.c (rb_f_system): abandon vfork. | matz | 2002-01-04 | 1 | -0/+4 |
* | * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0. | matz | 2001-10-02 | 1 | -9/+3 |
* | * error.c (exc_exception): clone the receiver exception instead of | matz | 2001-07-02 | 1 | -1/+3 |
* | * eval.c (svalue_to_avalue): new conversion scheme between single | matz | 2001-06-23 | 1 | -1/+1 |