diff options
author | hobbs <hobbs> | 2001-11-20 09:24:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-20 09:24:55 (GMT) |
commit | efc5cb86481e5b94396404ff21921ca044118de8 (patch) | |
tree | 824e45bb7d1e175f1821d1ecea11b3269ec69c63 /ChangeLog | |
parent | 1fd083c120730401f70839c5434d9658fab053ec (diff) | |
download | tcl-efc5cb86481e5b94396404ff21921ca044118de8.zip tcl-efc5cb86481e5b94396404ff21921ca044118de8.tar.gz tcl-efc5cb86481e5b94396404ff21921ca044118de8.tar.bz2 |
* unix/tclUnixInit.c (TclpSetInitialEncodings): update of patch
from 2001-11-16 that uses the old Tcl encoding check mechanism as
a fallback to the original. Also added a TCL_DEFAULT_ENCODING
#define (defaults to iso8859-1). Tcl will first try setlocale and
nl_langinfo, and if that fails, guess based on certain LANG|LC_*
env vars. [Patch #418645]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2001-11-20 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tclUnixInit.c (TclpSetInitialEncodings): update of patch + from 2001-11-16 that uses the old Tcl encoding check mechanism as + a fallback to the original. Also added a TCL_DEFAULT_ENCODING + #define (defaults to iso8859-1). Tcl will first try setlocale and + nl_langinfo, and if that fails, guess based on certain LANG|LC_* + env vars. [Patch #418645] + 2001-11-19 David Gravereaux <davygrvy@pobox.com> * win/buildall.vc.bat: Added useful comments. @@ -72,7 +81,7 @@ * generic/tclListObj.c: removed a C++-style comment that was inadvertently left in the source code. - + 2001-11-16 Jeff Hobbs <jeffh@ActiveState.com> * tests/interp.test: @@ -97,7 +106,6 @@ code for tclCmdNameType objects to tclObj.c (from tclExecute.c). This code has nothing to do with bytecodes. - 2001-11-16 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclBasic.c: @@ -107,7 +115,7 @@ * generic/tclProc.c: * tests/stack.test: consolidation of duplicated code (in TclExecuteByteCode and EvalObjv); renaming of EvalObjv to - TclEvalObjv i as itisnot static anymore; restored consistency of + TclEvalObjv as it is not static anymore; restored consistency of level counts between compiled and directly evaled code. [Bug 480896] |