diff options
author | jenglish <jenglish@flightlab.com> | 2008-02-28 20:14:06 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-02-28 20:14:06 (GMT) |
commit | e3731492820cee09a934e7a1305b79b6988b7450 (patch) | |
tree | c4223d0df8163c3ddaa0f6453bcd43e56995d01b /ChangeLog | |
parent | 6e9187684c687eab654ee37f1d4a9aa9caff97a2 (diff) | |
download | tcl-e3731492820cee09a934e7a1305b79b6988b7450.zip tcl-e3731492820cee09a934e7a1305b79b6988b7450.tar.gz tcl-e3731492820cee09a934e7a1305b79b6988b7450.tar.bz2 |
Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -1,3 +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. + +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(). + 2008-02-28 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] @@ -12,12 +24,6 @@ * library/http/http.tcl: bug #705956 - fix inverted logic when cleaning up socket error in geturl. -2008-02-22 Joe English <jenglish@users.sourceforge.net> - - * generic/tclIOUtil.c, unix/tclUnixPort.h, unix/tclUnixChan.c: - Remove dead/unused portability-related #defines and - unused conditional code. See [Patch 1901828] for discussion. - 2008-02-27 Kevin B. Kenny <kennykb@acm.org> * doc/clock.n: Corrected minor indentation gaffe in the @@ -30,7 +36,13 @@ localized date/time formats were used. [Bug 1902423] * tests/clock.test (clock-61.*, clock-62.1): Regression tests for [Bug 1862555] and [Bug 1902423]. - + +2008-02-26 Joe English <jenglish@users.sourceforge.net> + + * generic/tclIOUtil.c, unix/tclUnixPort.h, unix/tclUnixChan.c: + Remove dead/unused portability-related #defines and + unused conditional code. See [Patch 1901828] for discussion. + 2008-02-26 Joe English <jenglish@users.sourceforge.net> * generic/tclIORChan.c(enum MethodName), |