summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-22 01:26:17 (GMT)
committerredman <redman@noemail.net>1999-07-22 01:26:17 (GMT)
commitcfbbcfbcc3e1aaff07cdd5edb7deba4b7d315e3e (patch)
treeb3656630330364f692f672bbca4293cf8647962f /ChangeLog
parentd2493ea3677d215d260840749e95a0f7f316ce69 (diff)
downloadtcl-cfbbcfbcc3e1aaff07cdd5edb7deba4b7d315e3e.zip
tcl-cfbbcfbcc3e1aaff07cdd5edb7deba4b7d315e3e.tar.gz
tcl-cfbbcfbcc3e1aaff07cdd5edb7deba4b7d315e3e.tar.bz2
revert changes to TclpStrftime, not needed for internal functions.
FossilOrigin-Name: a4cee78edc3a5c4654cbf4fb76845626b0849c0e
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).