diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-16 00:38:50 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-16 00:38:50 (GMT) |
commit | 05b75a0ef0b2ec55a7f535040223d308ca716546 (patch) | |
tree | 76bac598f558f0fc85c58d270fe6a7e07b26fe58 /ChangeLog | |
parent | 836e0f347fa1c6847e08d149f0637c308259998f (diff) | |
download | tcl-05b75a0ef0b2ec55a7f535040223d308ca716546.zip tcl-05b75a0ef0b2ec55a7f535040223d308ca716546.tar.gz tcl-05b75a0ef0b2ec55a7f535040223d308ca716546.tar.bz2 |
* tests/socket.test: Extended the timeout in socket-11.11 from 10
to 40 seconds to allow for really slow machines. Also extended
actual/expected results with value of variable 'done' to make it
clearer when a test fails due to a timeout. [Bug 792159].
* generic/tclPipe.c (TclCreatePipeline): Modified the processing
of pipebars to fail if the last bar is followed only by
redirections. [Bug 768659].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-15 Andreas Kupries <andreask@activestate.com> + + * tests/socket.test: Extended the timeout in socket-11.11 from 10 + to 40 seconds to allow for really slow machines. Also extended + actual/expected results with value of variable 'done' to make it + clearer when a test fails due to a timeout. [Bug 792159]. + 2006-03-15 Vince Darley <vincentdarley@sourceforge.net> * win/fCmd.test: add proper test constraints so the new @@ -5,6 +12,12 @@ 2006-03-14 Andreas Kupries <andreask@activestate.com> + * generic/tclPipe.c (TclCreatePipeline): Modified the processing + of pipebars to fail if the last bar is followed only by + redirections. [Bug 768659]. + +2006-03-14 Andreas Kupries <andreask@activestate.com> + * doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting |