]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2020-02-21 Dan GohmanWASI libc supports environment variables; update the...
2020-02-21 Dan GohmanRemove unused cloudlibc headers. (#170)
2020-02-20 Pat Hickeyfix macos filename, use https
2020-02-20 Pat HickeyCI: upgrade to llvm 9.0.0
2020-02-19 Pat Hickeyremove no-self-update workaround for windows azure
2020-02-19 Pat Hickeydeprecate azure pipelines CI, build libc on GH Actions
2020-02-14 Dan GohmanDon't call `free` on paths which are about to call...
2020-02-07 Pat Hickeygen-headers: Generate assertions of layout from witx...
2020-02-07 Daniel BeveniusCorrect minor typo in c_headers.rs (#166)
2020-01-17 Dan GohmanConvert more wasi-libc code to `//`-style comments...
2020-01-14 Pat HickeyImprovements to wasi-headers tool (#160)
2020-01-14 Dan GohmanFix environment variable init to exit successfully...
2019-12-20 Dan GohmanMove math source files. (#151)
2019-12-16 Dan GohmanAvoid using cast expressions in WASI API constants...
2019-12-03 Sam CleggUpdate signal macros after upgrade to snapshot1 (#144)
2019-12-03 Sam Clegggithub actions: pin checkout action to v1 (#145)
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Pat Hickeyc header generation updated for reorganized witx ast...
2019-11-22 Dan GohmanCorrect the version of #136 on master (#141)
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-21 Dan GohmanIgnore rights in libpreopen. (#129)
2019-11-20 Dan GohmanMake the `__original_main` definition weak, fixing...
2019-11-20 Dan GohmanOptimize `fmin`, `fmax`, etc. (#120)
2019-11-10 Dan GohmanDon't pre-check capabilities in `openat`. (#130)
2019-11-08 Dan GohmanUse consistent style for wasi-libc C source files....
2019-11-08 Dan GohmanFix unintended recursion in __wasilibc_register_preopen...
2019-11-08 Dan GohmanAvoid a `strdup` call in `__wasilibc_populate_libpreope...
2019-11-08 Dan GohmanDon't link in libpreopen initialization code when it...
2019-11-07 Dan GohmanTemporarily disable the use of `__heap_base`. (#132)
2019-11-05 vmsUse __heap_base by dlmalloc (#114)
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
2019-11-04 Dan GohmanRemove more unsupported headers. (#123)
2019-10-28 Dan GohmanAvoid using user identifiers in function declarations...
2019-10-28 Dan GohmanDon't build bind_textdomain_codeset.c (#122)
2019-10-28 Dan GohmanEnsure `__environ` is initialized even when it's empty...
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-22 Dan GohmanFix corner cases and style in the argv/argc code. ...
2019-10-22 Dan GohmanWorkaround a bug causing Windows CI failures. (#119)
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-10-21 vmsMake sbrk(0) deterministic (#115)
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-10-14 vmsfix the typo (#108)
2019-10-11 Dan GohmanRemove -fno-builtin. (#104)
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-10-07 Dan GohmanFactor out the include-file exclude list into a variable.
2019-10-03 Dan GohmanAdd a CODE_OF_CONDUCT.md file. (#101)
2019-09-07 Dan GohmanSet the MALLOC_ALIGNMENT to 16.
2019-08-30 Sam CleggWhen checking undefined symbol list, ignore certain...
2019-08-29 Dan GohmanFix a warning about a spurious redundant static keyword.
2019-08-29 Dan GohmanUpdate docs to say "libc" rather than "sysroot" where...
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
2019-08-29 Dan GohmanFix _DIRENT_HAVE_D_* macros.
2019-08-29 Dan GohmanDisable the lseek optimization in C++.
2019-08-12 Till SchneidereitAdd Azure Pipelines definition (#78)
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
2019-07-16 Sam CleggFix predefined macros check after recent clang change
2019-07-11 Dan GohmanDon't declare `realpath` or pseudo-terminal functions.
2019-06-24 Sam CleggUpdate title in README.md
2019-05-30 Sam CleggEnsure argv is null terminated.
2019-05-15 Dan GohmanDon't declare popen and pclose.
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 GohmanDon't declare lockfile and timezone functions.
2019-05-15 Dan GohmanImplement truncate(2).
2019-05-15 Dan GohmanAdd complex builtins for creal and cimag too.
2019-05-15 Dan GohmanUse builtin functions rather than portable libm impleme...
2019-05-15 Sam CleggDon't create dummy libs for libc++/libc++abi (#68)
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 GohmanUpdate to libpreopen 8835639f27fc42d32096d59d294a0bbb85...
2019-05-09 Dan GohmanFix fmemopen and friends to use the correct SEEK_*...
2019-05-09 Dan GohmanUse the compiler's real/imag operators instead of union...
2019-05-09 Dan GohmanRemove __fpclassify and __signbit definitions.
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-09 Dan GohmanSwitch from the cloudlibc inet_pton etc. to the musl...
2019-05-09 Dan GohmanDon't declare dup in unistd.h.
2019-05-09 Dan GohmanRe-enable '%s' in strftime.
2019-05-07 Dan GohmanRename __wasilibc_rmfileat to __wasilibc_unlinkat.
2019-05-07 Dan GohmanAdd __restrict qualifiers to the fstatat declaration.
2019-05-07 Dan GohmanEnsure that `environ` is always initialized.
2019-05-07 Dan GohmanFix the return value of the first call to uselocale.
2019-05-07 Dan GohmanMove abort.c out of libc-bottom-half and into basics.
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".
next