]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
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)
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.
next