]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2021-02-05 Dan GohmanAdd -Wno-ignored-pragmas.
2021-02-05 Dan GohmanDefine creal/cimag/etc. in a libc-friendly way.
2021-02-05 Dan GohmanAdd -Wno-missing-braces.
2021-02-05 Dan GohmanAdd -Wno-ignored-attributes.
2021-02-05 Dan GohmanAdd -Wno-unused-function.
2021-02-05 Dan GohmanAdd -Wno-unused-variable.
2021-02-05 Dan GohmanFix a warning.
2021-02-05 Dan GohmanAdd -Wno-sign-compare too.
2021-02-05 Dan GohmanIgnore a few warnings which occur in third-party code.
2021-02-05 Dan GohmanAdd -Wall -Wextra -Werror to the build.
2021-02-05 Dan GohmanRemove __wasilibc_unmodified_upstream markers from...
2020-12-10 Albert CervinUse separate makefile var for CFLAGS (#226)
2020-12-01 Pat Hickeywindows ci: try moving rustup stuff to non-bash shell...
2020-12-01 Dan GohmanFix sinh's sign handling
2020-11-30 Dan GohmanUpdate to musl 1.2.1. (#222)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-10-05 Pat HickeyCI: use $GITHUB_PATH,ENV rather than add-path, set-env
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-09-24 vmsactivate the use of __heap_base (#215)
2020-07-31 Dan GohmanRedefine the `access` bits to be compatible with other...
2020-06-13 Dan GohmanComment a use of `__attribute__((visibility("protected...
2020-06-08 Dan GohmanRename `__prepare_for_exit` to `__wasm_call_dtors`...
2020-06-02 Dan GohmanAvoid calling `poll_oneoff` with zero subscriptions...
2020-06-01 Dan GohmanMerge the basics component into libc-bottom-half. ...
2020-06-01 Dan GohmanRewrite the preopen functionality. (#173)
2020-05-29 Dan GohmanReplace old <signal.h> support with emulated <signal...
2020-05-29 Dan GohmanReactor support. (#74)
2020-05-26 whitequarkMake mmap() possible to use in a conformant way. (...
2020-05-26 whitequarkMake munmap() actually work. (#198)
2020-04-06 Pat HickeyCI: use llvm 10.0.0 release (#194)
2020-04-06 Pat Hickeydebug
2020-04-06 Pat Hickeygithub ci: download llvm over https, add -L flag to...
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-04-02 Pat Hickeyregenerate api.h
2020-04-02 Pat Hickeygen-headers: make handle output consistient with prior
2020-04-02 Pat Hickeywasi submodule: point to latest (witx 0.8.5 release)
2020-04-01 Pat HickeyUpdate libc-top-half/musl/README
2020-04-01 Gabor GreifUpdate URL
2020-04-01 Gabor GreifFix references to musl version
2020-03-20 Dan GohmanMakefile refactoring; NFC (#186)
2020-03-19 Dan GohmanLazy-initialize the environment variables. (#184)
2020-03-18 Sam CleggFix -std=gnu17 when generating predefined_macros.txt...
2020-03-18 Dan GohmanMention libcxx and libcxxabi too.
2020-03-18 Dan GohmanUpdate WASI Libc's README.md.
2020-02-29 Dan GohmanMulti-license wasi-libc under Apache and MIT licenses...
2020-02-27 Dan GohmanAdd support for `__main_argc_argv`.
2020-02-26 Dan GohmanUpdate to musl 1.2.0.
2020-02-26 Dan GohmanUpdate to musl 1.1.24.
2020-02-24 Pat Hickeypoint at WASI with tagged unions merged into master
2020-02-24 Pat Hickeyrebased wasi repo branch
2020-02-24 Pat Hickeymain: get more useful help by requiring subcommand
2020-02-24 Pat Hickeyminor change in union AST in wasi- tag is namedtype
2020-02-24 Pat Hickeylibc: change to flattened event struct
2020-02-24 Pat Hickeyupdate to WASI where snashot event_u flattened to struct
2020-02-24 Pat Hickeycloudlibc & libpreopen: changes for tagged unions
2020-02-24 Pat Hickeywasi/api.h: regenerated with tagged unions
2020-02-24 Pat HickeyWASI: tagged unions PR wip
2020-02-24 Pat Hickeywasi-headers: unions are tagged now
2020-02-21 Dan GohmanDefine a_clz_32 for musl so that it doesn't use a softw...
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)
next