Tcl Source Code

View Ticket
Login
Ticket UUID: 722737
Title: Patches for TIP#132
Type: Patch Version: TIP Implementation
Submitter: kennykb Created on: 2003-04-16 21:02:37
Subsystem: 10. Objects Assigned To: kennykb
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-05-11 02:07:53
Resolution: Accepted Closed By: kennykb
    Closed on: 2005-05-10 19:07:53
Description:
This patch is a partial reference implementation of TIP#132: 
Revised Floating-Point Conversions in Tcl.

At this point, only the output conversion is implemented.

The implementation has been tested only on Windows/VC++6
and Solaris/gcc 2.95.2.  Moreover,  on the Solaris test, the
compilation gets a considerable number of warnings that have
yet to be resolved.

The patches are uploaded here primarily for early evaluation of
portability and critique of the implementation strategy.

Note that dtoa.c is third-party code obtained from
www.netlib.org. When it is committed to CVS, it will
undoubtedly be in patched form, and we should establish
a vendor branch to allow for subsequent reintegration
of any future changes at netlib.
User Comments: chomo added on 2004-02-02 05:17:49:
Logged In: YES 
user_id=943591

please do

kennykb added on 2003-12-20 00:24:51:

File Added - 71056: 132.patch

kennykb added on 2003-12-20 00:23:36:

File Added - 71054: tclDToA.c

kennykb added on 2003-12-20 00:22:27:

File Added - 71053: dtoa.c.gz

kennykb added on 2003-12-20 00:15:20:

File Added - 71051: b2d.test.gz

kennykb added on 2003-04-17 05:24:23:

File Deleted - 47963: 

Logged In: YES 
user_id=99768

Updated patch to (a) correct a capitalization error in one file
name (sometimes I hate NTFS) and (b) compile on
Linux-Alpha-gcc.

kennykb added on 2003-04-17 04:06:42:

File Added - 47963: dtoa.patch.gz

Attachments: