summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-08-31 15:12:18 (GMT)
committervincentdarley <vincentdarley>2005-08-31 15:12:18 (GMT)
commit9dffb7863ba4b0e760ce19215def938abecbcfea (patch)
tree807c9aa089e7e4c4b5f9c102046d5b6780d24a19 /ChangeLog
parent2e73eedbe37a9f715cd90a7428f6d03648491e8a (diff)
downloadtcl-9dffb7863ba4b0e760ce19215def938abecbcfea.zip
tcl-9dffb7863ba4b0e760ce19215def938abecbcfea.tar.gz
tcl-9dffb7863ba4b0e760ce19215def938abecbcfea.tar.bz2
allow NULL interp in Tcl_FSMatchInDirectory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc28ed4..84a3067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-09-31 Vince Darley <vincentdarley@sourceforge.net>
+
+ * doc/FileSystem.3:
+ * unix/tclUnixFile.c:
+ * windows/tclWinFile.c: clarify that Tcl_FSMatchInDirectory may
+ be called with a NULL interpreter, and fix the code so this is
+ allowed. Tcl's core itself (tclEncoding.c:FillEncodingFileMap())
+ calls this with a NULL interpreter.
+
2005-08-29 Andreas Kupries <andreask@activestate.com>
* library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch