]> git.proxmox.com Git - wasi-libc.git/history - dlmalloc
bump version to 0.0~git20220510.9886d3d-1~exp1
[wasi-libc.git] / dlmalloc /
2022-03-06 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202109...
2022-03-06 Ximin LuoNew upstream version 0.0~git20210922.ad51334
2021-04-07 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202011...
2021-04-07 Ximin LuoNew upstream version 0.0~git20201130.5879558
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2020-09-24 vmsactivate the use of __heap_base (#215)
2020-07-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
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.