Tcl Source Code

Check-in [d1a8033603]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:* tests/execute.test: * generic/tclExecute.c (TclExecuteByteCode): Fixed expression code that incorrectly returned floating point values for integers if the internal rep happened to be a double. Now we check to see if the object has a string rep that looks like an integer before using the double internal rep. [Bug: 1516]
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-1-branch-old
Files: files | file ages | folders
SHA1: d1a8033603cbcf4675f0b9331fc90c9700111acc
User & Date: stanton 1999-03-25 03:55:31.000
Context
1999-03-25
04:32
Fixed bugs 1521, 1578, 1608--tests were failing due to bad test construction and failure to use cons... check-in: b21b173086 user: hershey tags: core-8-1-branch-old
03:55
* tests/execute.test: * generic/tclExecute.c (TclExecuteByteCode): Fixed expression code that incorr... check-in: d1a8033603 user: stanton tags: core-8-1-branch-old
01:34
Minor adjustment. check-in: 655b052ea2 user: rjohnson tags: core-8-1-branch-old
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to generic/tclExecute.c.
Changes to tests/execute.test.