diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-31 07:58:34 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-31 07:58:34 +0000 |
| commit | c782ddc4fc2864d99b98b8d4b28f5b303eca5890 (patch) | |
| tree | bb4fe162eff05dd51a36fe7ca8ccd13d7a35e981 /ChangeLog | |
| parent | 4b797ebf0d8d1ae5cfe96462b38ac3419d575e48 (diff) | |
| download | ruby-c782ddc4fc2864d99b98b8d4b28f5b303eca5890.tar.gz ruby-c782ddc4fc2864d99b98b8d4b28f5b303eca5890.tar.xz ruby-c782ddc4fc2864d99b98b8d4b28f5b303eca5890.zip | |
* win32/win32.c (exit_handler): new function; release winsock and
environment work area.
* win32/win32.c (NTInitialize): setup exit_handler.
* win32/win32.c (StartSockets): use exit_handler.
exit handler.
* win32/win32.c (rb_w32_getenv): use GetEnvironmentStrings() instead
of GetEnvironmentVariable(), because the latter cannot distinguish
wheather a null environment variable exists or not.
fixed: [ruby-talk:205123]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Jul 31 16:51:40 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (exit_handler): new function; release winsock and + environment work area. + + * win32/win32.c (NTInitialize): setup exit_handler. + + * win32/win32.c (StartSockets): use exit_handler. + exit handler. + + * win32/win32.c (rb_w32_getenv): use GetEnvironmentStrings() instead + of GetEnvironmentVariable(), because the latter cannot distinguish + wheather a null environment variable exists or not. + fixed: [ruby-talk:205123] + Mon Jul 31 16:15:13 2006 Tanaka Akira <akr@fsij.org> * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): |
