]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/crt/crt1.c
Call `populate_args` only if we actually need command-line arguments (#112)
[wasi-libc.git] / libc-bottom-half / crt / crt1.c
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-22 Dan GohmanFix corner cases and style in the argv/argc code. ...
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-05-30 Sam CleggEnsure argv is null terminated.
2019-05-07 Dan GohmanEnsure that `environ` is always initialized.
2019-03-27 Dan GohmanWASI libc prototype implementation.