diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-07-10 20:38:43 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-07-10 20:38:43 (GMT) |
commit | 7609e2c3a04295aac611eb1a860eeb060bbfc4fd (patch) | |
tree | c796ed532919c3a950dcf8120ea715ed84f50d97 /ChangeLog | |
parent | 5f7664fb28c03bce899572a39a9e3b343c223f3a (diff) | |
download | tcl-7609e2c3a04295aac611eb1a860eeb060bbfc4fd.zip tcl-7609e2c3a04295aac611eb1a860eeb060bbfc4fd.tar.gz tcl-7609e2c3a04295aac611eb1a860eeb060bbfc4fd.tar.bz2 |
clock.test: Changed clock-2.11 so that it isn't an infinite loop when
run on a slow virtual machine.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-07-10 Kevin Kenny <kennykb@acm.org> + + * tests/clock.test (clock-2.11): Changed the test so that + it isn't an infinite loop when run under valgrind on a slow + virtual machine. Thanks to Miguel Sofer for the bug report. + 2004-07-08 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (DeleteInterpProc): reverted the modification @@ -23,7 +29,7 @@ 2004-07-07 Don Porter <dgp@users.sourceforge.net> - * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and + * generic/tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and removed potential memory leak. [Bug 986257]. 2004-07-07 Donal K. Fellows <donal.k.fellows@man.ac.uk> |