summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-20 00:35:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-20 00:35:47 (GMT)
commitf2894eb46ef1ffa03050d2664b218a471a0f8e98 (patch)
treec6cdc66408df319e4fce5a4a054a7de252b0977c /ChangeLog
parent5aac27662665e33e21c3cf60764cb676fdfe5d19 (diff)
downloadtcl-f2894eb46ef1ffa03050d2664b218a471a0f8e98.zip
tcl-f2894eb46ef1ffa03050d2664b218a471a0f8e98.tar.gz
tcl-f2894eb46ef1ffa03050d2664b218a471a0f8e98.tar.bz2
Made tcl.h better at guessing what is going on with 64-bit types when
configure doesn't tell it explicitly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f98541d..4c24596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-20 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.h: Added code to guess the correct settings for
+ TCL_WIDE_INT_IS_LONG and TCL_WIDE_INT_TYPE when configure doesn't
+ tell us them, as can happen with extensions.
+
2002-02-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/format.n: Updated docs to list the specification.