Tcl Source Code

View Ticket
Login
Ticket UUID: 1165695
Title: TIP 176 implementation
Type: Patch Version: TIP Implementation
Submitter: dgp Created on: 2005-03-18 00:53:10
Subsystem: 10. Objects Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-04-30 03:58:57
Resolution: Accepted Closed By: dgp
    Closed on: 2005-04-29 20:58:57
Description:
patch attached.
User Comments: dgp added on 2005-04-30 03:58:57:
Logged In: YES 
user_id=80530


TIP 176 accepted; available in Tcl 8.5a3.

dgp added on 2005-04-30 03:34:06:

File Deleted - 128945: 



File Added - 132316: 1165695.patch

dgp added on 2005-04-30 03:34:05:
Logged In: YES 
user_id=80530


Updated patch adds error message changes
and tests.  Also includes rewrite of index
sum and difference parsing to correct bug
found when writing tests.

dgp added on 2005-04-07 23:17:30:

File Deleted - 128811: 



File Added - 128945: tip176.patch

dgp added on 2005-04-07 23:17:29:
Logged In: YES 
user_id=80530


final patch update before
vote;  a little doc refinement.

dgp added on 2005-04-07 04:35:53:

File Deleted - 128662:

dgp added on 2005-04-07 04:35:52:

File Added - 128811: tip176.patch

Logged In: YES 
user_id=80530


Updated patch includes documentation
changes, and also makes the commands
[regexp -start $index] and [regsub -start $index]
accept general index formats instead of
exclusively integer indices.

dgp added on 2005-04-06 06:29:30:

File Deleted - 126872: 



File Added - 128662: tip176.patch

dgp added on 2005-04-06 06:29:29:
Logged In: YES 
user_id=80530

minor patch update

dgp added on 2005-03-23 23:22:11:

File Deleted - 126284: 



File Added - 126872: tip176.patch

Logged In: YES 
user_id=80530


Updated patch forbids whitespace
adjacent to the + or -  (incompatible
with earlier releases in the handling
of {end- 1}).

dgp added on 2005-03-19 04:54:45:

File Deleted - 126174: 



File Added - 126284: tip176.patch

Logged In: YES 
user_id=80530


Updated patch manages
the whitespace amiguity
suffered by [lindex] by 
rejecting $M+$N and
$M-$N indices when $M
contains trailing whitespace.

Not entirely comfortable with
that decision yet, but it does
match the constraint that
there can be no whitespace
in the "end+" or "end-" prefix
of an index.

dgp added on 2005-03-18 07:53:10:

File Added - 126174: tip176.patch

Attachments: