Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: fix infinite loop in __darr_in_vsprintf | Igor Ryzhov | 2024-03-05 | 1 | -2/+2 |
* | lib: fix __darr_in_vsprintf | Igor Ryzhov | 2024-03-04 | 1 | -1/+4 |
* | lib: darr: add ability to set MTYPE for dynamic arrays | Christian Hopps | 2023-12-28 | 1 | -8/+15 |
* | lib: darr: add new access and str functions | Christian Hopps | 2023-12-28 | 1 | -1/+38 |
* | lib: darr needs to use memory.h for both alloc and free | Christian Hopps | 2023-11-11 | 1 | -1/+1 |
* | Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfunc | Donatas Abraitis | 2023-10-03 | 1 | -6/+4 |
|\ | |||||
| * | lib: use XREALLOC over realloc avoid coverity warning | Christian Hopps | 2023-09-29 | 1 | -6/+4 |
* | | *: Do not cast to the same type as the destination is | Donatas Abraitis | 2023-09-29 | 1 | -1/+1 |
|/ | |||||
* | lib: add dynamic array type | Christian Hopps | 2023-06-28 | 1 | -0/+114 |