summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-30 15:31:06 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-30 15:31:06 +0000
commita75eadef3b53234683f6e84f7736e411dd71f0a7 (patch)
tree2c3452d9d3a7bf732bbbd0fc0254b608bdb2ed47 /ChangeLog
parent1625da99315c4d1a5a91e5faa91172d6e1cfa9db (diff)
* test/ruby/test_settracefunc.rb (test_call, test_class): line number
was changed at r19592. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19648 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 36f6551b1a..f6526f2506 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 1 00:29:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_settracefunc.rb (test_call, test_class): line number
+ was changed at r19592.
+
Wed Oct 1 00:20:38 2008 Tanaka Akira <akr@fsij.org>
* process.c (check_exec_redirect): don't depend on rb_stdout and