summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-01-26 09:30:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-01-26 09:30:44 (GMT)
commita7a2245bcb966c60aadc6038744b8ced2024e529 (patch)
treed03aaaa3856de5195a1f8a9c30eb73862198913d /ChangeLog
parentb37bf640a61a47cfac23685230f8f8d3300eaba7 (diff)
downloadtcl-a7a2245bcb966c60aadc6038744b8ced2024e529.zip
tcl-a7a2245bcb966c60aadc6038744b8ced2024e529.tar.gz
tcl-a7a2245bcb966c60aadc6038744b8ced2024e529.tar.bz2
Improved commenting of a tricky bit of TclpOpenFileChannel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bcb8f8..74294fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-26 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * unix/tclUnixChan.c (TclpOpenFileChannel): Tidy up and comment the
+ mess to do with setting up serial channels. This (deliberately) breaks
+ a broken FreeBSD port, indicates what we're really doing, and reduces
+ the amount of conditional compilation sections for better maintenance.
+
2006-01-25 Donal K. Fellows <dkf@users.sf.net>
* unix/tclUnixInit.c (TclpInitPlatform): Improved conditions on when