diff options
author | dgp <dgp@users.sourceforge.net> | 2002-02-25 16:23:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-02-25 16:23:26 (GMT) |
commit | 52c8d2ba56231a4a61be28a46b198b28ed89a3b5 (patch) | |
tree | f9d89c5d5fe9aa4f679e4248e172d8776ade7dad /ChangeLog | |
parent | f12100d783d57ed11817d4dbc7f4cdbe5b7dc3f5 (diff) | |
download | tcl-52c8d2ba56231a4a61be28a46b198b28ed89a3b5.zip tcl-52c8d2ba56231a4a61be28a46b198b28ed89a3b5.tar.gz tcl-52c8d2ba56231a4a61be28a46b198b28ed89a3b5.tar.bz2 |
* compat/strtod.c (strtod): simplified #includes
* compat/strtol.c (strtol): gather result in a long before returning
as a long: necessary on platforms where sizeof(int) != sizeof(long).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-02-25 Don Porter <dgp@users.sourceforge.net> + + * compat/strtod.c (strtod): simplified #includes + * compat/strtol.c (strtol): gather result in a long before returning + as a long: necessary on platforms where sizeof(int) != sizeof(long). + 2002-02-25 Daniel Steffen <das@users.sourceforge.net> * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that |