summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 04:57:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 04:57:46 +0000
commit0759b62240acf1d27f8b5635be52468c4350194a (patch)
tree0b4c7a62bf15826927bfc2a763e891f261e576b1 /ChangeLog
parentdea29ccb3533c13c2425285aec12893967dd2efd (diff)
* configure.in (TIMEZONE_VOID): check whether timezone requires zero
arguments. [ruby-dev:32631] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14316 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 7114ed5ae..b60f041a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 19 13:57:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (TIMEZONE_VOID): check whether timezone requires zero
+ arguments. [ruby-dev:32631]
+
Wed Dec 19 13:22:14 2007 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/nkf.c (NKF::_ENCODING): removed.