Added detection of vsscanf and whether or not a prototype exists in headers.
[wxWidgets.git] / include / wx / wxcrtvararg.h
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2007-10-23  Vadim Zeitlindo use vswprintf() with mingw32 if STLPort >= 5.1 is...
2007-09-27  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-23  Vadim Zeitlindon't define wxCRT_xxprintfW function if the correspond...
2007-08-22  Václav Slavíkanother Watcom compilation fix
2007-07-04  Vadim Zeitlintest whether HAVE_VSWPRINTF is defined, not whether...
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-11  Václav SlavíkATTRIBUTE_PRINTF doesn't work with wchar_t* format...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-04  Václav Slavíkuse wxFormatString in wxV[f]printf()
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...