Tcl Source Code

Check-in [d0f4e9da90]
Login

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

Overview
Comment:TIP #514 implementation: Platform differences in handling int/wide
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: d0f4e9da906e4653d6ef3499146ace2db1ff31c125db21302987a82f21825c55
User & Date: jan.nijtmans 2018-10-08 19:08:14.623
Context
2018-10-08
20:47
Fix MSVC warning: warning C4146: unary minus operator applied to unsigned type, result still unsign... check-in: e03ac1dc7c user: jan.nijtmans tags: core-8-branch
19:36
Merge 8.7 check-in: acd6c0661e user: jan.nijtmans tags: trunk
19:08
TIP #514 implementation: Platform differences in handling int/wide check-in: d0f4e9da90 user: jan.nijtmans tags: core-8-branch
18:34
Merge 8.6 Also fix startup problems on win32, when the encoding path contains invalid UTF-8 (report... check-in: 59a19cdee3 user: jan.nijtmans tags: core-8-branch
2018-09-28
19:58
Merge 8.7 closed check-in: b4a19593fb user: jan.nijtmans tags: tip-514
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclBasic.c.
Changes to generic/tclCmdMZ.c.
Changes to generic/tclCompCmdsSZ.c.
Changes to generic/tclExecute.c.
Changes to generic/tclInt.h.
Changes to generic/tclObj.c.
Changes to generic/tclStubInit.c.
Changes to tests/compExpr-old.test.
Changes to tests/execute.test.
Changes to tests/expr-old.test.
Changes to tests/expr.test.
Changes to tests/get.test.
Changes to tests/obj.test.
Changes to tests/scan.test.
Changes to tests/string.test.