]> git.proxmox.com Git - wasi-libc.git/history - expected/wasm32-wasi/defined-symbols.txt
Revamp and simplify the libpreopen code. (#110)
[wasi-libc.git] / expected / wasm32-wasi / defined-symbols.txt
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.