summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-20 14:24:32 (GMT)
committernijtmans <nijtmans>2010-04-20 14:24:32 (GMT)
commit04890d3f2b3093debd335e9bea71a39c99a9fa5e (patch)
tree747e2a5b8e11048455a9f00c62d747df993fdbfb /ChangeLog
parent5bf20eaead351b1a086435a585166dc64e2b0c9b (diff)
downloadtcl-04890d3f2b3093debd335e9bea71a39c99a9fa5e.zip
tcl-04890d3f2b3093debd335e9bea71a39c99a9fa5e.tar.gz
tcl-04890d3f2b3093debd335e9bea71a39c99a9fa5e.tar.bz2
Use function prototypes from the FS API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c92ffa..c76021d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-20 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclTest.c Use function prototypes from the FS API.
+
2010-04-19 Donal K. Fellows <dkf@users.sf.net>
* generic/tclExecute.c (TclExecuteByteCode): Improve commenting and