summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-11-06 15:23:15 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-11-06 15:23:15 (GMT)
commit6ddcd1aac092384d9126dd6e101edcc2a681b5e5 (patch)
treed40b591d0eaa0642e5a8052276d10550d8d3ff17 /ChangeLog
parent634947b178a46ef981ed5ce9e0058dbfa8b217c5 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48f8d82..cc05d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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