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 comment | ||
2023-05-10 | Add blank line | ||
2023-05-10 | Add test_list7() | ||
2023-05-10 | Update tests with new version | ||
2023-05-10 | Update some reference on tests | ||
2023-03-14 | Generify the function to get the version | ||
2023-03-13 | Rewrite tests | ||