summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-30 01:43:00 (GMT)
committerericm <ericm>2000-08-30 01:43:00 (GMT)
commita8b81082d72f94260f0c9f93c2a21be6980d57ad (patch)
tree026a2ca17e8d39006e0a59c4606f212d2ad50899 /ChangeLog
parentf97152e392c85c9bd4b78be2bb666328b7044928 (diff)
downloadtcl-a8b81082d72f94260f0c9f93c2a21be6980d57ad.zip
tcl-a8b81082d72f94260f0c9f93c2a21be6980d57ad.tar.gz
tcl-a8b81082d72f94260f0c9f93c2a21be6980d57ad.tar.bz2
* generic/tclStringObj.c: Applied patch from Gerhard Hintermayer
to provide a more conservative string growth algorithm for strings larger than one megabyte; this allows more efficient use of memory for very large strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82275d6..9ed6f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-29 Eric Melski <ericm@ajubasolutions.com>
+
+ * generic/tclStringObj.c: Applied patch from Gerhard Hintermayer
+ to provide a more conservative string growth algorithm for strings
+ larger than one megabyte; this allows more efficient use of memory
+ for very large strings.
+
2000-08-25 Eric Melski <ericm@ajubasolutions.com>
* tests/trace.test: Extended array tracing tests.