diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-07-31 09:30:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-07-31 09:30:47 (GMT) |
commit | f82900cff8398c8d63ab4557833bdf0d9ba13d3a (patch) | |
tree | f26605c5754f1f8b2dc42a136c790d208e177e74 /ChangeLog | |
parent | 52d64c484bad96963208c402b55b452de5dfada0 (diff) | |
download | tcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.zip tcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.tar.gz tcl-f82900cff8398c8d63ab4557833bdf0d9ba13d3a.tar.bz2 |
Simplify the #ifdef logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |