diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 09:04:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 09:04:47 (GMT) |
commit | ae707bf53694039c55ae485a246b5f037caaf2df (patch) | |
tree | ba6173acad2a1138f95ec9c9c72c0ccdea254d92 /ChangeLog | |
parent | c579847d1dcba72e52ba47a88a63cbe0cbd8dc7f (diff) | |
download | tcl-ae707bf53694039c55ae485a246b5f037caaf2df.zip tcl-ae707bf53694039c55ae485a246b5f037caaf2df.tar.gz tcl-ae707bf53694039c55ae485a246b5f037caaf2df.tar.bz2 |
Const-ifying declarations of strtoll/strtoull and new compat code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * compat/strtoll.c (strtoll): + * compat/strtoull.c (strtoull): + * unix/tclUnixPort.h: + * win/tclWinPort.h: Const-ing 64-bit compatability declarations. + Note that the return pointer is non-const because it is entirely + legal for the functions to be called from somewhere that owns the + string being passed. Fixes problem reported by Larry Virden. + 2002-02-21 David Gravereaux <davygrvy@pobox.com> * win/mkd.bat (removed): |