aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-30 14:26:38 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-30 14:26:38 +0000
commit87e8b14cc403f13d5c0d3cbd715a2d85c52fcb95 (patch)
tree8f40eedccc703a295a3b8c02fa300491271bd61c /ChangeLog
parent624842f6a080d3292f66809936c8344b79c50be2 (diff)
downloadruby-87e8b14cc403f13d5c0d3cbd715a2d85c52fcb95.tar.gz
* lib/debug.rb: no need to restart at exit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b492a531e3..45710b1920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 30 23:25:45 2005 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
+
+ * lib/debug.rb: no need to restart at exit.
+
Tue Aug 30 23:20:19 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]