Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / wxcrtbase.h
2010-03-29  Paul Cornettbuild fix for IRIX
2010-02-28  Vadim ZeitlinCompilation fixes for wide char functions under IRIX...
2010-01-18  Vadim ZeitlinOnly disable use of non-ANSI functions in strict ANSI...
2009-10-31  Vadim ZeitlinFix wx headers compilation in mingw32 strict ANSI mode.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-02  Vadim Zeitlinuse correct Windows CE version number in strnlen()...
2009-05-02  Vadim ZeitlinWinCE doesn't provide strnlen/wcsnlen() until version...
2009-04-25  Vadim ZeitlinCygwin doesn't have _wcsdup() (closes #10738)
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-01-16  Vadim Zeitlinuse wcs(n)casecmp() if available; use wxStricmp() to...
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-12  Francesco Montorsiadd support for wxStrnlen for those platforms where...
2008-08-05  Vadim Zeitlincorrect use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen...
2008-08-01  Robert RoeblingForgot to commit
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-09-21  Paul Cornettwcstod seems to be more widely available than wcstof
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-07-03  Václav Slavíkcompilation fix for windows compilers: _wrename is...
2007-06-26  Václav Slavíkadded configure check for wcsdup(), there are too many...
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-25  Václav Slavíkdon't use C++ comments in C files
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íkwxUSE_UNICODE_MSLU compilation fix
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...