diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-17 15:17:10 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-17 15:17:10 +0000 |
| commit | 87de7d6f03f22b84ccad7f2648a6b9d6186ae848 (patch) | |
| tree | cf75a2e8fc6fd90fd2c907ac0d5af7803bd74452 /ChangeLog | |
| parent | d4cab5cd66af1263de18681a5b09940abcc71a95 (diff) | |
| download | ruby-87de7d6f03f22b84ccad7f2648a6b9d6186ae848.tar.gz ruby-87de7d6f03f22b84ccad7f2648a6b9d6186ae848.tar.xz ruby-87de7d6f03f22b84ccad7f2648a6b9d6186ae848.zip | |
* win32/win32.c: fasten file I/O on mswin32/mingw32.
* win32/win32.h: ditto.
* rubysig.h: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Sun Feb 18 00:09:50 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * win32/win32.c: fasten file I/O on mswin32/mingw32. + + * win32/win32.h: ditto. + + * rubysig.h: ditto. + Fri Feb 16 01:44:56 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (set_outfile): f should be the FILE* from the assigning value. @@ -101,7 +109,7 @@ Sat Feb 10 23:07:15 2001 Yukihiro Matsumoto <matz@ruby-lang.org> Sat Feb 10 00:00:30 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> - * win32/win32.c (win32_stat): replace stat for enable when pathname + * win32/win32.c (win32_stat): replace stat to enable when pathname ends with '/' or '\' for mswin32 on Win9X / Win2k. * win32/win32.h: ditto. |
