summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 01:26:17 (GMT)
committerredman <redman>1999-07-22 01:26:17 (GMT)
commit42dc6740de7cbdbcc0930226d7c35f11fc8f051d (patch)
treeb3656630330364f692f672bbca4293cf8647962f /ChangeLog
parent54b6980992593dd026c12db3f5aaef9dce67e0e3 (diff)
downloadtcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.zip
tcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.tar.gz
tcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.tar.bz2
revert changes to TclpStrftime, not needed for internal functions.
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).