From 96e30403496cffcd72ac6a2d51d06f7b65e8b6ff Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 23 Feb 2006 13:46:03 +0000 Subject: * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internal memory manager cannot handle large memory block properly. ex: 10000.times { "" << "." * 529671; GC.start } # crash [ruby-dev:28230] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eddd7caad..c1591ed22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 23 15:36:25 2006 Hirokazu Yamamoto + + * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internal + memory manager cannot handle large memory block properly. + ex: 10000.times { "" << "." * 529671; GC.start } # crash + [ruby-dev:28230] + Thu Feb 23 13:23:03 2006 Hirokazu Yamamoto * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360] -- cgit