diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-13 21:26:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-13 21:26:11 (GMT) |
commit | a9551a08af343c0da4bb743594a7f9adc8d99320 (patch) | |
tree | 675333bb716c15f7e0f0a650af92fdfd88de9d1a /ChangeLog | |
parent | 542e26909ff74475784c87d36451da9fba244974 (diff) | |
download | tcl-a9551a08af343c0da4bb743594a7f9adc8d99320.zip tcl-a9551a08af343c0da4bb743594a7f9adc8d99320.tar.gz tcl-a9551a08af343c0da4bb743594a7f9adc8d99320.tar.bz2 |
* unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed
order of verifying candidate [encoding system] value, checking against
a table in memory first before calling Tcl_GetEncoding and potentially
scanning through the filesystem. Also ordered the table so that a
binary search could be used within it. Improves startup time a bit
more on some systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-04-13 Don Porter <dgp@users.sourceforge.net> + + * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed + order of verifying candidate [encoding system] value, checking against + a table in memory first before calling Tcl_GetEncoding and potentially + scanning through the filesystem. Also ordered the table so that a + binary search could be used within it. Improves startup time a bit + more on some systems. + 2004-04-13 Kevin B. Kenny <kennykb@acm.org> * library/clock.n: Added a missing '--' on several [switch] |