| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
Remove the endless loop, and stop polling the system while doing
nothing.
|
| |
|
|
|
|
|
|
| |
POSIX 2024 has been published!
https://news.ycombinator.com/item?id=40679809
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for building "vt"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
package
Mainly so that I can now say `gcc -static main.c`.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 7b3d3365ef77bb6969b61b4afc19dc14dd5c082e.
The "gcc-toolchain" package contains much more than just gcc(1) as I
found out, like gencat(1), ldd(1), getconf(1), iconv(1), etc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I'm now using GNAT coming from Nix, that also has Ada support.
|
| |
|
| |
|
|
|
|
| |
Now %base-packages includes it by default.
|
|
|
|
| |
This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
|
| |
|
| |
|