digitalmars.D.bugs - [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
- d-bugmail puremagic.com (23/23) Oct 09 2006 http://d.puremagic.com/issues/show_bug.cgi?id=418
- Thomas Kuehne (12/21) Oct 12 2006 -----BEGIN PGP SIGNED MESSAGE-----
- d-bugmail puremagic.com (9/9) Oct 18 2006 http://d.puremagic.com/issues/show_bug.cgi?id=418
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
--
Oct 09 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-10-09:http://d.puremagic.com/issues/show_bug.cgi?id=418sample: fails: dmd -version=Ö sample.d succeeds: ---test.d--- version=Ö ------ mars.c:406 and mars.c:432 should use isUniAlpha instead of isalphaAdded to DStress as http://dstress.kuehne.cn/compile/d/debug_12_A.d http://dstress.kuehne.cn/compile/v/version_39_A.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFLl2CLK5blCcjpWoRAoaMAJwLCLiY+tMqFmSFWim58vh729xlNgCggF96 vuUnfWoKe14WX6TthNu5zp0= =JmCB -----END PGP SIGNATURE-----
Oct 12 2006
http://d.puremagic.com/issues/show_bug.cgi?id=418
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed DMD 0.170
--
Oct 18 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 