Check-in [d1c84fbf6b]

Login

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

Overview
Comment:TIP 421 accepted
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d1c84fbf6ba86b6ea35688b6cb37683fa14e9b8bbd1a308a0e9181264bbdec89
User & Date: dkf 2018-04-20 08:03:10
Context
2018-04-20
08:03
Indent fix check-in: b12bd21782 user: dkf tags: editorial, trunk
08:03
TIP 421 accepted check-in: d1c84fbf6b user: dkf tags: trunk
2018-04-19
09:58
Tip #425 In voting, until [clock format 1525089600] check-in: 76806b9c40 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to index.json.

cannot compute difference between binary files

Changes to index.md.

681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<tr class='project projectfinal projectfinal90 project90'>
<td valign='top'><a href='./tip/422.md'>422</a></td>
<td valign='top'>Project</td>
<td valign='top'>9.0</td>
<td valign='top'>Final</td>
<td valign='top'># TIP 422: Don&apos;t Use stdarg.h/va_list in Public API</td>
</tr>
<tr class='invote'>
<td valign='top'><a href='./tip/421.md'>421</a></td>
<td valign='top'>Project</td>
<td valign='top'>8.7</td>
<td valign='top'>Voting</td>
<td valign='top'># TIP 421: A Command for Iterating Over Arrays</td>
</tr>
<tr class='project projectdraft projectdraft87 project87'>
<td valign='top'><a href='./tip/420.md'>420</a></td>
<td valign='top'>Project</td>
<td valign='top'>8.7</td>
<td valign='top'>Draft</td>







|



|







681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<tr class='project projectfinal projectfinal90 project90'>
<td valign='top'><a href='./tip/422.md'>422</a></td>
<td valign='top'>Project</td>
<td valign='top'>9.0</td>
<td valign='top'>Final</td>
<td valign='top'># TIP 422: Don&apos;t Use stdarg.h/va_list in Public API</td>
</tr>
<tr class='project projectaccepted projectaccepted87 project87'>
<td valign='top'><a href='./tip/421.md'>421</a></td>
<td valign='top'>Project</td>
<td valign='top'>8.7</td>
<td valign='top'>Accepted</td>
<td valign='top'># TIP 421: A Command for Iterating Over Arrays</td>
</tr>
<tr class='project projectdraft projectdraft87 project87'>
<td valign='top'><a href='./tip/420.md'>420</a></td>
<td valign='top'>Project</td>
<td valign='top'>8.7</td>
<td valign='top'>Draft</td>

Changes to tip/421.md.

1
2
3
4
5
6
7
8
9
10
11



12
13
14
15
16
17
18
# TIP 421: A Command for Iterating Over Arrays
	State:		Draft
	Type:		Project
	Tcl-Version:	8.7
	Vote:		In progress
	Post-History:
	Author:		Karl Lehenbauer <[email protected]>
	Author:		Brad Lanam <[email protected]>
	Author:		Donal K. Fellows <[email protected]>
	Created:	28-Nov-2012
	Updated:	24-Oct-2017



-----

# Abstract

This TIP proposes an efficient mechanism for iterating over the contents of a
large array.


|


|






>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TIP 421: A Command for Iterating Over Arrays
	State:		Accepted
	Type:		Project
	Tcl-Version:	8.7
	Vote:		Done
	Post-History:
	Author:		Karl Lehenbauer <[email protected]>
	Author:		Brad Lanam <[email protected]>
	Author:		Donal K. Fellows <[email protected]>
	Created:	28-Nov-2012
	Updated:	24-Oct-2017
	For:	DKF, AF, JN, SL, KBK, DGP, AK
	Against:	none
	Present:	none
-----

# Abstract

This TIP proposes an efficient mechanism for iterating over the contents of a
large array.