summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-28 00:40:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-28 00:40:47 (GMT)
commit6875fa13ed77ee3b9fbd8277365f570919300bc5 (patch)
treefff428848af9ae6d966949794ab7ffa829ae5bd9 /ChangeLog
parente09eccf1c109d772ea755d25d028353093bbfa44 (diff)
downloadtcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.zip
tcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.tar.gz
tcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.tar.bz2
Embed the definition of the iso8859-1 encoding directly in Tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dbc7f6..ccf0c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-28 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclEncoding.c (TclInitEncodingSubsystem): Hard code the
+ iso8859-1 encoding, as it's needed for more than just text (especially
+ binary encodings...) Note that other encodings rely on the encoding
+ being a table encoding (!) so we can't use more efficient encoding
+ mapping functions.
+
2007-10-27 Donal K. Fellows <dkf@users.sf.net>
* generic/regc_lex.c (lexescape): Close off one of the problems