diff options
author | hobbs <hobbs> | 1999-12-12 22:46:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-12 22:46:27 (GMT) |
commit | cbdb0292972b610636c3e003ebd711b0c9223b51 (patch) | |
tree | c35f86e8c465dc7fd955851432e775d3b63cdd05 | |
parent | 2dd7c91590590d3bdb8bbb0eefe772db49c3da14 (diff) | |
download | tcl-cbdb0292972b610636c3e003ebd711b0c9223b51.zip tcl-cbdb0292972b610636c3e003ebd711b0c9223b51.tar.gz tcl-cbdb0292972b610636c3e003ebd711b0c9223b51.tar.bz2 |
see log
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +1999-12-12 Jeff Hobbs <hobbs@scriptics.com> + + * doc/glob.n: + * tests/fileName.test: + * generic/tclInt.decls: + * generic/tclInt.h: + * generic/tclIntDecls.h: + * generic/tclStubInit.c: + * generic/tclEncoding.c: + * generic/tclFileName.c: + * mac/tclMacFile.c: + * unix/tclUnixFile.c: + * win/tclWinFile.c: enhanced the glob command with the new options + -types -path -directory and -join. Deprecated TclpMatchFiles with + TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added + GlobTypeData structure. + 1999-12-10 Jeff Hobbs <hobbs@scriptics.com> * tests/var.test: |