diff options
author | das <das> | 2004-07-20 10:23:14 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 10:23:14 (GMT) |
commit | 1588001f922d15b8d69b00506ab0260f81595b8f (patch) | |
tree | ad3a238b490a9689bcd9dcb07134212c1d386684 /ChangeLog | |
parent | cbffef93e9ea392a331ffacb04288333ae5475ba (diff) | |
download | tcl-1588001f922d15b8d69b00506ab0260f81595b8f.zip tcl-1588001f922d15b8d69b00506ab0260f81595b8f.tar.gz tcl-1588001f922d15b8d69b00506ab0260f81595b8f.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in: added 'install-private-headers' makefile target
to allow optionally installing private tcl headers. [FR 922727]
* macosx/Makefile: use new 'install-private-headers' target
to install private headers into framework. [FR 922727]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ 2004-07-20 Daniel Steffen <das@users.sourceforge.net> + * unix/Makefile.in: + * win/Makefile.in: added 'install-private-headers' makefile target + to allow optionally installing private tcl headers. [FR 922727] + + * macosx/Makefile: use new 'install-private-headers' target + to install private headers into framework. [FR 922727] + * unix/tclUnixFile.c (NativeMatchType): added support for readonly matching of user immutable files (where available). -2004-07-20 Daniel Steffen <das@users.sourceforge.net> - * macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, since it is only present in full CoreFoundation on Mac OS X and not in CFLite on pure Darwin. |