| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add util function: free_pointer_array | verdant | 2026-07-28 | 1 | -0/+17 |
| | | | | | | This function iterates through each element of pointer array, frees its memory, and finally free the array itself. | ||||
| * | Implement xrealloc | verdant | 2026-07-27 | 1 | -0/+10 |
| | | |||||
| * | Reformat err.c mem.c | verdant | 2026-07-22 | 1 | -7/+7 |
| | | |||||
| * | Add xmalloc | verdant | 2026-07-21 | 1 | -0/+16 |
