| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Memory Leak in eb_delete_line | dilluti0n | 2025-05-10 | 1 | -7/+2 |
| | | | | | | | The function eb_delete_line did not properly free the contents of the entry when deleting an element from eb->line_vec. This patch fixes that issue. | ||||
| * | refactor: no single line hidden expression on test_vector.c | dilluti0n | 2025-04-28 | 1 | -10/+25 |
| | | |||||
| * | implement: uniittest vector_suite::delete_single and *::delete_range | dilluti0n | 2025-04-28 | 1 | -0/+68 |
| | | |||||
| * | implement: uniittest vector_suite::split | dilluti0n | 2025-04-28 | 1 | -0/+64 |
| | | |||||
| * | implement: uniittest vector_suite::cat | dilluti0n | 2025-04-28 | 1 | -1/+67 |
| | | |||||
| * | implement: unit test vector_suite::insert_vector | dilluti0n | 2025-04-28 | 1 | -0/+70 |
| | | |||||
| * | implement: unit test vector_suite::pop | dilluti0n | 2025-04-28 | 1 | -0/+33 |
| | | |||||
| * | refactor: move tests to seperate files | dilluti0n | 2025-04-28 | 1 | -0/+111 |
| test.c to *_line.c and *_vector.c also implement unit test vector_suite::resize too. | |||||
