]> git.proxmox.com Git - wasi-libc.git/history - libc-top-half/musl
rename printf_no_Lf to __small_printf
[wasi-libc.git] / libc-top-half / musl /
2019-05-01 vmsrename printf_no_Lf to __small_printf
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 GohmanMake the strerror message for ESUCCESS (0) be "Success".
2019-04-22 vmsFix floatscan no long double usage (#21)
2019-04-22 Dan GohmanFormat changes to musl code to fit musl's style.
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 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 GohmanAdd comments explaining changes to upstream source...
2019-03-27 Dan GohmanWASI libc prototype implementation.