aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tracer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-1/+1
* tracer.rb: File.readlinesnobu2013-04-241-10/+2
* * lib/tracer.rb: Move class overview definition and reformatzzak2013-02-041-21/+17
* * lib/tracer.rb: Updated to match removal of custom_require fromdrbrain2012-11-291-1/+1
* * lib/tracer.rb (Tracer.trace_func): printf to stdoutzzak2012-11-201-1/+1
* * lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika2011-06-291-2/+7
* * lib/tracer.rb: count only non-internal libraries in stack trace,keiju2011-06-281-1/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-22/+22
* * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.drbrain2011-05-171-17/+115
* * remove trailing spaces.nobu2011-05-151-4/+4
* * lib/tracer.rb: count only non-internal libraries in stack trace,nobu2010-09-161-1/+1
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-211-25/+54
* * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu2009-07-211-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-16/+16
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-181-3/+3
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-1/+1
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-171-13/+9
* * parse.y (lex_getline): should update ruby_debug_lines.matz2004-10-201-0/+1
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-261-1/+1
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-191-1/+2
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-4/+4
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+2
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-1/+1
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-3/+3
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-2/+2
* matzmatz2000-12-221-13/+15
* matzmatz2000-10-111-5/+11
* matzmatz2000-07-101-4/+4
* matzmatz2000-06-281-2/+2
* -r debug, -s, etc.matz1999-10-151-4/+5
* 1.4.0matz1999-08-131-1/+1
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-30/+117
* Initial revisionv1_0_r2matz1998-01-161-0/+75