Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / wxcrt.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-08-30  Vadim ZeitlinFix bugs in parsing wxLongLong values starting with...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2010-09-30  Vadim ZeitlinCorrectly convert wxPrintf() to a buffer even when...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-02-28  Vadim ZeitlinCompilation fixes for wide char functions under IRIX...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-05  Vadim Zeitlincorrect use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-01-28  Paul Cornettanother fix for HP-UX 11.11 vsscanf, should have been...
2008-01-17  Paul Cornetton HP-UX 11.11, vsscanf first parameter is not const
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2007-12-19  Stefan Csomorfixing strange bug under OS X (null strings from within...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-05  Stefan Csomorextending locale detection
2007-12-04  Stefan Csomoremulate expected setlocale(0,"") behaviour
2007-11-13  Vadim Zeitlinnl_langinfo() check in wxIsLocaleUtf8() was never done...
2007-10-29  Chris ElliottDMC work round
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-09-23  Vadim Zeitlinrevert last change (r48897)
2007-09-21  Vadim Zeitlin*wprintf() functions should be extern, not static,...
2007-09-21  Paul Cornettfix for HP and IBM compilers, calls to static template...
2007-07-28  Paul Cornettmake definitions match declarations in wxcrt.h
2007-07-28  Paul CornettFix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-06-29  Václav Slavíkfixed wxVsnprintf() to write as much as it can if the...
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-22  Václav Slavíkuse wxCRT_VsprintfA name instead of vsprintf, for consi...
2007-06-22  Vadim Zeitlinbetter Sun CC fix: put the function in anonymous namesp...
2007-06-22  Vadim ZeitlinSun CC doesn't allow calling static function from templ...
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-18  Václav Slavíkmake our vsnprintf() implementation work for ANSI versi...
2007-06-16  Václav Slavíkremoved code for compatibility with OS X <= 10.2, 10...
2007-06-15  Jouk Jansen Committing in .
2007-06-12  Václav SlavíkANSI/Unix build compilation fixes
2007-06-11  Václav SlavíkVC6 doesn't like 'return callToVoidFunc();' statements
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkfixed signed/unsigned comparison warning
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-06-04  Václav Slavíkremoved unneeded wxVaCopy calls
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-05-10  Václav Slavíkfixed wxStrto(u)ll to return correct value in endptr
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers