diff options
-rw-r--r-- | changes | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ======== |