diff options
author | nijtmans <nijtmans> | 2010-08-14 17:13:02 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-14 17:13:02 (GMT) |
commit | bcc427ce10a994d6f852f8a4a3a47bd706317581 (patch) | |
tree | 4f5a2412e887b345c272cf9e43755763e7a3922f /ChangeLog | |
parent | d2976f0d8219a1841117e8e004c5bbe21c812961 (diff) | |
download | tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.zip tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.tar.gz tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.tar.bz2 |
[Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ 2010-08-14 Jan Nijtmans <nijtmans@users.sf.net> - * compat/unicows Remove completely, see Feature Req #2819611 + * compat/unicows Remove completely, see Feature Req #2819611 + * doc/FileSystem.3 [Patch #2994165] Change signature of + * generic/tcl.decls Tcl_FSGetNativePath and TclpDeleteFile + * generic/tclDecls.h + * generic/tclIOUtil.c + * generic/tclStubInit.c + * generic/tclInt.h + * unix/tclUnixFCmd.c + * win/tclWinFCmd.c 2010-08-11 Jeff Hobbs <jeffh@ActiveState.com> |