diff options
author | hobbs <hobbs> | 2003-10-13 01:00:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-10-13 01:00:37 (GMT) |
commit | c18947675711693a12a4d8f933281f357bbab984 (patch) | |
tree | beb1f3386b777492866cc09ce019eceef4ea058b /ChangeLog | |
parent | eca4664d01909a7882167002ee5f451dc982076e (diff) | |
download | tcl-c18947675711693a12a4d8f933281f357bbab984.zip tcl-c18947675711693a12a4d8f933281f357bbab984.tar.gz tcl-c18947675711693a12a4d8f933281f357bbab984.tar.bz2 |
* unix/tclUnixTest.c (TestalarmCmd): don't bother checking return
value of alarm. [Bug #664755] (english)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2003-10-12 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tclUnixTest.c (TestalarmCmd): don't bother checking return + value of alarm. [Bug #664755] (english) + 2003-10-08 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Save and restore the iPtr->flag bits that @@ -77,8 +82,8 @@ * tests/fileName.test: * tests/winFCmd.test: - * doc/FileSystem.3: backported various test and documentation - changes from HEAD. Backport of actual code fixes to follow. + * doc/FileSystem.3: backported various test and documentation + changes from HEAD. Backport of actual code fixes to follow. 2003-10-02 Don Porter <dgp@users.sourceforge.net> |