summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-07 10:38:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-07 10:38:03 (GMT)
commit768ec653dd9513f2f86587e617b95c8017f76a9d (patch)
tree3d517265c3b611983c543493b98ff21819a6e731 /ChangeLog
parent92dd671c1f650d5619b47e4cbf82d13c78b8eab8 (diff)
downloadtcl-768ec653dd9513f2f86587e617b95c8017f76a9d.zip
tcl-768ec653dd9513f2f86587e617b95c8017f76a9d.tar.gz
tcl-768ec653dd9513f2f86587e617b95c8017f76a9d.tar.bz2
Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b7bf62..fd894db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-07 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclExecute.c: Tidied up headers in relation to float.h
+ to cut the cruft and ensure DBL_MAX is defined since doubles seem
+ to be the same size everywhere; if the assumption isn't true, the
+ variant platforms had better have run configure...
+
* unix/tclUnixPort.h (EOVERFLOW): Added code to define it if it
wasn't previously defined. Also some other general tidying and
adding of comments. [Tcl bugs 563122, 564595]