xmllite: Fix reported node type for attributes.
[wine] / dlls / msvcrt / printf.h
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-04-16  Piotr Cabanmsvcrt: Fixed 'h' modifier handling when printing integers.
2012-03-26  AndrĂ© Hentschelmsvcrt: Fix a typo.
2012-03-13  Piotr Cabanmsvcrt: Fixed printf behaviour on hexadecimal, zero...
2011-12-21  Alexandre Julliardmsvcrt: Fix formatting of pointers in printf.
2011-07-26  Piotr Cabanmsvcrt: Fix %f format handling in printf so it works...
2011-06-14  Marcus Meissnermscvrt: Do not shadow fmt (Coverity).
2011-06-06  Piotr Cabanmsvcrt: Fixed buffer overflow in snprintf functions...
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-04-28  Piotr Cabanmsvcrt: Added _set_printf_count_output and _get_printf_...
2011-04-27  Piotr Cabanmsvcrt: Remove wchar_t/char conversions needed for...
2011-04-27  Piotr Cabanmsvcrt: Use pf_integer_conv when displaying pointers.
2011-04-27  Piotr Cabanmsvcrt: Don't use additional buffer in pf_integer_conv.
2011-04-27  Piotr Cabanmsvcrt: Print all integers using pf_integer_conv function.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in sprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Copy and reorganize printf implementation.