diff options
author | stanton <stanton> | 1998-09-30 23:59:08 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-09-30 23:59:08 (GMT) |
commit | cb0491921471d22c09c1bc08dfc08304e6d6df0b (patch) | |
tree | c2be5cea7c7e7fd9f0feb1a40a826707da4570f9 /changes | |
parent | 795fdacd5fc221eaf22ac51006fcf78064f51906 (diff) | |
download | tcl-cb0491921471d22c09c1bc08dfc08304e6d6df0b.zip tcl-cb0491921471d22c09c1bc08dfc08304e6d6df0b.tar.gz tcl-cb0491921471d22c09c1bc08dfc08304e6d6df0b.tar.bz2 |
merged tcl8.0.4 changes
Diffstat (limited to 'changes')
-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 ======== |