Tcl Source Code

Changes On Branch tip-613
Login

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

Changes In Branch tip-613 Excluding Merge-Ins

This is equivalent to a diff from 132a24c42f to 489ba2db5f

2022-02-17
10:52
Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() check-in: 545bc28d1b user: jan.nijtmans tags: core-8-branch
2022-02-03
12:49
Fix Tcl_UtfToWChar() typedef check-in: 080fbcde97 user: jan.nijtmans tags: core-8-branch
2022-02-02
16:53
Merge 8.7 Closed-Leaf check-in: 489ba2db5f user: jan.nijtmans tags: tip-613
16:51
Merge 8.7 check-in: e30b103400 user: jan.nijtmans tags: tip-615
16:48
Merge 8.7 check-in: 5183219b73 user: jan.nijtmans tags: tip-616-for-8.7
16:47
Merge 8.7 check-in: 762680676d user: jan.nijtmans tags: trunk, main
16:46
Merge 8.6 check-in: 132a24c42f user: jan.nijtmans tags: core-8-branch
16:42
Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a strlen() call) check-in: b8af657c4a user: jan.nijtmans tags: core-8-6-branch
2022-02-01
12:31
Merge 8.6 check-in: 2245871b04 user: jan.nijtmans tags: core-8-branch
2022-01-28
14:59
Allow indexPtr to be (int *)NULL check-in: 8a07ca7765 user: jan.nijtmans tags: tip-613

Changes to doc/GetIndex.3.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Changes to generic/tclDecls.h.

Changes to generic/tclIndexObj.c.

Changes to generic/tclTest.c.

Changes to tests/indexObj.test.