diff options
author | das <das> | 2004-07-20 10:12:29 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 10:12:29 (GMT) |
commit | cbffef93e9ea392a331ffacb04288333ae5475ba (patch) | |
tree | e1a25992ef3c631f676418431edca778b7e352b1 /ChangeLog | |
parent | 281500f39ea00f49bce3fd08e71e69b440482c21 (diff) | |
download | tcl-cbffef93e9ea392a331ffacb04288333ae5475ba.zip tcl-cbffef93e9ea392a331ffacb04288333ae5475ba.tar.gz tcl-cbffef93e9ea392a331ffacb04288333ae5475ba.tar.bz2 |
* unix/tclUnixFile.c (NativeMatchType): added support for
readonly matching of user immutable files (where available).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-07-20 Daniel Steffen <das@users.sourceforge.net> + * 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. |