summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-11-05 21:26:40 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-11-05 21:26:40 (GMT)
commit634947b178a46ef981ed5ce9e0058dbfa8b217c5 (patch)
tree6b292bde1044283921215006a3d02990a56b5d68 /ChangeLog
parent9255f17568bef90c687723cf1374fe7132d53e8b (diff)
downloadtcl-634947b178a46ef981ed5ce9e0058dbfa8b217c5.zip
tcl-634947b178a46ef981ed5ce9e0058dbfa8b217c5.tar.gz
tcl-634947b178a46ef981ed5ce9e0058dbfa8b217c5.tar.bz2
* generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend
the config database if the encoding provided by the user is not found (venc == NULL). Scripts expecting the data will error out, however we neither crash nor provide bogus information. See [SF Tcl Bug 983509] for more discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 79ef752..48f8d82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,10 @@
2007-11-05 Andreas Kupries <andreask@activestate.com>
- * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use
- iso8859-1 as a fallback if the user supplied encoding was not
- found. That way we do not crash. It is unclear however if this
- is a sane fallback given that the encoding is likely wrong and
- producing bogus strings. See [SF Tcl Bug 983509] for more
- discussion.
+ * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend
+ the config database if the encoding provided by the user is not
+ found (venc == NULL). Scripts expecting the data will error out,
+ however we neither crash nor provide bogus information. See [SF
+ Tcl Bug 983509] for more discussion.
2007-11-05 Andreas Kupries <andreask@activestate.com>