summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-09-30 23:59:08 (GMT)
committerstanton <stanton@noemail.net>1998-09-30 23:59:08 (GMT)
commitc1effcbde4efdd30e2ecac088ca7f5d371802fa6 (patch)
treec2be5cea7c7e7fd9f0feb1a40a826707da4570f9 /changes
parent868395f2504a447106fb97413176b90dde23b3e2 (diff)
downloadtcl-c1effcbde4efdd30e2ecac088ca7f5d371802fa6.zip
tcl-c1effcbde4efdd30e2ecac088ca7f5d371802fa6.tar.gz
tcl-c1effcbde4efdd30e2ecac088ca7f5d371802fa6.tar.bz2
merged tcl8.0.4 changes
FossilOrigin-Name: 705dc36abf945d4d51f2a3cbb5be9e1a7ffdb689
Diffstat (limited to 'changes')
-rw-r--r--changes10
1 files changed, 9 insertions, 1 deletions
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 ========