diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-07 10:38:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-07 10:38:03 (GMT) |
commit | 768ec653dd9513f2f86587e617b95c8017f76a9d (patch) | |
tree | 3d517265c3b611983c543493b98ff21819a6e731 /ChangeLog | |
parent | 92dd671c1f650d5619b47e4cbf82d13c78b8eab8 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |