diff options
author | redman <redman> | 1999-07-22 01:26:17 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 01:26:17 (GMT) |
commit | 42dc6740de7cbdbcc0930226d7c35f11fc8f051d (patch) | |
tree | b3656630330364f692f672bbca4293cf8647962f /ChangeLog | |
parent | 54b6980992593dd026c12db3f5aaef9dce67e0e3 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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). |