From 849cfc481e535c6b9f04ab496200644b7c8c939a Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 2 Jun 2008 09:51:30 +0000 Subject: * lib/un.rb (wait_writable): wait until target files can be written actually. * win32/Makefile.sub (LDSHARED_0, LINK_SO): get rid of failure of mt.exe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89f4b9b3c..eda62d227 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jun 2 18:51:15 2008 Nobuyoshi Nakada + + * lib/un.rb (wait_writable): wait until target files can be + written actually. + + * win32/Makefile.sub (LDSHARED_0, LINK_SO): get rid of failure of + mt.exe. + Mon Jun 2 16:26:17 2008 Akinori MUSHA * lib/delegate.rb (Delegator::MethodDelegation#respond_to): -- cgit