]> git.proxmox.com Git - wasi-libc.git/history - dlmalloc
threads: enable pthread_join (#336)
[wasi-libc.git] / dlmalloc /
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2020-09-24 vmsactivate the use of __heap_base (#215)
2020-02-29 Dan GohmanMulti-license wasi-libc under Apache and MIT licenses...
2020-01-17 Dan GohmanConvert more wasi-libc code to `//`-style comments...
2019-11-07 Dan GohmanTemporarily disable the use of `__heap_base`. (#132)
2019-11-05 vmsUse __heap_base by dlmalloc (#114)
2019-10-11 Dan GohmanRemove -fno-builtin. (#104)
2019-09-07 Dan GohmanSet the MALLOC_ALIGNMENT to 16.
2019-04-23 Dan GohmanMake calloc set ENOMEM when failing due to overflow.
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-03-27 Dan GohmanWASI libc prototype implementation.
2019-01-15 Dan GohmanMerge pull request #9 from WebAssembly/dlmalloc
2019-01-10 Dan GohmanAdd a malloc implementation using dlmalloc.