summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-07-31 09:30:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-07-31 09:30:47 (GMT)
commitf82900cff8398c8d63ab4557833bdf0d9ba13d3a (patch)
treef26605c5754f1f8b2dc42a136c790d208e177e74 /ChangeLog
parent52d64c484bad96963208c402b55b452de5dfada0 (diff)
downloadtcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.zip
tcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.tar.gz
tcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.tar.bz2
Simplify the #ifdef logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da33ecb..f06fe23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-07-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * unix/tclUnixCompat.c: Simplify the #ifdef logic.
+
* unix/tclUnixChan.c (FileWatchProc): Fix test failures.
2007-07-30 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>