diff options
author | das <das> | 2006-08-21 05:37:25 (GMT) |
---|---|---|
committer | das <das> | 2006-08-21 05:37:25 (GMT) |
commit | 40c4ecfd456c65d392925accecc6bfcf589a502d (patch) | |
tree | 8b8788a7b8ee6fd0b870102e7f2417c181d499e1 /ChangeLog | |
parent | 24a1237af60c1f6ed662e89c824c6045ab7adc74 (diff) | |
download | tcl-40c4ecfd456c65d392925accecc6bfcf589a502d.zip tcl-40c4ecfd456c65d392925accecc6bfcf589a502d.tar.gz tcl-40c4ecfd456c65d392925accecc6bfcf589a502d.tar.bz2 |
* unix/tclUnixPort.h (Darwin): override potentially faulty configure
detection of termios availability in all cases, since termios is known
to be present on all Mac OS X releases since 10.0. [Bug 497147]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ the system time; as a workaround, when given a very brief timeout, just do a poll on that platform. [Bug 1457797] + * unix/tclUnixPort.h (Darwin): override potentially faulty configure + detection of termios availability in all cases, since termios is known + to be present on all Mac OS X releases since 10.0. [Bug 497147] + 2006-08-18 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for |