diff options
author | das <das> | 2006-03-21 11:06:20 (GMT) |
---|---|---|
committer | das <das> | 2006-03-21 11:06:20 (GMT) |
commit | d4070e928ea23c067c492b5e594d206a76d9b3d5 (patch) | |
tree | 9b31284ec3cc00460868746481c7082902a886a4 /ChangeLog | |
parent | d13045d5f4f8b28861b4c1af3c4ceaa21331c173 (diff) | |
download | tcl-d4070e928ea23c067c492b5e594d206a76d9b3d5.zip tcl-d4070e928ea23c067c492b5e594d206a76d9b3d5.tar.gz tcl-d4070e928ea23c067c492b5e594d206a76d9b3d5.tar.bz2 |
* generic/tclInt.decls: implement globbing for HFS creator & type
* macosx/tclMacOSXFCmd.c: codes and 'hidden' flag, as documented in
* tests/macOSXFCmd.test: glob.n; objectified OSType handling in [glob]
* unix/tclUnixFile.c: and [file attributes]; fix globbing for hidden
files with pattern==NULL arg. [Bug 823329]
* generic/tclIntPlatDecls.h:
* generic/tclStubInit.c: make genstubs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -1,17 +1,27 @@ +2006-03-21 Daniel Steffen <das@users.sourceforge.net> + + * generic/tclInt.decls: implement globbing for HFS creator & type + * macosx/tclMacOSXFCmd.c: codes and 'hidden' flag, as documented in + * tests/macOSXFCmd.test: glob.n; objectified OSType handling in [glob] + * unix/tclUnixFile.c: and [file attributes]; fix globbing for hidden + files with pattern==NULL arg. [Bug 823329] + * generic/tclIntPlatDecls.h: + * generic/tclStubInit.c: make genstubs + 2006-03-20 Andreas Kupries <andreask@activestate.com> * win/Makefile.in (install-libraries): Generate tcl8/8.4 directory - under Windows as well (cygwin Makefile). Related entry: - 2006-03-07, dgp. This moved the installation of http from 8.2 to - 8.4, partially. A fix of the required directory creation was - done for unix on Mar 10, without entry in the Changelog. This - entry is for the fix of the directory creation under Windows. - - * unix/installManPage: There is always one even more broken - "sed". Moved the # comment starting character in the sed script to - the beginning of their respective lines. The AIX sed will not - recognize them as comments otherwise :( The actual text stays - indented for better association with the commands they belong to. + under Windows as well (cygwin Makefile). Related entry: 2006-03-07, + dgp. This moved the installation of http from 8.2 to 8.4, partially. A + fix of the required directory creation was done for unix on Mar 10, + without entry in the Changelog. This entry is for the fix of the + directory creation under Windows. + + * unix/installManPage: There is always one even more broken "sed". + Moved the # comment starting character in the sed script to the + beginning of their respective lines. The AIX sed will not recognize + them as comments otherwise :( The actual text stays indented for better + association with the commands they belong to. 2006-03-20 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> |