| Age | Commit message (Expand) | Author |
| 2020-05-10 | Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested) | Charles |
| 2020-05-09 | Merge remote-tracking branch 'origin/minishell' | Charles |
| 2020-04-05 | Renamed ft_substr to ft_strsub, Added ft_strsubf, ft_strcat3 | Charles |
| 2020-04-05 | Added ft_dstrerase, ft_dstrsubstitute | Charles |
| 2020-04-04 | Added test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for algo... | Charles |
| 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 | Merge branch 'minishell' | Charles |
| 2020-04-01 | Added vector | Charles |
| 2020-04-01 | Norm compliant comment format, dirty script for doxygen comments | Charles |
| 2020-03-30 | Renaming test according to src | Charles |
| 2020-03-11 | ft_mem* and ft_strlen optimization | 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-16 | Filled lst* tests | 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 | filling mem tests, testing readme doc | Charles |
| 2020-02-13 | Added mem/test_* boilerplate | Charles |
| 2020-02-13 | Added ft_memmem and ft_memset_pattern4, not tested | 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 |
| 2020-01-30 | hash table draft | Charles |
| 2020-01-17 | Splited include like src/, Adding feature toggle protection in header | Charles |
| 2020-01-16 | Testing config with travis | Charles |