| Age | Commit message (Collapse) | Author |
|
broken by previous commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
otherwise we thwart our permissions to setuid
|
|
|
|
* add std.os.ChildProcess.setUserName
* add std.os.getUserId
|
|
This reverts commit 59410a2f138e2a24a81e795b18e18f3dbfc2009d.
yes they are
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using signal handlers
|
|
|
|
|
|
|
|
See #37
|
|
depends on LLD 5.0.0 with 3 patches
See #273
|
|
see #273
|
|
See #273
|
|
|
|
|
|
closes #415
|
|
|
|
See #397
|
|
also add bitCast builtin function. closes #387
|
|
|
|
|
|
|
|
|
|
See #359
|
|
...the exports of std.
closes #356
|
|
|
|
Old:
```
while (condition; expression) {}
```
New:
```
while (condition) : (expression) {}
```
This is in preparation to allow nullable and
error union types as the condition. See #357
|
|
See #357
|
|
closes #295
|
|
|