Tcl Source Code

Changes On Branch bug-e593adf103-core-8
Login

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

Changes In Branch bug-e593adf103-core-8 Excluding Merge-Ins

This is equivalent to a diff from 14ebe914be to 37f9d3e1fe

2018-11-01
16:28
Replace logical and with bitwise & Leaf check-in: 37f9d3e1fe user: pooryorick tags: bug-e593adf103-core-8
16:06
Fix issue with oPtr->command, which might be NULL. check-in: 311f6dcc5b user: pooryorick tags: bug-e593adf103-core-8
2018-10-29
19:57
Fix compilation on Visual C++ 6.0, which doesn't have LLONG_MIN/LLONG_MAX check-in: 28c1c59dbb user: jan.nijtmans tags: core-8-branch
19:23
merge 8.7 check-in: cca06bb4a1 user: pooryorick tags: bug-e593adf103-core-8
18:19
Work started eliminating long outdated compat routines that now cause cross-compiling failure far mo... Closed-Leaf check-in: c671a610ec user: dgp tags: bug-840660e5a1
15:37
merge 8.7 Closed-Leaf check-in: 9220ded810 user: dgp tags: tip-445
15:04
merge 8.7 check-in: f3611d1ed1 user: dgp tags: trunk
14:39
merge mark check-in: 14ebe914be user: dgp tags: core-8-branch
14:38
[TIP 525] Backport package tcltest 2.5 check-in: 09e38054c3 user: dgp tags: core-8-6-branch
13:36
[TIP 525] Revise [tcltest::runAllTests] to return indicator of any failure. check-in: a4ea2b2387 user: dgp tags: core-8-branch

Changes to doc/namespace.n.

Changes to generic/tcl.h.

Changes to generic/tclBasic.c.

Changes to generic/tclCompCmdsSZ.c.

Changes to generic/tclCompile.c.

Changes to generic/tclEnsemble.c.

Changes to generic/tclExecute.c.

Changes to generic/tclInt.h.

Changes to generic/tclNamesp.c.

Changes to generic/tclOO.c.

Changes to generic/tclOOMethod.c.

Changes to generic/tclObj.c.

Changes to generic/tclProc.c.

Changes to generic/tclVar.c.

Changes to tests/basic.test.

Changes to tests/coroutine.test.

Changes to tests/interp.test.

Changes to tests/namespace.test.

Changes to tests/oo.test.

Changes to tests/trace.test.

Changes to tests/var.test.

Changes to unix/Makefile.in.