summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-08 08:08:33 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-08 08:08:33 +0000
commit1dc3b10764a93c469d8ae24b683849f1b8ceb6c5 (patch)
treec46e03ecb6f9eee00fe5524f9c7305408ddbf654 /ChangeLog
parent180de1b3f81d6d3c5327f77cbcfa1e3596b0fe67 (diff)
* test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
dumps "E" at month-end. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5415 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 5da04b0863..f78ba2319c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 8 16:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
+
+ * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
+ dumps "E" at month-end.
+
Thu Jan 8 11:20:01 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c, object.c, process.c, re.c: don't use C++ style comments.