]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2019-05-06 Frank DenisDocument that WASM_NM and WASM_AR may also be required
2019-05-06 vmsuse ENOMEM instead of EINVAL, set EINVAL if length...
2019-05-06 vmsmove to __builtin_add_overflow
2019-05-06 vmscode deduplication
2019-05-06 vmsfix comment to correspond existing coding style
2019-05-06 vmsfix mmap overflow and some other stuff
2019-05-02 Sam CleggMakefile: Don't mix phony targets with directory names
2019-05-02 vmsdelete a space in predefined-macros.txt
2019-05-02 vmsreplace some macros with its builtins analogs
2019-05-01 vmsrename printf_no_Lf to __small_printf
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 GohmanSay "wasm32-wasi" rather than "wasm32-unknown-wasi".
2019-04-30 Dan GohmanDeclare getentropy in <sys/random.h>
2019-04-29 Dan GohmanDisable unused fields in FILE and __libc.
2019-04-24 Dan GohmanAdd vfwprintf.c to the printscan list.
2019-04-23 Dan GohmanImplement FD_SET, FD_CLR, etc.
2019-04-23 Dan GohmanRemove capsicum.h; WASI libc doesn't support that API...
2019-04-23 Dan GohmanMake calloc set ENOMEM when failing due to overflow.
2019-04-23 Dan GohmanMake the strerror message for ESUCCESS (0) be "Success".
2019-04-23 Dan GohmanImplement reallocarray.
2019-04-23 Dimitrii NemkovUpdate README.md
2019-04-23 Jakub KonkaAdd missing asctime symbol
2019-04-22 vmsFix floatscan no long double usage (#21)
2019-04-22 Dan GohmanRemove the Linux-specific <sys/signalfd.h> header.
2019-04-22 Dan GohmanDeclare getrusage.
2019-04-22 Dan GohmanFormat changes to musl code to fit musl's style.
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...