diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-14 18:41:46 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-14 18:41:46 +0000 |
commit | a34c7d427fc0088b0ae007159e7ffc8ef1981119 (patch) | |
tree | f50e64baa55804a0213bdde249fc745f54d3e3aa /ChangeLog | |
parent | 22959fabb4e5e3848063096ba351821c3a9db1a8 (diff) | |
download | ruby-a34c7d427fc0088b0ae007159e7ffc8ef1981119.tar.gz ruby-a34c7d427fc0088b0ae007159e7ffc8ef1981119.tar.xz ruby-a34c7d427fc0088b0ae007159e7ffc8ef1981119.zip |
* hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's
obsoleted.
* win32/win32.c, win32/win32.h: sort out #if 0 - #endif or others.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Nov 15 03:37:17 2001 Usaku Nakamura <[email protected]> + + * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's + obsoleted. + + * win32/win32.c, win32/win32.h: sort out #if 0 - #endif or others. + Wed Nov 14 01:12:07 2001 Usaku Nakamura <[email protected]> * win32/win32.c (waitpid): fix wait count. |