Tcl Source Code

Changes On Branch lanam-array-for-impl
Login

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

Changes In Branch lanam-array-for-impl Excluding Merge-Ins

This is equivalent to a diff from 871fcf85c4 to 1f52682fb2

2016-12-14
15:03
Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... check-in: 79a28ae5ea user: jan.nijtmans tags: trunk
2016-12-13
01:27
Merge trunk Closed-Leaf check-in: 1f52682fb2 user: andy tags: lanam-array-for-impl
2016-12-12
04:42
Commit changes received from Brad Lanam via email check-in: 9897959ab4 user: andy tags: lanam-array-for-impl
2016-12-08
17:52
Bring back stub table in original state. Merge trunk check-in: 7054e2f2eb user: jan.nijtmans tags: package_files
2016-12-06
12:46
merge trunk check-in: 54d0f67188 user: dgp tags: novem
2016-12-05
23:14
use pthread_sigmask to protect the notifier against signals (bug [f4f44174e]) check-in: b40778af44 user: aspect tags: bug-f4f44174e
2016-12-02
21:18
Merge trunk check-in: 02df281049 user: andy tags: amg-array-enum-c-api
21:08
Avoid "warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has ... check-in: 871fcf85c4 user: andy tags: trunk
18:18
Added long comment explaining history and work in progress making bytearray interfaces usable. check-in: d42a114238 user: dgp tags: trunk

Changes to doc/array.n.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Changes to generic/tclCompCmds.c.

Changes to generic/tclCompile.c.

Changes to generic/tclCompile.h.

Changes to generic/tclDecls.h.

Changes to generic/tclExecute.c.

Changes to generic/tclInt.h.

Changes to generic/tclStubInit.c.

Changes to generic/tclVar.c.

Changes to tests/set-old.test.

Changes to tests/var.test.