diff options
author | hobbs <hobbs> | 2001-05-23 06:02:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-23 06:02:28 (GMT) |
commit | 2b259a4ad4a1b11495f55e0530c3c2635a111d66 (patch) | |
tree | 16058b4e9c68efead20e6385c41e37a11afdaf2f /ChangeLog | |
parent | 53974cfe3afedf2b57c2bf571a26dcf1b4975c04 (diff) | |
download | tcl-2b259a4ad4a1b11495f55e0530c3c2635a111d66.zip tcl-2b259a4ad4a1b11495f55e0530c3c2635a111d66.tar.gz tcl-2b259a4ad4a1b11495f55e0530c3c2635a111d66.tar.bz2 |
* unix/tcl.m4: added more common install directories in which to
search for *Config.sh [Bug #419812]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2,6 +2,25 @@ * generic/tclExecute.c: removed Tcl_DuplicateObj in INST_DUP +2001-05-21 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/tcltest.test (tcltest-19.1): fixed failing test that was + getting affected by Windows env handling of empty valued elements. + + * unix/tcl.m4: added more common install directories in which to + search for *Config.sh [Bug #419812] + + * tests/cmdMZ.test (cmdMZ-1.4): added notLinux constraint to test + to prevent failure message on Linux due to OS caching bug. + + * tests/httpd (httpdRespond): added response to timeout value in + query string. + + * tests/http.test: removed unused notLinux constraint setting + + * generic/tclRegexp.c (Tcl_RegExpExecObj): added use of + Tcl_GetUnicodeFromObj. + 2001-05-19 Andreas Kupries <andreas_kupries@users.sourceforge.net> * Note that "tclbench" (see project "tcllib") was extended with |