From 9594f68f5011005935de3388a7d00a6991eab774 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 10 Feb 2005 03:07:24 +0000 Subject: * bcc32/Makefile.sub (COMMON_LIBS): add libraries included in import32.lib. * lib/mkmf.rb (create_makefile): restrict prefixing with srcdir to rule lines, add search path to implicit rules, and set Borland make special macros for search path. * win32/win32.c, win32/win32.h (read): aboid a BCC runtime bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 79ccea8c8..1da25b692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -Thu Feb 10 12:06:31 2005 Nobuyoshi Nakada +Thu Feb 10 12:07:10 2005 Nobuyoshi Nakada * win32/win32.c (init_stdhandle): assign standard file handles. + * bcc32/Makefile.sub (COMMON_LIBS): add libraries included in + import32.lib. + + * lib/mkmf.rb (create_makefile): restrict prefixing with srcdir to + rule lines, add search path to implicit rules, and set Borland make + special macros for search path. + + * win32/win32.c, win32/win32.h (read): aboid a BCC runtime bug. + Wed Feb 9 16:33:05 2005 NAKAMURA Usaku * ext/socket/socket.c (wait_connectable): fixed wrong condition. -- cgit