Tcl Source Code

View Ticket
Login
Ticket UUID: 1800636
Title: Compile issue with DJGPP & Cygwin with pow10 in tclStrToD.c
Type: Patch Version: None
Submitter: fireegl Created on: 2007-09-23 15:43:43
Subsystem: 48. Number Handling Assigned To: dgp
Priority: 7 High Severity:
Status: Closed Last Modified: 2008-03-14 00:02:46
Resolution: Accepted Closed By: dgp
    Closed on: 2008-03-13 17:02:46
Description:
I'm re-submitting a patch sent by another person (Gordon Schumacher <whiplash@po...>) on the tcl-core maillist on 2007-03-26.

Description of the attached patch:
The array named "pow10" in generic/tclStrToD.c conflicts with a function of the same name in DJGPP's libm, and also with one in Cygwin.
This patch simply renames it to "pow10vals".

(I've updated the patch to apply to Tcl 8.5b1)
User Comments: dgp added on 2008-03-14 00:02:45:
Logged In: YES 
user_id=80530
Originator: NO


Patch applied for 8.5.2 release.

fireegl added on 2007-09-23 22:43:43:

File Added - 246829: pow10vals.diff

Attachments: