Tcl Source Code

Changes On Branch amg-array-enum-c-api
Login

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

Changes In Branch amg-array-enum-c-api Excluding Merge-Ins

This is equivalent to a diff from 31fbc1f55a to d1f8336a60

2017-04-15
15:15
Check in stash. This code probably does not compile as-is. Changes intended to address possible se... Leaf check-in: d1f8336a60 user: andy tags: amg-array-enum-c-api
2017-01-01
19:10
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet check-in: 4b7084a579 user: jan.nijtmans tags: trunk
2016-12-25
00:39
Add note to array documentation about the general uselessness of -exact matching. It exists because... check-in: aac2dc5db6 user: andy tags: amg-array-enum-c-api
2016-12-24
23:02
Merge trunk. Test var-13.2 now fails due to [af5c35971a]. check-in: 5066c38552 user: andy tags: array-search-unset
2016-12-23
15:49
merge trunk check-in: c56a03aae7 user: jan.nijtmans tags: novem
15:43
Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One more place where use of si... check-in: 31fbc1f55a user: jan.nijtmans tags: trunk
08:27
Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongObj is just as good. check-in: d12ed0fcc6 user: jan.nijtmans tags: trunk

Added doc/ArraySet.3.

Changes to doc/array.n.

Changes to generic/tcl.decls.

Changes to generic/tcl.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.

Added tests/array.test.

Changes to tests/set-old.test.

Changes to tests/var.test.