diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-03 15:52:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-03 15:52:28 +0000 |
| commit | 81203d18d4ca38f7860f634382e473b36f4573d7 (patch) | |
| tree | be3080f670073b9485c4a4bddf968b240ec70217 /ChangeLog | |
| parent | 5d29d3038c98a745a6fdeb652714572040848688 (diff) | |
| download | ruby-81203d18d4ca38f7860f634382e473b36f4573d7.tar.gz ruby-81203d18d4ca38f7860f634382e473b36f4573d7.tar.xz ruby-81203d18d4ca38f7860f634382e473b36f4573d7.zip | |
* ext/socket/addrinfo.h: typo.
* ext/socket/getaddrinfo.c (gai_strerror): get rid of warning.
* ext/socket/socket.c (init_inetsock): ensures resources are
freed at exceptions.
* ext/socket/socket.c (init_unixsock): ditto.
* ext/socket/socket.c (udp_connect): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Jun 4 00:45:50 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * ext/socket/addrinfo.h: typo. + + * ext/socket/getaddrinfo.c (gai_strerror): get rid of warning. + + * ext/socket/socket.c (init_inetsock): ensures resources are + freed at exceptions. + + * ext/socket/socket.c (init_unixsock): ditto. + + * ext/socket/socket.c (udp_connect): ditto. + Mon Jun 3 20:39:51 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/extconf.rb : change PLATFORM with RUBY_PLATFORM. |
