aboutsummaryrefslogtreecommitdiff
path: root/printer.c
AgeCommit message (Collapse)Author
2019-10-29Added '+' flag and delt with some special casesCharles
2019-10-29String conversion refactor, malloc protectionCharles
2019-10-29Reworking, binary flags, extract advanceCharles
- 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-28reformed pformat struct, rename t_flistCharles
2019-10-25WIP: Added libft submodule, make ft_printf libCharles
2019-10-15Wildcard handlingCharles
Back where I was before rewrite
2019-10-15Parsing rewriteCharles
- 4 extraction functions which parse some format attributes and remove them. - Not handling wildcard yet
2019-10-14WIP: format parsing arguments extractionCharles
Changed pformat struct, everything is broken
2019-10-13Handled wildcard overwriteCharles
2019-10-13Added precision and min field width wildcardCharles
2019-10-13Added precisionCharles
For integral numbers, min width For strings, max len
2019-10-13Min width, zero filled, left adjustedCharles
Conversion of arg in a string, the padding is computed based on the length of the string.
2019-10-12Basic conversion parsingCharles
Using a list to store each format conversion informations.
2019-10-11Added and renamed filesCharles