[Issue 428] New: environment settings in dmd.conf uppercase names

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 11 14:22:33 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=428

           Summary: environment settings in dmd.conf uppercase names
           Product: D
           Version: 0.169
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn


sample dmd.conf:
[Environment]
http_proxy=http://127.0.0.1:8118

is interpreted as

[Environment]
HTTP_PROXY=http://127.0.0.1:8118

cause:
inifile.c:233: if (islower(*p))
inifile.c:234:    *p &= ~0x20;

While this behaviour is documented in the source code,
it isn't documented on the compiler page:
http://www.digitalmars.com/d/dcompiler.html#Win32
http://www.digitalmars.com/d/dcompiler.html#linux


-- 




More information about the Digitalmars-d-bugs mailing list