diff options
author | ericm <ericm> | 2000-08-30 01:43:00 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-30 01:43:00 (GMT) |
commit | a8b81082d72f94260f0c9f93c2a21be6980d57ad (patch) | |
tree | 026a2ca17e8d39006e0a59c4606f212d2ad50899 /ChangeLog | |
parent | f97152e392c85c9bd4b78be2bb666328b7044928 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |