diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-06 15:23:15 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-06 15:23:15 (GMT) |
commit | 6ddcd1aac092384d9126dd6e101edcc2a681b5e5 (patch) | |
tree | d40b591d0eaa0642e5a8052276d10550d8d3ff17 /ChangeLog | |
parent | 634947b178a46ef981ed5ce9e0058dbfa8b217c5 (diff) | |
download | tcl-6ddcd1aac092384d9126dd6e101edcc2a681b5e5.zip tcl-6ddcd1aac092384d9126dd6e101edcc2a681b5e5.tar.gz tcl-6ddcd1aac092384d9126dd6e101edcc2a681b5e5.tar.bz2 |
* generic/tclEncoding.c: Version of the embedded iso8859-1
encoding handler that is faster (functions to do the encoding know
exactly what they're doing instead of pulling it from a table,
though the table itself has to be retained for use by shift
encodings that depend on iso8859-1.) [Patch 1826906], committing
for dkf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-11-06 Miguel Sofer <msofer@users.sf.net> + + * generic/tclEncoding.c: Version of the embedded iso8859-1 + encoding handler that is faster (functions to do the encoding know + exactly what they're doing instead of pulling it from a table, + though the table itself has to be retained for use by shift + encodings that depend on iso8859-1.) [Patch 1826906], committing + for dkf. + 2007-11-05 Andreas Kupries <andreask@activestate.com> * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend |