]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/crt
Don't use sbrk(0) to determine the initial heap size (#377)
[wasi-libc.git] / libc-bottom-half / crt /
2023-03-30 Blair NoctisUpdate upstream source from tag 'upstream/0.0_git202212...
2023-03-30 Blair NoctisNew upstream version 0.0~git20221206.8b7148f
2022-11-10 韩朴宇threads: implement init of TLS and stack pointer (...
2022-11-08 Dan GohmanSupport threads in the new crt1-command.c ctor check...
2022-10-14 Dan GohmanAdd a check to command modules to ensure that they...
2022-09-29 Dan GohmanUse quotes instead of angle brackets.
2022-09-29 Dan GohmanDon't run static constructors on arbitrary user exports.
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
2021-04-07 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202011...
2021-04-07 Ximin LuoNew upstream version 0.0~git20201130.5879558
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-09-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202007...
2020-09-04 Ximin LuoNew upstream version 0.0~git20200731.215adc8
2020-07-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
2020-06-08 Dan GohmanRename `__prepare_for_exit` to `__wasm_call_dtors`...
2020-05-29 Dan GohmanReactor support. (#74)
2020-02-27 Dan GohmanAdd support for `__main_argc_argv`.
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-08 Dan GohmanDon't link in libpreopen initialization code when it...
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
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.