From 4f965cff3c2ccd69b0ed0ab33635add02f16077f Mon Sep 17 00:00:00 2001 From: H_Konishi Date: Fri, 14 Jun 2002 12:21:50 +0000 Subject: *bcc32 fix for win9x. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d63261ee..3949c5d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 14 21:01:48 2002 KONISHI Hiromasa + + * bcc32/mkexports.rb: insert sleep(1) for win9x. + + * bcc32/configure.bat: change return code LF -> CRLF fo win9x. + + * win32/win32.c: fix rb_w32_open_osfhandle() + Fri Jun 14 15:22:19 2002 Nobuyoshi Nakada * parse.y (read_escape): deny zero-width hexadecimal character. -- cgit