summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-08-14 17:13:02 (GMT)
committernijtmans <nijtmans>2010-08-14 17:13:02 (GMT)
commitbcc427ce10a994d6f852f8a4a3a47bd706317581 (patch)
tree4f5a2412e887b345c272cf9e43755763e7a3922f /ChangeLog
parentd2976f0d8219a1841117e8e004c5bbe21c812961 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d7bb9..6dfcba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>