aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-13 02:39:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-13 02:39:03 +0000
commitb847262c8fd07d520a048821154adfad0935c747 (patch)
tree67fc798fce72393e2ebfb0ff2989352f38795a08 /ChangeLog
parent52e0ab245a1c7d446861f8882f741356b4d24bec (diff)
downloadruby-b847262c8fd07d520a048821154adfad0935c747.tar.gz
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):
fix syntax error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08db8688f1..eec6649524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 13 11:38:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):
+ fix syntax error.
+
Tue Jan 13 07:52:40 2004 why the lucky stiff <why@ruby-lang.org>
* ext/syck/bytecode.c: turn off default implicit typing.
@@ -11,7 +16,7 @@ Tue Jan 13 07:52:40 2004 why the lucky stiff <why@ruby-lang.org>
Tue Jan 13 04:29:52 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff):
+ * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff):
Show fully-qualified class names in class list.
Tue Jan 13 01:24:17 2004 Yukihiro Matsumoto <matz@ruby-lang.org>