diff options
author | vincentdarley <vincentdarley> | 2005-08-31 15:12:18 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-08-31 15:12:18 (GMT) |
commit | 9dffb7863ba4b0e760ce19215def938abecbcfea (patch) | |
tree | 807c9aa089e7e4c4b5f9c102046d5b6780d24a19 /ChangeLog | |
parent | 2e73eedbe37a9f715cd90a7428f6d03648491e8a (diff) | |
download | tcl-9dffb7863ba4b0e760ce19215def938abecbcfea.zip tcl-9dffb7863ba4b0e760ce19215def938abecbcfea.tar.gz tcl-9dffb7863ba4b0e760ce19215def938abecbcfea.tar.bz2 |
allow NULL interp in Tcl_FSMatchInDirectory
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |