Tcl Source Code

Check-in [4d996dc6aa]
Login

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

Overview
Comment:It is confusingly stupid to use variable "length" to hold an actual length in part of a routine, and hold an end index value later.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: 4d996dc6aa037a4749ed011d2a29f6a3360940bd32790c6b281910ad5fc7a02e
User & Date: dgp 2018-03-12 02:48:59.419
Context
2018-03-13
03:26
Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. check-in: d50c1e61f1 user: dgp tags: core-8-6-branch
2018-03-12
14:17
merge 8.6 check-in: 87fbb05e7f user: dgp tags: core-8-branch
02:48
It is confusingly stupid to use variable "length" to hold an actual length in part of a routine, and... check-in: 4d996dc6aa user: dgp tags: core-8-6-branch
2018-03-11
21:15
plug memleaks check-in: b087783022 user: dgp tags: core-8-6-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclCmdMZ.c.