diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-11 20:49:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-11 20:49:50 (GMT) |
commit | 47554fcd67f382566a72813c4b11bda27ecfb201 (patch) | |
tree | 7db1303db34093aa5b7a152871db2616ecae2794 /ChangeLog | |
parent | 89975c594f663fa730e70a1d45ba4e4aedb9aed8 (diff) | |
download | tcl-47554fcd67f382566a72813c4b11bda27ecfb201.zip tcl-47554fcd67f382566a72813c4b11bda27ecfb201.tar.gz tcl-47554fcd67f382566a72813c4b11bda27ecfb201.tar.bz2 |
* generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected
inconsistent results of [string is integer] observed on systems
where sizeof(long) != sizeof(int). [Bug 718878]
* tests/string.test: Added tests for Bug 718878.
* doc/string.n: Clarified that [string is integer] accepts
32-bit integers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-04-11 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected + inconsistent results of [string is integer] observed on systems + where sizeof(long) != sizeof(int). [Bug 718878] + * tests/string.test: Added tests for Bug 718878. + * doc/string.n: Clarified that [string is integer] accepts + 32-bit integers. + 2003-04-11 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (UpdateInterest): When dropping interest in |