diff options
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). |