summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 04:19:23 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 04:19:23 +0000
commitb810b14ed3df351601e0bcf85e4dcb5c335bede7 (patch)
tree89f99e2090247d186471b5203d6c1189efe1c7e6 /ChangeLog
parent94c7a0fcb974888d61be1fe2ec7e19897f033d25 (diff)
2000-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f847b43109..b42556b219 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Wed Jun 14 13:17:02 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
+
+ * io.c: typo(ig/if).
+
+ * re.c: typo(re/reg). add rb_reg_check().
+
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.
Fri Jun 9 15:11:35 2000 Yukihiro Matsumoto <matz@netlab.co.jp>