jD91mZM2
|
0de7d30656
|
Fix S_IS*
For some reason, C handles `==` before `&`.
So `a & b == c` is the same thing as `a & (b == c)`.
|
2018-10-07 13:01:59 +02:00 |
|
jD91mZM2
|
f6ca7d7c2d
|
Add S_ISSOCK and fix str(c)spn
|
2018-08-05 21:49:45 +02:00 |
|
jD91mZM2
|
44599a032e
|
Kind of get bash to compile
Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
|
2018-08-02 14:37:57 +02:00 |
|
jD91mZM2
|
7ff6940edd
|
Implement futimens
|
2018-07-26 13:26:54 +02:00 |
|
jD91mZM2
|
0776de1ae6
|
Fix inttypes
|
2018-06-26 11:10:44 +02:00 |
|