diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-24 14:23:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-24 14:23:58 (GMT) |
commit | 4070e7b83c2d9c4b201402f4ec0faac88039f000 (patch) | |
tree | 5d83129aba496ab9e76f3aa3eebb88c512c397d0 /ChangeLog | |
parent | eecec49335f0d2337be70d531e45388e516a3553 (diff) | |
download | tcl-4070e7b83c2d9c4b201402f4ec0faac88039f000.zip tcl-4070e7b83c2d9c4b201402f4ec0faac88039f000.tar.gz tcl-4070e7b83c2d9c4b201402f4ec0faac88039f000.tar.bz2 |
* unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Yet more robust 64-bit value
detection to close [Bug 613117] on more systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-09-24 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Yet more robust 64-bit value + detection to close [Bug 613117] on more systems. + * generic/tclCompile.c (TclPrintSource): More CONSTifying. * generic/tclExecute.c (EvalStatsCmd): Object-ify to reduce warnings. Thanks to 'CoderX2' on the chat for bringing this to my |