| Age | Commit message (Expand) | Author |
| 2020-05-12 | Fixing/refactoring ft_getline, fixed/normed ft_memchr, added ft_strmove | Charles |
| 2020-05-11 | Moved util/ft_split* in str, Added ft_memjoin and ft_memjoinf1, Modified ft_g... | Charles |
| 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-05-08 | Fixed bug in ft_split | Charles |
| 2020-04-05 | Renamed ft_substr to ft_strsub, Added ft_strsubf, ft_strcat3 | Charles |
| 2020-04-04 | Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safe | Charles |
| 2020-04-03 | Added ft_fnmatch function | Charles |
| 2020-04-01 | Merge branch 'minishell' | Charles |
| 2020-03-28 | Added ft_strjoin3 | Charles |
| 2020-03-11 | ft_mem* and ft_strlen optimization | Charles |
| 2020-02-28 | hash table unit testing, norming | Charles |
| 2020-02-14 | Added documentation for all functions and refactored ft_strjoin_free -> ft_st... | Charles |
| 2020-02-10 | Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsep | Charles |
| 2020-02-10 | Added ft_strspn, ft_strcspn | Charles |
| 2020-02-10 | Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmp | Charles |
| 2020-02-02 | hash table unit testing, norming | Charles |
| 2020-01-30 | Renaming t_list -> t_ftlst, changing feature adding by header | Charles |
| 2020-01-30 | renaming header files, .libftignore file for simpler features selection | Charles |