]> git.proxmox.com Git - wasi-libc.git/history - expected/wasm32-wasi/predefined-macros.txt
Remove more unsupported headers. (#123)
[wasi-libc.git] / expected / wasm32-wasi / predefined-macros.txt
2019-11-04 Dan GohmanRemove more unsupported headers. (#123)
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-10-07 Dan GohmanDon't define readdir64_r.
2019-10-07 Dan GohmanOmit musl's stdarg.h and stddef.h from the sysroot.
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
2019-05-15 Dan GohmanDon't install <sys/xattr.h>, which isn't supported...
2019-05-15 Dan GohmanRemove more declarations for symbols that aren't defined.
2019-05-15 Dan GohmanImplement more functions, remove more unimplemented...
2019-05-10 Dan GohmanMove the mode_t macros into their own header.
2019-05-10 Dan GohmanDefine O_TTY_INIT.
2019-05-09 Dan GohmanUse the compiler's real/imag operators instead of union...
2019-05-09 Dan GohmanUse the compiler builtins for isless etc.
2019-05-09 Dan GohmanMove the SEEK_* macros into their own header and use...
2019-05-02 vmsdelete a space in 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.