diff options
author | das <das> | 2006-06-14 21:12:18 (GMT) |
---|---|---|
committer | das <das> | 2006-06-14 21:12:18 (GMT) |
commit | e79404a6ffe899d49d9edfd38dc9560e989c335e (patch) | |
tree | 3c96b0a96da7663d9866f0fd9c02f9db73d15d3a /ChangeLog | |
parent | e4eabb48f7c89dda3e4ff784dced55eeda4bdee8 (diff) | |
download | tcl-e79404a6ffe899d49d9edfd38dc9560e989c335e.zip tcl-e79404a6ffe899d49d9edfd38dc9560e989c335e.tar.gz tcl-e79404a6ffe899d49d9edfd38dc9560e989c335e.tar.bz2 |
* unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED
define from AvailabilityMacros.h: override configure detection and only
use API available in the indicated OS version or earlier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-06-14 Daniel Steffen <das@users.sourceforge.net> + + * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED + define from AvailabilityMacros.h: override configure detection and only + use API available in the indicated OS version or earlier. + 2006-06-14 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/regerror.c: Enable building Tcl with Microsoft's |