aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-08 15:44:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-08 15:44:54 +0000
commit8bc75b5bb09ebaebaf8e7178e45c7bdaa17f7ad8 (patch)
tree291f2623b4a02cd7a6207cae41e38a8a1ce89eeb /ChangeLog
parent185849a664dc26b365e761413c1cf48c8011471a (diff)
downloadruby-8bc75b5bb09ebaebaf8e7178e45c7bdaa17f7ad8.tar.gz
* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
SystemExit and SignalException. [ruby-core:15359] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15408 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 57c5d2e443..73aaff23f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 9 00:44:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
+ SystemExit and SignalException. [ruby-core:15359]
+
Fri Feb 8 23:51:36 2008 Tanaka Akira <akr@fsij.org>
* missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.