aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-14Fixed little memory leak in handle_precisionHEADmasterCharles
2019-11-13Removed double, normedCharles
2019-11-13ft_printf write to buffer instead of instant writeCharles
2019-11-06Refactored parsing to handle alone '%'Charles
2019-11-04Handled short convertions for unsigned int and hexCharles
2019-11-04int type length specifier, edge case with zero padding and invalid wildcard p...Charles
2019-10-31Handle 'n' flagCharles
2019-10-30Normed convertersCharles
2019-10-30Fixed %d segfault, merge hex_* in hex, fixed c = 0Charles
2019-10-30Added flags for x and XCharles
2019-10-30Individual convert functions, more flagsCharles
2019-10-29Added '+' flag and delt with some special casesCharles
2019-10-29String conversion refactor, malloc protectionCharles
2019-10-29Reworking, binary flags, extract advanceCharles
2019-10-28reformed pformat struct, rename t_flistCharles
2019-10-25WIP: Added libft submodule, make ft_printf libCharles
2019-10-15Wildcard handlingCharles
2019-10-15Parsing rewriteCharles
2019-10-14WIP: format parsing arguments extractionCharles
2019-10-13Handled wildcard overwriteCharles
2019-10-13Added precision and min field width wildcardCharles
2019-10-13Added precisionCharles
2019-10-13Min width, zero filled, left adjustedCharles
2019-10-12WIP parsing flags, happy pathCharles
2019-10-12Basic conversion parsingCharles
2019-10-11Added and renamed filesCharles
2019-10-09Added hexdecimal supportCabergs Charles
2019-10-08Added Makefile, ft_printf templateCharles
2019-10-08Initial commitCharles