summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-12 22:46:27 (GMT)
committerhobbs <hobbs>1999-12-12 22:46:27 (GMT)
commitcbdb0292972b610636c3e003ebd711b0c9223b51 (patch)
treec35f86e8c465dc7fd955851432e775d3b63cdd05
parent2dd7c91590590d3bdb8bbb0eefe772db49c3da14 (diff)
downloadtcl-cbdb0292972b610636c3e003ebd711b0c9223b51.zip
tcl-cbdb0292972b610636c3e003ebd711b0c9223b51.tar.gz
tcl-cbdb0292972b610636c3e003ebd711b0c9223b51.tar.bz2
see log
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b5d3e3..ab04f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: