From cb0491921471d22c09c1bc08dfc08304e6d6df0b Mon Sep 17 00:00:00 2001 From: stanton Date: Wed, 30 Sep 1998 23:59:08 +0000 Subject: merged tcl8.0.4 changes --- changes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/changes b/changes index 4c6183a..6ea7ece 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.21 1998/09/14 18:39:44 stanton Exp $ +RCS: @(#) $Id: changes,v 1.22 1998/09/30 23:59:08 stanton Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -3605,3 +3605,11 @@ the import links move to the new name, and if you delete a command then the import links get lost. These semantics have not changed.) (MC) -------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/10/98 ------ + +9/3/98 (bug fix) Tcl_Realloc was failing under Windows because the +GlobalReAlloc API was not correctly re-allocating blocks that were +32k+. The fix was to use newer Win32 APIs (HeapAlloc, HeapFree, and +HeapReAlloc.) (BS) + +======== Changes for 8.0 go above this line ======== +======== Changes for 8.1 go below this line ======== -- cgit v0.12