1. c00837c Support wide character strings by Petr Machata · 11 years ago
  2. cae7696 Prevent freeing static-alloc'd memory for %p and %n in printf by Peter Wu · 11 years ago
  3. 0441baf Coding style: annotate a fall-through in printf.c by Petr Machata · 11 years ago
  4. 84c86d7 For string types in printf.c, return a pointer to array, not array by Petr Machata · 12 years ago
  5. 58e75f5 Fix ownership tracking of zero() node in config file parser and printf.c by Petr Machata · 12 years ago
  6. 1680448 Fix initialization of primitive types in printf.c by Petr Machata · 12 years ago
  7. 4341784 In param_printf_done, release format string argument by Petr Machata · 12 years ago
  8. e36298a Introduce parameter pack flavors and parameter pack backend callbacks by Petr Machata · 12 years ago
  9. c70b195 Format 'o' and 'x' printf modifiers properly by Petr Machata · 12 years ago
  10. e3f4a98 Drop ARGTYPE_STRING, reimplement as lens over array of chars by Petr Machata · 12 years ago
  11. b781916 Drop ARGTYPE_UNKNOWN, use guess_lens instead by Petr Machata · 12 years ago
  12. 31af32c Add lenses by Petr Machata · 12 years ago
  13. 940ec06 Introduce printf module, drop ARGTYPE_FORMAT by Petr Machata · 12 years ago