]> git.proxmox.com Git - wasi-libc.git/history - expected/wasm32-wasi/defined-symbols.txt
build: update WASI and partially regenerate `api.h`
[wasi-libc.git] / expected / wasm32-wasi / defined-symbols.txt
2022-04-20 Roman Volosatovsbuild: update WASI and partially regenerate `api.h`
2022-04-13 Dan GohmanDefine DTTOIF and IFTODT.
2022-03-28 Dan GohmanRemove the signal constants and proc_raise function.
2022-03-10 Dan GohmanEnable support for `utimes` and `futimesat`.
2021-05-25 Dan GohmanAlso add a way to read `environ` without triggering...
2021-05-25 Dan GohmanAdd a function to de-initialize the environment-variabl...
2021-04-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanInclude libwasi-emulated-*.a symbols in defined-symbols...
2021-03-23 Dan GohmanEmulate `clock`, `times`, and `getrusage` using the...
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2021-02-23 Alex CrichtonUpdate to the next version of the `witx` crate (#234)
2021-02-05 Dan GohmanAT_FDCWD support.
2020-11-30 Dan GohmanUpdate to musl 1.2.1. (#222)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-06-08 Dan GohmanRename `__prepare_for_exit` to `__wasm_call_dtors`...
2020-06-02 Dan GohmanAvoid calling `poll_oneoff` with zero subscriptions...
2020-05-29 Dan GohmanReactor support. (#74)
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-03-19 Dan GohmanLazy-initialize the environment variables. (#184)
2020-02-27 Dan GohmanAdd support for `__main_argc_argv`.
2020-02-26 Dan GohmanUpdate to musl 1.1.24.
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-08 Dan GohmanDon't link in libpreopen initialization code when it...
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
2019-10-28 Dan GohmanDon't build bind_textdomain_codeset.c (#122)
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
2019-05-15 Dan GohmanImplement truncate(2).
2019-05-15 Dan GohmanImplement more functions, remove more unimplemented...
2019-05-09 Dan GohmanRemove __fpclassify and __signbit definitions.
2019-05-09 Dan GohmanSwitch from the cloudlibc inet_pton etc. to the musl...
2019-05-07 Dan GohmanRename __wasilibc_rmfileat to __wasilibc_unlinkat.
2019-05-01 vmsrename printf_no_Lf to __small_printf
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-30 Dan GohmanDeclare getentropy in <sys/random.h>
2019-04-23 Dan GohmanImplement FD_SET, FD_CLR, etc.
2019-04-23 Dan GohmanImplement reallocarray.
2019-04-23 Jakub KonkaAdd missing asctime symbol
2019-04-22 Jakub KonkaFixes #20
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
2019-04-15 Dan GohmanDefine _ALL_SOURCE when generating predefined-macros...
2019-04-05 Dan GohmanProvide a public interface to preopened directory looku...
2019-03-27 Dan GohmanWASI libc prototype implementation.