aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:20:09 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:20:09 +0000
commit00e9a8f0c33d8c7e384041e2bcce6d28d3450bb8 (patch)
tree708d0b2e551808c2a169a854b76d4d34a29242b0 /ChangeLog
parent7f46923feea165d3b6ece6b0df67ffe510441722 (diff)
downloadruby-00e9a8f0c33d8c7e384041e2bcce6d28d3450bb8.tar.gz
2000-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a04008efff..2b8852bfba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Wed Jun 14 14:07:38 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* time.c: remove unneeded declare(daylight, timezone).
+ * configure.in: add include <time.h> when daylight checking.
+
Wed Jun 14 00:50:14 2000 Wakou Aoyama <wakou@fsinet.or.jp>
* lib/cgi.rb: read_multipart(): if no content body then raise EOFError.