summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-11 13:41:18 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-11 13:41:18 +0000
commitf834c818a110893a6aac82c1342b7b16ed2f2fde (patch)
tree7dfbcc63078d9cf9d293289048b4aa072c630d01 /ChangeLog
parent9827bd9a15232efe1e62d8d78dd13b23bef9162a (diff)
downloadruby-f834c818a110893a6aac82c1342b7b16ed2f2fde.tar.gz
ruby-f834c818a110893a6aac82c1342b7b16ed2f2fde.tar.xz
ruby-f834c818a110893a6aac82c1342b7b16ed2f2fde.zip
* lib/debug.rb(debug_command): inspection command should inspect resulting
value even if it's nil. [ruby-dev:21180] by OMAE, jun <jun66j5@ybb.ne.jp>. * lib/debug.rb(debug_command): incomplete regexp. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea42e0ea2..fef033295 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 11 22:31:50 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+ * lib/debug.rb(debug_command): inspection command should inspect
+ resulting value even if it's nil. [ruby-dev:21180] by OMAE, jun
+ <jun66j5@ybb.ne.jp>.
+
+ * lib/debug.rb(debug_command): incomplete regexp.
+
Mon Aug 11 17:33:07 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_call_super): do not use rb_block_given_p() for