summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-06-07 10:38:02 (GMT)
committerdkf <dkf@noemail.net>2002-06-07 10:38:02 (GMT)
commit7ed622e44d014fa42ae630ef11b111c4553ff961 (patch)
tree3d517265c3b611983c543493b98ff21819a6e731 /ChangeLog
parentb4fc2b9e4e3d4a87c9b667c0941790f7839dba11 (diff)
downloadtcl-7ed622e44d014fa42ae630ef11b111c4553ff961.zip
tcl-7ed622e44d014fa42ae630ef11b111c4553ff961.tar.gz
tcl-7ed622e44d014fa42ae630ef11b111c4553ff961.tar.bz2
Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job
FossilOrigin-Name: 6c82a1febadd90c4023c2986f03d7e97391c868c
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]