Tcl Source Code

View Ticket
Login
Ticket UUID: 940915
Title: TIP#188: [string is wideinteger]
Type: Patch Created on: 2004-04-23 18:55:01
Submitter: kennykb Assigned to: dkf
Subsystem: 18. Commands M-Z Severity:
Priority: 5 Medium Last modified: 2004-06-30 19:49:36
Status: Closed Closed by: dkf
Resolution: Accepted Closed on: 2004-06-30 12:49:36
Version: TIP Implementation
Description:
The [string] command supports [string is integer],
[string is double] and [string is boolean].
Unaccountably, [string is wide] is missing, making
validation procedures for wide integers
needlessly complicated.

I plan to submit a TIP to add [string is wide].
User Comments:
kennykb added on 2004-04-24 01:55:01:

File Added - 84845: iswide.patch

dkf added on 2004-04-26 17:51:45:
Logged In: YES 
user_id=79902

This is TIP#188: http://purl.org/tcl/tip/188

kennykb added on 2004-04-28 02:31:45:

File Deleted - 84845: 



File Added - 85259: iswide.patch

kennykb added on 2004-04-28 02:32:47:
Logged In: YES 
user_id=99768

Updated patches because TIP changed from [string is wide]
to [string is wideinteger].

Attachments: