Tcl Source Code

Check-in [aed31dfc6d]
Login

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

Overview
Comment:Make Tcl_GetIntForIndex() do reasonable things when endValue < -1 and when indexPtr == NULL.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: aed31dfc6d8f62fda5b6ab2c07db1bc7c8416dd5f4f130dcf07412d2379ebceb
User & Date: jan.nijtmans 2020-06-16 12:24:25.917
Context
2020-06-19
09:34
Make tclStringClassTable a little bit smaller, and save a pointer access when accessing the name of ... check-in: 1ceb0885f4 user: jan.nijtmans tags: core-8-branch
2020-06-16
16:41
Merge 8.7 check-in: 04bb16f1d9 user: jan.nijtmans tags: strict-index-experiment
12:43
Merge 8.7 check-in: 6deef9f426 user: jan.nijtmans tags: trunk
12:24
Make Tcl_GetIntForIndex() do reasonable things when endValue < -1 and when indexPtr == NULL. check-in: aed31dfc6d user: jan.nijtmans tags: core-8-branch
2020-06-12
14:49
Merge 8.6 check-in: 162c548406 user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclUtil.c.