]> git.proxmox.com Git - wasi-libc.git/history - expected
Move `weak` attribute to front (#310)
[wasi-libc.git] / expected /
2022-07-20 Dan GohmanDelete several blocks of unused code. (#294)
2022-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
2022-05-25 Dan GohmanUpdate to musl 1.2.3.
2022-05-20 Cheng ShaoOnly apply -mbulk-memory to specific files
2022-05-20 Cheng ShaoFix test artifacts
2022-05-05 Harald Hoyerfeat: add support for accept and accept4
2022-05-04 Mike HommeyAdjust the Makefile for LLVM 15 as of 2022-04-20
2022-04-20 Roman Volosatovsbuild: update WASI and partially regenerate `api.h`
2022-04-13 Dan GohmanDefine DTTOIF and IFTODT.
2022-03-28 Dan GohmanRemove the signal constants and proc_raise function.
2022-03-10 Dan GohmanEnable support for `utimes` and `futimesat`.
2021-05-25 Dan GohmanAlso add a way to read `environ` without triggering...
2021-05-25 Dan GohmanAdd a function to de-initialize the environment-variabl...
2021-04-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanInclude libwasi-emulated-*.a symbols in defined-symbols...
2021-03-23 Dan GohmanEmulate `clock`, `times`, and `getrusage` using the...
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2021-02-23 Alex CrichtonUpdate to the next version of the `witx` crate (#234)
2021-02-05 Dan GohmanAT_FDCWD support.
2021-02-05 Dan GohmanImplement the cimag/creal functions for all types consi...
2020-11-30 Dan GohmanUpdate to musl 1.2.1. (#222)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
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-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-05-29 Dan GohmanReplace old <signal.h> support with emulated <signal...
2020-05-29 Dan GohmanReactor support. (#74)
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-03-19 Dan GohmanLazy-initialize the environment variables. (#184)
2020-03-18 Sam CleggFix -std=gnu17 when generating predefined_macros.txt...
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.
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-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
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 GohmanDon't build bind_textdomain_codeset.c (#122)
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
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-08-30 Sam CleggWhen checking undefined symbol list, ignore certain...
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
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 GohmanImplement truncate(2).
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 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-07 Dan GohmanRename __wasilibc_rmfileat to __wasilibc_unlinkat.
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 GohmanDeclare getentropy in <sys/random.h>
2019-04-23 Dan GohmanImplement FD_SET, FD_CLR, etc.
2019-04-23 Dan GohmanImplement reallocarray.
2019-04-23 Jakub KonkaAdd missing asctime symbol
2019-04-22 Dan GohmanRemove the Linux-specific <sys/signalfd.h> header.
2019-04-22 Jakub KonkaFixes #20
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
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 GohmanFilter out __FLT16_* macros from predefined-macros...
2019-04-05 Dan GohmanProvide a public interface to preopened directory looku...
2019-03-27 Dan GohmanWASI libc prototype implementation.