diff options
author | hobbs <hobbs> | 2002-02-16 01:17:36 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-16 01:17:36 (GMT) |
commit | 53ca72af4923928c8ab2fa18841fe7449cae0f3b (patch) | |
tree | b7a8808fc7e592019848615993d3af973cdac40d /ChangeLog | |
parent | f6f633062717623bc482679f9082c4236df642b0 (diff) | |
download | tcl-53ca72af4923928c8ab2fa18841fe7449cae0f3b.zip tcl-53ca72af4923928c8ab2fa18841fe7449cae0f3b.tar.gz tcl-53ca72af4923928c8ab2fa18841fe7449cae0f3b.tar.bz2 |
* unix/tclUnixPort.h: add strtoll/strtoull declarations for
platforms that do not define them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-02-15 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tclUnixPort.h: add strtoll/strtoull declarations for + platforms that do not define them. + * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast and use of VOID* in default case (GNU-ism). |