summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0488403..cd585d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,9 @@
* doc/Utf.3:
* generic/tcl.decls:
- * generic/tclInt.decls:
* generic/tclDecls.h:
- * generic/tclIntDecls.h:
- * generic/tclUtf.c:
- * compat/strftime.c:
- * unix/tclUnixTime.c: Changed function declarations in
- non-platform-specific APIs to use "unsigned long" instead of
+ * generic/tclUtf.c: Changed function declarations in
+ non-platform-specific public APIs to use "unsigned long" instead of
"size_t", which may not be defined on certain compilers (rather
than include sys/types.h, which may not exist).