summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-10 03:47:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-10 03:47:56 +0000
commit64e63100d2bbab9d852d51d4153c16297a668f7d (patch)
treec941f926ed5206af1cbef0b8027aca3527f92a61 /ChangeLog
parent07da58d79846c7018fb7f41c5a7f55cb81589436 (diff)
downloadruby-64e63100d2bbab9d852d51d4153c16297a668f7d.tar.gz
ruby-64e63100d2bbab9d852d51d4153c16297a668f7d.tar.xz
ruby-64e63100d2bbab9d852d51d4153c16297a668f7d.zip
* lib/debug.rb (debug_command): added a deficient format specifier.
fixed: [ruby-core:05419] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c7c846b8f..f555b70bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Sun Jul 10 12:47:01 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/debug.rb (debug_command): added a deficient format specifier.
+ fixed: [ruby-core:05419]
+
Sat Jul 9 22:02:37 2005 Masaki Suketa <masaki.suketa@nifty.ne.jp>
- * ext/win32ole/win32ole.c (ole_method_dispid): convert dispid
+ * ext/win32ole/win32ole.c (ole_method_dispid): convert dispid
in Ruby and C by INT2NUM and NUM2INT.
* ext/win32ole/win32ole.c (ole_invoke2): ditto.
@@ -31,7 +36,7 @@ Wed Jul 6 18:45:53 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Jul 4 14:35:52 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* sample/svr.rb: service can be stopped by ill-behaved client; use
- tsvr.rb instead.
+ tsvr.rb instead.
Mon Jul 4 13:25:21 2005 Yukihiro Matsumoto <matz@ruby-lang.org>