]> git.proxmox.com Git - wasi-libc.git/history - dlmalloc
Merge branch 'master' into proxmox/bullseye
[wasi-libc.git] / dlmalloc /
2022-09-29 Fabian GrünbichlerNew upstream version 0.0~git20220510.9886d3d
2022-03-06 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202109...
2022-03-06 Ximin LuoNew upstream version 0.0~git20210922.ad51334
2022-02-08 Fabian GrünbichlerMerge remote-tracking branch 'fork/master' into proxmox...
2022-02-03 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.0_git202109...
2022-02-03 Fabian GrünbichlerNew upstream version 0.0~git20210922.ad51334
2021-04-16 Fabian GrünbichlerMerge tag 'debian/0.0_git20201130.5879558-1_exp1' into...
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-28 Fabian GrünbichlerMerge branch 'master' into proxmox/buster
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.