| Age | Commit message (Expand) | Author |
| 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-19 | Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_int | Charles |
| 2020-01-18 | Added ft_getchar and fixing strtol | Charles |
| 2020-01-17 | Splited include like src/, Adding feature toggle protection in header | 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 |