summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-17 06:18:53 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-17 06:18:53 +0000
commite44f5bcbd90d51a1d638e19ec08726b1f9b10664 (patch)
treee1995b705493805063ac685d3fda047ae88c8edf /ChangeLog
parent05745ccfb367ab670ebbad8c992edf2cf70d8b4b (diff)
* lib/date.rb: Re-revert the part of r28950.
It reverted the part of r28619. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29021 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 30424b7cf2..36e1991503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 17 15:13:28 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/date.rb: Re-revert the part of r28950.
+ It reverted the part of r28619.
+
Tue Aug 17 13:00:07 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_dirname): Pathname#dirname translated
@@ -243,7 +248,7 @@ Tue Aug 10 15:24:30 2010 Kenta Murata <mrkn@mrkn.jp>
ext/bigdecimal/extconf.rb: BASE and BASE_FIG are defined
based on the size of BDIGIT.
- * ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h:
+ * ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h:
use BDIGIT for Real#frac.
Tue Aug 10 15:19:45 2010 Kenta Murata <mrkn@mrkn.jp>