| Age | Commit message (Expand) | Author |
| 2020-04-04 | Added test and doc for dynamic string | Charles |
| 2020-04-04 | Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safe | Charles |
| 2020-04-03 | Changing hash table del function to regular one with a first order internal f... | Charles |
| 2020-04-03 | Added ft_fnmatch function | Charles |
| 2020-04-02 | Fixed ft_vecgrow, Added ft_vecinsert | Charles |
| 2020-04-01 | Added ft_vecremove, Updated README.md | Charles |
| 2020-04-01 | Added vector | Charles |
| 2020-03-30 | Renaming test according to src | Charles |
| 2020-02-28 | hash table unit testing, norming | Charles |
| 2020-02-19 | Tested ht* | Charles |
| 2020-02-17 | amend me | Charles |
| 2020-02-17 | Added ft_lstlsearch and ft_lstlfind for ht manipulation | Charles |
| 2020-02-15 | Added lst* tests (mainly boilerplate) | Charles |
| 2020-02-13 | Added tests for algo*, fixing ft_bsearch and ft_mergesort | Charles |
| 2020-02-13 | Filled mem* tests | Charles |
| 2020-02-13 | Added mem/test_* boilerplate | Charles |
| 2020-02-12 | Added ctype tests, ignore htnew tests | Charles |
| 2020-02-02 | hash table unit testing, norming | Charles |
| 2020-01-31 | Setup unit test with unity | Charles |