diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 21:48:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 21:48:32 (GMT) |
commit | cca3e3c842ce7be6eae3ace0eaadf8748c3ea20d (patch) | |
tree | e64598aea32205456e2f2924b7a543cc875f161f /ChangeLog | |
parent | 5b39ab8cefba4d3245053e8090ca9b7d871aa677 (diff) | |
download | tcl-cca3e3c842ce7be6eae3ace0eaadf8748c3ea20d.zip tcl-cca3e3c842ce7be6eae3ace0eaadf8748c3ea20d.tar.gz tcl-cca3e3c842ce7be6eae3ace0eaadf8748c3ea20d.tar.bz2 |
Backport of fix for 698146 to remove assumption that time_t is a long...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-03-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tclCmdAH.c (Tcl_FileObjCmd): Remove assumption that file + times and longs are the same size. [Bug #698146] + * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that indicates we've got a wide int when we're formatting in an integer style. Stops some libc's from going mad. [Bug #702622] |