aboutsummaryrefslogtreecommitdiff
path: root/printf.c
AgeCommit message (Expand)Author
2013-11-11Support wide character stringsPetr Machata
2013-09-26Prevent freeing static-alloc'd memory for %p and %n in printfPeter Wu
2013-03-08Coding style: annotate a fall-through in printf.cPetr Machata
2012-10-30For string types in printf.c, return a pointer to array, not arrayPetr Machata
2012-10-30Fix ownership tracking of zero() node in config file parser and printf.cPetr Machata
2012-10-30Fix initialization of primitive types in printf.cPetr Machata
2012-10-29In param_printf_done, release format string argumentPetr Machata
2012-09-22Introduce parameter pack flavors and parameter pack backend callbacksPetr Machata
2012-08-29Format 'o' and 'x' printf modifiers properlyPetr Machata
2012-08-29Drop ARGTYPE_STRING, reimplement as lens over array of charsPetr Machata
2012-08-29Drop ARGTYPE_UNKNOWN, use guess_lens insteadPetr Machata
2012-08-29Add lensesPetr Machata
2012-08-29Introduce printf module, drop ARGTYPE_FORMATPetr Machata