]> git.proxmox.com Git - wasi-libc.git/history - Makefile
Remove __fpclassify and __signbit definitions.
[wasi-libc.git] / Makefile
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-02 Sam CleggMakefile: Don't mix phony targets with directory names
2019-04-30 Dan GohmanSay "wasm32-wasi" rather than "wasm32-unknown-wasi".
2019-04-24 Dan GohmanAdd vfwprintf.c to the printscan list.
2019-04-23 Dan GohmanImplement reallocarray.
2019-04-23 Jakub KonkaAdd missing asctime symbol
2019-04-22 Dan GohmanRemove the Linux-specific <sys/signalfd.h> header.
2019-04-22 Jakub KonkaFixes #20
2019-04-19 Pat Hickeybuild: use LC_ALL=C for sorting
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanDefine _ALL_SOURCE when generating predefined-macros...
2019-04-11 Dan GohmanDon't install <ucontext.h> or <sys/ucontext.h> for...
2019-04-05 Dan GohmanFilter out __FLT16_* macros from predefined-macros...
2019-03-27 Dan GohmanWASI libc prototype implementation.
2019-01-15 Dan GohmanMerge pull request #9 from WebAssembly/dlmalloc
2019-01-10 Dan GohmanAdd a malloc implementation using dlmalloc.
2018-11-27 Dan GohmanMerge pull request #5 from penzn/master
2018-11-07 Petr PenzinEnable overriding 'ar'
2018-10-08 Dan GohmanMerge pull request #1 from WebAssembly/add-initial...
2018-10-03 Dan GohmanAdd initial files.