summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-26 15:33:14 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-26 15:33:14 +0000
commit59024b0616f7e4092a3fbab317b5164ee7fdf44d (patch)
tree24db3f63d9110f02666419f5d4b3351b42f59603 /ChangeLog
parent7b883300fa7aee713c3854c2e3f037f5a61eb8f9 (diff)
merges r24226 from trunk into ruby_1_9_1.
-- * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096], no trace display c-call and c-return as default. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24293 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 75fab5174..43561cc25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 21 20:41:20 2009 Keiju Ishitsuka <keiju@emperor2.pendome>
+
+ * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],
+ no trace display c-call and c-return as default.
+
Tue Jul 21 16:07:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]