aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-28 14:46:57 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-28 14:46:57 +0000
commit58018f1f2d41ec28203439496537106e6b08c377 (patch)
treed4f47cfa0a9adebb4d3d1f88e43fbec3598c98b5 /ChangeLog
parente36395dce6fa7658e91e1f86d5f4f72c148b6a8c (diff)
downloadruby-58018f1f2d41ec28203439496537106e6b08c377.tar.gz
* lib/tracer.rb: count only non-internal libraries in stack trace,
ignoring custom_require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff309cc55d..f9afb43680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 28 23:46:08 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
+
+ * lib/tracer.rb: count only non-internal libraries in stack trace,
+ ignoring custom_require.
+
Tue Jun 28 21:44:58 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
* lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.