summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-10-13 01:00:37 (GMT)
committerhobbs <hobbs>2003-10-13 01:00:37 (GMT)
commitc18947675711693a12a4d8f933281f357bbab984 (patch)
treebeb1f3386b777492866cc09ce019eceef4ea058b /ChangeLog
parenteca4664d01909a7882167002ee5f451dc982076e (diff)
downloadtcl-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--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 180b267..9bd668d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>