Check-in [af2513fa1b]

Login

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

Overview
Comment:Corrected vote record
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: af2513fa1b149c59e04b76db42c370fe56ca6de0fabc5eea36b2893908d8a2cc
User & Date: dkf 2018-11-06 15:18:36.347
Context
2018-11-08
10:16
New TIP: 526 check-in: 0b004d697b user: dkf tags: trunk
2018-11-06
15:18
Corrected vote record check-in: af2513fa1b user: dkf tags: trunk
15:15
415 and 518 are Final check-in: bfade312cb user: dkf tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tip/523.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TIP 523: New lpop command
	Author:		Peter Spjuth <[email protected]>
	State:		Final
	Type:		Project
	Vote:		Done
	Created:	22-Oct-2018
	Post-History:
	Tcl-Version:	8.7
	Tcl-Branch:	tip-523
	Keywords:	queue, stack, pop
	Vote-Summary:   Accepted 7/0/0
	Votes-For:      DKF, KBK, JN, DGP, FV, SL
	Votes-Against:  none
	Votes-Present:  BG
-----

# Abstract

Add a command to efficiently remove an element from a list.

# Rationale











|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TIP 523: New lpop command
	Author:		Peter Spjuth <[email protected]>
	State:		Final
	Type:		Project
	Vote:		Done
	Created:	22-Oct-2018
	Post-History:
	Tcl-Version:	8.7
	Tcl-Branch:	tip-523
	Keywords:	queue, stack, pop
	Vote-Summary:   Accepted 7/0/0
	Votes-For:      DKF, BG, KBK, JN, DGP, FV, SL
	Votes-Against:  none
	Votes-Present:  none
-----

# Abstract

Add a command to efficiently remove an element from a list.

# Rationale