Tcl Source Code

View Ticket
Login
Ticket UUID: 2581150
Title: TIP 347: Align 'string is <int>' and 'tcl::mathfunc::<int>
Type: Patch Version: TIP Implementation
Submitter: decosterjos Created on: 2009-02-09 10:56:57
Subsystem: 18. Commands M-Z Assigned To: dkf
Priority: 5 Medium Severity:
Status: Open Last Modified: 2011-05-06 15:11:58
Resolution: None Closed By:
    Closed on:
Description:
Patch for tip ??? implementing [string is bignum], with tests and updated man page. The attached patch is the result of:

% cvs -q diff -wuN > string_is_bignum.txt

on the Tcl-head of 9-feb-2009.
User Comments: nijtmans added on 2011-05-06 15:11:58:

File Added - 410894: tip347_long_alt.patch

nijtmans added on 2011-05-06 15:11:34:

File Deleted - 410890:

nijtmans added on 2011-05-06 14:25:56:

File Added - 410890: tip347_long_alt.patch

[email protected] added on 2009-02-13 00:06:46:
Extended the patch to align the [string is <integer range>] and [::tcl::mathfunc <integer range>] commands.

decosterjos added on 2009-02-13 00:02:55:

File Added - 313255: align_string_is_and_tcl_mathfunc.txt

decosterjos added on 2009-02-09 21:28:43:
Renamed command to [string is entier].

decosterjos added on 2009-02-09 21:28:22:

File Added - 312706: string_is_entier.txt

decosterjos added on 2009-02-09 18:41:45:
Patch belongs to tip 347

decosterjos added on 2009-02-09 17:57:02:

File Added - 312684: string_is_bignum.txt

Attachments: