summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-22 09:04:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-22 09:04:47 (GMT)
commitae707bf53694039c55ae485a246b5f037caaf2df (patch)
treeba6173acad2a1138f95ec9c9c72c0ccdea254d92 /ChangeLog
parentc579847d1dcba72e52ba47a88a63cbe0cbd8dc7f (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73e8e08..9cc9ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):