diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 20:16:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 20:16:30 (GMT) |
commit | 142780b62dcb805071fff401e11de953425bd6a1 (patch) | |
tree | 82feeab9a382ca98f7cdb3eaff9c695cfc70caa9 /ChangeLog | |
parent | 58d27ba0d542d94389154c2b5eb09169b07229d7 (diff) | |
download | tcl-142780b62dcb805071fff401e11de953425bd6a1.zip tcl-142780b62dcb805071fff401e11de953425bd6a1.tar.gz tcl-142780b62dcb805071fff401e11de953425bd6a1.tar.bz2 |
Simplify LoadTableEncoding
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |