summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-06 20:16:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-06 20:16:30 (GMT)
commit142780b62dcb805071fff401e11de953425bd6a1 (patch)
tree82feeab9a382ca98f7cdb3eaff9c695cfc70caa9 /ChangeLog
parent58d27ba0d542d94389154c2b5eb09169b07229d7 (diff)
downloadtcl-142780b62dcb805071fff401e11de953425bd6a1.zip
tcl-142780b62dcb805071fff401e11de953425bd6a1.tar.gz
tcl-142780b62dcb805071fff401e11de953425bd6a1.tar.bz2
Simplify LoadTableEncoding
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36e49cb..2c9315e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclEncoding.c (LoadTableEncoding): Removed reference to
+ Tcl interpreter; it wasn't needed as direct object use is more
+ efficient.
+
* generic/tclPathObj.c: Made this file follow the style rules in
the Engineering Manual more closely, and also take advantage of
the internal object manipulation macros more.