From 1a1bf20ac9578632ab875ccce847b3ecb911d83a Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 6 Jun 2002 03:06:11 +0000 Subject: * win32/Makefile.sub (config.status): use sub! instead of []= because []= causes exception. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b055d7be2..10eaa11ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 6 12:04:30 2002 NAKAMURA Usaku + + * win32/Makefile.sub (config.status): use sub! instead of []= because + []= causes exception. + Thu Jun 6 11:42:15 2002 Nobuyoshi Nakada * lib/thread.rb (Queue::pop): get rid of race condition. -- cgit