summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-02-28 20:39:09 (GMT)
committerjenglish <jenglish@flightlab.com>2008-02-28 20:39:09 (GMT)
commit9de18330ecc23cf8f00c99de3e46f47e9ba050f0 (patch)
tree1150ca6bd02543c2d0011d058c98e437c3774b2c /ChangeLog
parente3731492820cee09a934e7a1305b79b6988b7450 (diff)
downloadtcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.zip
tcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.tar.gz
tcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.tar.bz2
Oops! Forgot to record patch number [#1903339] for last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bdb60ec..5faae65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
2008-02-28 Joe English <jenglish@users.sourceforge.net>
* unix/tclPort.h, unix/tclCompat.h, unix/tclUnixChan.h:
- Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.
+ Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes
+ [Patch 1903339].
2008-02-28 Joe English <jenglish@users.sourceforge.net>
* unix/tclUnixChan.c, unix/tclUnixNotfy.c, unix/tclUnixPipe.c:
Consolidate all code conditionalized on -DUSE_FIONBIO into one place.
* unix/tclUnixPort.h, unix/tclUnixCompat.c: New routine
- TclUnixSetBlockingMode().
+ TclUnixSetBlockingMode() [Patch 1903339].
2008-02-28 Don Porter <dgp@users.sourceforge.net>