Thread overview
[Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
Oct 09, 2006
d-bugmail
Oct 12, 2006
Thomas Kuehne
Oct 18, 2006
d-bugmail
October 09, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=418

           Summary: -version=X and -debug=X command line arguments are
                    rejected if the identifier begins with a non-ASCI letter
           Product: D
           Version: 0.169
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


sample:

fails:
dmd -version=Ö sample.d

succeeds:
---test.d---
version=Ö
------


mars.c:406 and mars.c:432 should use isUniAlpha instead of isalpha


-- 

October 12, 2006
d-bugmail@puremagic.com schrieb am 2006-10-09:
> http://d.puremagic.com/issues/show_bug.cgi?id=418

> sample:
>
> fails:
> dmd -version=Ö sample.d
>
> succeeds:
> ---test.d---
> version=Ö
> ------
>
>
> mars.c:406 and mars.c:432 should use isUniAlpha instead of isalpha

Added to DStress as http://dstress.kuehne.cn/compile/d/debug_12_A.d http://dstress.kuehne.cn/compile/v/version_39_A.d

Thomas


October 18, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=418


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2006-10-18 13:27 -------
Fixed DMD 0.170


--