diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-24 00:10:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-24 00:10:24 (GMT) |
commit | cb529e3ff8ac73057bcf3ae557fcbbeb644d691b (patch) | |
tree | 2bda419084747438dd9a9469d8e08a2d8cc52aee /ChangeLog | |
parent | c3c073a77aa192334001c69c623b4a79168fa7cc (diff) | |
download | tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.zip tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.tar.gz tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.tar.bz2 |
Fix [Bug 1068171] though the fix is commented out for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-11-23 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * unix/Makefile.in: Add (commented-out) code to integrate tclConfig.h + into the dependency tree and 'make distclean'. [Bug 1068171] + * generic/tclResult.c (Tcl_AppendResultVA): Remove call to Tcl_GetStringResult to speed up repeated calls to Tcl_AppendResult with the side effect that code that wants to access interp->result |