Thread overview
[Issue 496] New: frontend: 64-bit cleanup of utf_decode*
Nov 12, 2006
d-bugmail
Nov 12, 2006
d-bugmail
Nov 17, 2006
d-bugmail
November 12, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=496

           Summary: frontend: 64-bit cleanup of utf_decode*
           Product: D
           Version: 0.173
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


The attached patch cleans up 0.173's utf_decode* functions for 64bit systems. (they were called with mixed unsigned / size_t pidx parameters)


-- 

November 12, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=496





------- Comment #1 from thomas-dloop@kuehne.cn  2006-11-12 15:22 -------
Created an attachment (id=42)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=42&action=view)
dmd-0.173-utf.patch


-- 

November 17, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=496


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from bugzilla@digitalmars.com  2006-11-17 05:26 -------
Incorporated DMD 0.174


--