| Age | Commit message (Expand) | Author |
| 2019-10-31 | Handle 'n' flag | Charles |
| 2019-10-30 | Normed converters | Charles |
| 2019-10-30 | Fixed %d segfault, merge hex_* in hex, fixed c = 0 | Charles |
| 2019-10-30 | Individual convert functions, more flags | Charles |
| 2019-10-29 | Added '+' flag and delt with some special cases | Charles |
| 2019-10-29 | String conversion refactor, malloc protection | Charles |
| 2019-10-29 | Reworking, binary flags, extract advance | Charles |
| 2019-10-28 | reformed pformat struct, rename t_flist | Charles |
| 2019-10-25 | WIP: Added libft submodule, make ft_printf lib | Charles |
| 2019-10-15 | Wildcard handling | Charles |
| 2019-10-15 | Parsing rewrite | Charles |
| 2019-10-14 | WIP: format parsing arguments extraction | Charles |
| 2019-10-13 | Handled wildcard overwrite | Charles |
| 2019-10-13 | Added precision and min field width wildcard | Charles |
| 2019-10-13 | Added precision | Charles |
| 2019-10-13 | Min width, zero filled, left adjusted | Charles |
| 2019-10-12 | WIP parsing flags, happy path | Charles |
| 2019-10-12 | Basic conversion parsing | Charles |
| 2019-10-09 | Added hexdecimal support | Cabergs Charles |
| 2019-10-08 | Added Makefile, ft_printf template | Charles |