diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-12 13:56:52 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-12 13:56:52 +0000 |
commit | ef405dfa04ec496620f88861a31206939bf1f5b2 (patch) | |
tree | 64edda9565c7d414d9271dcf397af431b7a35fc5 /ChangeLog | |
parent | 2efe05858a41d35ff8a648ac4fbffc358203b980 (diff) |
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -Tue Sep 12 16:02:20 2000 Yukihiro Matsumoto <matz@ruby-lang.org> +Tue Sep 12 22:34:20 2000 Yukihiro Matsumoto <matz@ruby-lang.org> * stable version 1.6.0 released. +Tue Sep 12 22:28:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp> + + * ext/socket/extconf.rb: avoid using terrible <netinet/tcp.h> + on cygwin 1.1.5. + Tue Sep 12 16:01:58 2000 WATANABE Hirofumi <eban@os.rim.or.jp> * array.c (rb_ary_unshift_m): typo. |