diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-11-05 21:26:40 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-11-05 21:26:40 (GMT) |
commit | 634947b178a46ef981ed5ce9e0058dbfa8b217c5 (patch) | |
tree | 6b292bde1044283921215006a3d02990a56b5d68 /ChangeLog | |
parent | 9255f17568bef90c687723cf1374fe7132d53e8b (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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> |