diff options
author | jenglish <jenglish@flightlab.com> | 2008-02-28 20:39:09 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-02-28 20:39:09 (GMT) |
commit | 9de18330ecc23cf8f00c99de3e46f47e9ba050f0 (patch) | |
tree | 1150ca6bd02543c2d0011d058c98e437c3774b2c | |
parent | e3731492820cee09a934e7a1305b79b6988b7450 (diff) | |
download | tcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.zip tcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.tar.gz tcl-9de18330ecc23cf8f00c99de3e46f47e9ba050f0.tar.bz2 |
Oops! Forgot to record patch number [#1903339] for last commit.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |