about summary refs log tree commit diff
path: root/malloc/tst-dynarray.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers2021-10-291-0/+15
* malloc: Sync dynarray with gnulibAdhemerval Zanella2021-02-091-10/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2017-08-301-0/+29
* dynarray: Implement begin/end functions in the spirit of C++Florian Weimer2017-06-131-0/+28
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-021-0/+517