aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:15:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:15:08 +0000
commit7f46923feea165d3b6ece6b0df67ffe510441722 (patch)
treef2f72daaff721d6841d5c0c2041e986a9aca2a8d /ChangeLog
parentaa2a6871ee93e5dc86f243045af91fac90f142bf (diff)
downloadruby-7f46923feea165d3b6ece6b0df67ffe510441722.tar.gz
2000-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bae4ed0a5a..a04008efff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+Wed Jun 14 14:07:38 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
+
+ * io.c: typo(ig/if).
+
+ * re.c: typo(re/reg). add rb_reg_check().
+
+ * time.c: remove unneeded declare(daylight, timezone).
+
Wed Jun 14 00:50:14 2000 Wakou Aoyama <wakou@fsinet.or.jp>
- * lib/cig.rb: read_multipart(): if no content body then raise EOFError.
+ * lib/cgi.rb: read_multipart(): if no content body then raise EOFError.
Tue Jun 13 11:46:17 2000 Yukihiro Matsumoto <matz@netlab.co.jp>