summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-03 04:31:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-03 04:31:01 +0000
commitc3a9f16e536b02ed3ae4bc1fa5c9ad59b67f8c3c (patch)
treedaf4c8f435d0a84d9783cca59865742b76d64066 /ChangeLog
parentffc1a02a81ba317e01462f379a247a7bf81ee92f (diff)
fix log date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d24263c66e..ac39ef2d32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,6 +64,10 @@ Mon Feb 25 13:32:13 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* lib/shell.rb (Shell::expand_path): relative to @cwd.
+Mon Feb 25 05:41:52 2002 Tanaka Akira <akr@m17n.org>
+
+ * lib/time.rb: fix unit tests before Unix Epoch.
+
Sun Feb 24 17:20:50 2002 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/*/*.h: Merge from rough.
@@ -418,10 +422,6 @@ Mon Jan 7 14:38:51 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Jan 7 12:38:47 2002 Tanaka Akira <akr@m17n.org>
- * lib/time.rb: fix unit tests before Unix Epoch.
-
-Mon Jan 7 12:38:47 2002 Tanaka Akira <akr@m17n.org>
-
* lib/time.rb (Time#xmlschema): new optional argument
fractional_seconds to specify a number of digits of
fractional part of the time.