Martin Kinkelin
42619762e9
Windows: Read environment variables as UTF-8
...
And use the wide API for pure is-env-variable-set checks too, as the
first call to a narrow env API function would lead to the C runtime
preparing and maintaining both narrow and wide environments.
2019-08-08 22:38:38 +02:00
kinke
97d0d1514e
Revise LDMD ( #2226 )
2017-07-24 17:36:49 +00:00
David Nadlinger
bc3c3f14f2
response: Don't use unrelated pointer type for malloc size [nfc]
...
clang-tidy warns on this.
2016-09-02 23:31:20 +01:00
Anton Blanchard
9fc3edd01d
A char may not be signed
...
On PowerPC and ARM a char is unsigned. Fix a few places that
relied on it being signed.
2015-12-23 21:20:08 +11:00
David Nadlinger
51afced357
Also clang-tidy driver/
2015-11-02 11:30:40 +02:00
David Nadlinger
44b0f7b615
driver/gen/ir: clang-format the world
...
This uses the LLVM style, which makes sense for sharing code
with other LLVM projects. The DMD code we use will soon all
be in D anyway.
2015-11-02 00:28:01 +02:00
kai
a31d704941
Add missing include for Windows
2013-05-13 18:47:59 +02:00
David Nadlinger
db270a9a94
Replaced response_expand with BSD-licensed reimplementation.
...
Cleanup to follow later.
GitHub: Fixes #267 .
2013-05-12 13:38:23 +02:00