Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Divide in two functions the clist_add | ||
In some cases, I need to retrieve the original pointer in list_item. So, the clist_add() just adds the pointer to the list, and, clist_add_s() adds a copy of that pointer to the list. | |||
2023-05-10 | Update copyright | ||
2023-05-10 | Add the filename when assert fails | ||
2023-05-10 | Add test_list8() | ||
2023-05-10 | Calculate in the correct way the string lengths | ||
2023-05-10 | Replace printfs with asserts | ||
2023-05-10 | Add echoes in tests | ||
2023-05-10 | Add comment | ||
2023-05-10 | Add blank line | ||
2023-05-10 | Add test_list7() | ||
2023-05-10 | Update tests with new version | ||
2023-05-10 | Remove `map` tests | ||
2023-05-10 | Update some reference on tests | ||
2023-05-10 | Update copyright | ||
2023-03-14 | Generify the function to get the version | ||
2023-03-13 | Rewrite test/Makefile | ||
2023-03-13 | Rewrite tests | ||
2023-03-07 | Change license from AGPL v3 to LGPL v3 | ||
2022-11-30 | Add versionv0.0.0 | ||
2022-11-30 | Replace itoa() with sprintf() | ||
2022-11-30 | Edit test/Makefile | ||
2022-11-30 | Rename iterator_next() to clist_iterator_next() | ||
2022-11-30 | Rename iterator_has_next() to clist_iterator_has_next() | ||
2022-11-30 | Add test/Makefile | ||
2022-11-30 | Add copyright | ||
2022-11-30 | Add test folder | ||