]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2019-04-22 Jakub KonkaFixes #20
2019-04-19 Pat Hickeygitignore build
2019-04-19 Pat Hickeybuild: use LC_ALL=C for sorting
2019-04-15 Dan GohmanUpdate to cloudlibc 8835639f27fc42d32096d59d294a0bbb857...
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanRename README to README.md.
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
2019-04-15 Dan GohmanUse the same indentation style as surrounding code.
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 GohmanFix uselocale to support non-default locales.
2019-04-05 Dan GohmanFilter out __FLT16_* macros from predefined-macros...
2019-04-05 Dan GohmanAdd comments explaining changes to upstream source...
2019-04-05 Dan GohmanProvide a public interface to preopened directory looku...
2019-03-27 Dan GohmanWASI libc prototype implementation.
2019-03-21 eliasbenaliFix ssize_t redefinition mismatch. (#10)
2019-01-15 Dan GohmanMerge pull request #9 from WebAssembly/dlmalloc
2019-01-10 Dan GohmanAdd a malloc implementation using dlmalloc.
2019-01-09 Dan GohmanMerge pull request #8 from WebAssembly/suseconds_t_and_...
2019-01-03 Dan GohmanAdd a definition of `struct stat` and supporting types.
2019-01-03 Dan GohmanAdd typedefs for suseconds_t and nlink_t.
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 GohmanExplain why this doesn't have a full libc.
2018-10-03 Dan GohmanFix typos.
2018-10-03 Dan GohmanFix missing quote.
2018-10-03 Dan GohmanAdd initial files.
2018-10-03 Dan GohmanStart with nothing, so that we can add the initial...