summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-08 04:29:48 (GMT)
committerstanton <stanton>1998-12-08 04:29:48 (GMT)
commit8ce56aea8a1c79732d3923703030a53807b1fa40 (patch)
treefb748e41c529a62f1429ed44ee03b35cd2cba198 /ChangeLog
parent09c54c4387489462b9e2de7706cfafd52f7fd7c7 (diff)
downloadtcl-8ce56aea8a1c79732d3923703030a53807b1fa40.zip
tcl-8ce56aea8a1c79732d3923703030a53807b1fa40.tar.gz
tcl-8ce56aea8a1c79732d3923703030a53807b1fa40.tar.bz2
* generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bug
where big blocks that were reallocated into a different heap location were not being placed into the bigBlocks list. [Bug: 933]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32486b4..e4d2113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1998-12-07 <stanton@GASPODE>
+ * generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bug
+ where big blocks that were reallocated into a different heap
+ location were not being placed into the bigBlocks list. [Bug: 933]
+
* tests/msgcat.test: Added message catalog test suite.
* library/msgcat1.0/msgcat.tcl: minor bug fixes, integrated latest