From 2171f96cfbc5c99460b3e3cb968b3dbd341c5dd1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Oct 2005 14:10:08 +0000 Subject: * win32/Makefile.sub (MKFILES): update MKFILES if configure files get changed. * win32/configure.bat, win32/setup.mak (configure_args): store arguments to configure files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94bdaa060..e5a36bdf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 14 23:09:31 2005 Nobuyoshi Nakada + + * win32/Makefile.sub (MKFILES): update MKFILES if configure files get + changed. + + * win32/configure.bat, win32/setup.mak (configure_args): store + arguments to configure files. + Fri Oct 14 22:05:45 2005 NAKAMURA Usaku * win32/win32.c (ioctl): should set errno. -- cgit