diff options
author | hobbs <hobbs> | 2003-11-06 21:47:32 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-06 21:47:32 (GMT) |
commit | c5930f8386355d42d6789a95167916d37b975b72 (patch) | |
tree | 61adbb86f2d01f14f4551306fe662ff3541dedef /ChangeLog | |
parent | 3361d6ad5280072793769743494feecf91d1c3fc (diff) | |
download | tcl-c5930f8386355d42d6789a95167916d37b975b72.zip tcl-c5930f8386355d42d6789a95167916d37b975b72.tar.gz tcl-c5930f8386355d42d6789a95167916d37b975b72.tar.bz2 |
* tests/unixInit.test (unixInit-2.10): mark as knownBug
* generic/tclEncoding.c (TclFindEncodings): revert patch from
2003-11-05. It wasn't valid in the sensitive startup init phase
and broke Windows from working at all.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-11-06 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/unixInit.test (unixInit-2.10): mark as knownBug + * generic/tclEncoding.c (TclFindEncodings): revert patch from + 2003-11-05. It wasn't valid in the sensitive startup init phase + and broke Windows from working at all. + 2003-11-07 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: optimized builds define NDEBUG to turn off |