From 30babb83a9a9f2f3e80f879dc516c811344adbdc Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 11 Jul 2008 13:10:29 +0000 Subject: * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM) instead of $(OS) because ENV["OS"] is used in test-all (drb). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c388b3ab..cab9a4d09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 11 22:09:01 2008 NAKAMURA Usaku + + * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM) + instead of $(OS) because ENV["OS"] is used in test-all (drb). + Fri Jul 11 20:51:36 2008 Nobuyoshi Nakada * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file -- cgit