summaryrefslogtreecommitdiffstats
path: root/lib/darr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix infinite loop in __darr_in_vsprintfIgor Ryzhov2024-03-051-2/+2
* lib: fix __darr_in_vsprintfIgor Ryzhov2024-03-041-1/+4
* lib: darr: add ability to set MTYPE for dynamic arraysChristian Hopps2023-12-281-8/+15
* lib: darr: add new access and str functionsChristian Hopps2023-12-281-1/+38
* lib: darr needs to use memory.h for both alloc and freeChristian Hopps2023-11-111-1/+1
* Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfuncDonatas Abraitis2023-10-031-6/+4
|\
| * lib: use XREALLOC over realloc avoid coverity warningChristian Hopps2023-09-291-6/+4
* | *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-1/+1
|/
* lib: add dynamic array typeChristian Hopps2023-06-281-0/+114