diff options
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> |