]> git.proxmox.com Git - wasi-libc.git/history - expected/wasm32-wasi/predefined-macros.txt
replace some macros with its builtins analogs
[wasi-libc.git] / expected / wasm32-wasi / predefined-macros.txt
2019-05-02 vmsreplace some macros with its builtins analogs
2019-05-01 Dan GohmanDefine TIME_UTC to be 1.
2019-05-01 Dan GohmanDefine CLOCKS_PER_SEC to have type clock_t.
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-22 Dan GohmanRemove the Linux-specific <sys/signalfd.h> header.
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-04-15 Dan GohmanMake basics include guard names more consistent.
2019-04-15 Dan GohmanAdd a basics implementation of <inttypes.h>.
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-04-05 Dan GohmanProvide a public interface to preopened directory looku...
2019-03-27 Dan GohmanWASI libc prototype implementation.