| Age | Commit message (Expand) | Author |
| 2020-01-31 | Setup unit test with unity | Charles |
| 2020-01-30 | making hashtable compile | 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 |
| 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 |
| 2020-01-16 | Trying Travis-Ci | Charles |
| 2020-01-16 | Merge push_swap to master | Charles |
| 2020-01-16 | Features toggle to avoid bloat and unauthorized functions, config file, scrip... | Charles |
| 2020-01-15 | Fix strtol, Added list reverse functions | Charles |
| 2020-01-15 | Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ... | Charles |
| 2020-01-15 | splited src in category, more generic makefile | Charles |
| 2020-01-15 | Move *.o -> src/, *.h -> include/ and *.o -> build | Charles |
| 2020-01-15 | Isolated get_next_line internals | Charles |
| 2019-11-21 | WIP: adding ft_*printf | Charles |
| 2019-11-21 | ft_memset and ft_strlen optimization | Charles |
| 2019-11-20 | Update README.md | Charles |
| 2019-11-20 | Merge branch 'rendu' | Charles |
| 2019-11-20 | Merge branch 'rendu' | Charles |
| 2019-11-20 | refactored everything | Charles |
| 2019-11-20 | Protected pre 2019 functions | Charles |
| 2019-11-20 | Taking advantage of the ascii table tricks | Charles |
| 2019-11-16 | Linux OPEN_MAX | Charles |
| 2019-11-15 | Added ft_strcount | Charles |
| 2019-11-14 | ft_strjoin free variante using ft_strjoin | Charles |
| 2019-11-13 | Added get_next_line | Charles |
| 2019-11-05 | Added ft_strjoin_free and ft_strjoin_free_snd, Removed ft_itoa_base | Charles |
| 2019-10-25 | Added ft_itoa_base | Charles |
| 2019-10-25 | Added strndup and lstpop_front | Charles |
| 2019-10-25 | Rendu branch with less fancy stuff | Charles |
| 2019-10-24 | lstmap little fixraw | Charles |
| 2019-10-21 | Added protection on part2 and changed lstmap according to the subject | Charles |
| 2019-10-21 | fixed strnstr, added protection on specific functions of part1 | Charles |
| 2019-10-20 | Part1 refactoring | Charles |
| 2019-10-18 | Fixed ft_substr, added a few protection to list functions | Charles |
| 2019-10-17 | More protection | Charles |
| 2019-10-15 | Updated ft_lstiter and ft_lstmap according to the updated subject | Charles |
| 2019-10-15 | Removed libft_bonus.h | Charles |
| 2019-10-15 | Fixed ft_split to destroy previous alloc if ENOMEM | Charles |
| 2019-10-12 | Fixed ft_strlcat and ft_strnstr to pass Libftest tests | Charles |
| 2019-10-09 | Small update | Cabergs Charles |
| 2019-10-09 | Normed, Makefile bonus rule | Cabergs Charles |
| 2019-10-08 | Fix ft_memmove and calloc | Charles |
| 2019-10-08 | Added bonus functions WIP | Charles |
| 2019-10-07 | WIP bonus list | Charles |
| 2019-10-07 | Added calloc and strlcpy, rename out of date | Cabergs Charles |
| 2019-10-07 | Added subject pdf | Cabergs Charles |
| 2019-10-07 | Normed everything | Cabergs Charles |
| 2019-07-29 | part 2 done (except putchar and putstr unicode) | Charles |