| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-14 | Fixed little memory leak in handle_precisionHEADmaster | Charles | |
| 2019-11-13 | Removed double, normed | Charles | |
| 2019-11-13 | ft_printf write to buffer instead of instant write | Charles | |
| 2019-11-06 | Refactored parsing to handle alone '%' | Charles | |
| - renamed a few variables - added join_free* to libft - normed everything but ft_printf.c | |||
| 2019-11-04 | int type length specifier, edge case with zero padding and invalid wildcard ↵ | Charles | |
| precision | |||
| 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 | Added flags for x and X | Charles | |
| 2019-10-30 | Individual convert functions, more flags | Charles | |
| - Each conversion type is handle by individual functions in convert_* files - handle the ' ', '#', '+' and length modifier flags. | |||
| 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 | |
| - Binary flags attribute instead of multiple bool - Extract doesnst strdup fmt each time, just advance the current pointer - In parsing push front then reverse - Moved some functions to libf | |||
| 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 | |
| Back where I was before rewrite | |||
| 2019-10-15 | Parsing rewrite | Charles | |
| - 4 extraction functions which parse some format attributes and remove them. - Not handling wildcard yet | |||
| 2019-10-14 | WIP: format parsing arguments extraction | Charles | |
| Changed pformat struct, everything is broken | |||
| 2019-10-13 | Handled wildcard overwrite | Charles | |
| 2019-10-13 | Added precision and min field width wildcard | Charles | |
| 2019-10-13 | Added precision | Charles | |
| For integral numbers, min width For strings, max len | |||
| 2019-10-13 | Min width, zero filled, left adjusted | Charles | |
| Conversion of arg in a string, the padding is computed based on the length of the string. | |||
| 2019-10-12 | Basic conversion parsing | Charles | |
| Using a list to store each format conversion informations. | |||
| 2019-10-11 | Added and renamed files | Charles | |
