summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-08-21 05:37:25 (GMT)
committerdas <das>2006-08-21 05:37:25 (GMT)
commit40c4ecfd456c65d392925accecc6bfcf589a502d (patch)
tree8b8788a7b8ee6fd0b870102e7f2417c181d499e1 /ChangeLog
parent24a1237af60c1f6ed662e89c824c6045ab7adc74 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ceecef..f799715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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