Fixed copyrights and licence spelling
[wxWidgets.git] / src / common / wxchar.cpp
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-22  Vadim Zeitlinlinking fix for wxUSE_WCHAR_T=0: always provide wxStrto...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Vadim Zeitlinremoved wcslen() implementation, it is now inline in...
2002-09-10  Vadim Zeitlinadded a possibility to pull in printf() code for testin...
2002-09-09  Mattia BarbonFixed MinGW/ANSI (and probably any other C++ compiler...
2002-09-08  Mattia BarbonFix wxSnvprintf (and hence wxString::Format) for Unicod...
2002-09-08  Vadim Zeitlinfixed (yet another?) crash in wxStrtok
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-08-30  Vadim Zeitlincompilation problem for compilers with old for() scopin...
2002-08-27  Vadim Zeitlinfixed wxVsnprintf_() compilation in ASCII mode
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-26  Vadim Zeitlinanother fix to the wxFormatConverter bug with the forma...
2002-08-26  Robert Roebling Corrected wxFormatConverter for strings which need
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-18  Vadim Zeitlinfixed wxBase compilation (what was msgdlg.h doing in...
2002-08-17  Robert Roebling Put various #ifdefs vsnprintf() back in, they were
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-07-14  Vadim Zeitlinfixed wxStrrchr(s, '\0') bug, added const and non const...
2002-06-07  Vadim Zeitlinfixed bug in wxStrstr() replacement implementation...
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-06  Vadim ZeitlinwxSetlocale() doesn't always return NULL
1999-11-16  David WebsterAdded full UNICODE support for VisualAge C++ for OS...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Ove KaavenImplementation of wxFopen, wxFreopen, wxStrftime
1999-06-19  Ove KaavenwxStrncmp implementation.
1999-06-17  Ove KaavenAttempt to implement a bunch of wx string.h equivalents.
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-11  Vadim Zeitlinmore DLL compilation changes
1999-05-13  Guilhem Lavaux* fix in wcslen()
1999-05-11  Vadim Zeitlinlibrary build even without wcslen()
1999-05-08  Brian MacyFixed two missing parens
1999-05-07  Ove KaavenTry to not include ctype functions for win32. Not reall...
1999-04-26  Ove KaavenOptional implementation of wcslen().
1999-04-24  Ove KaavenAdded wxOKlibc(), which checks for glibc2.0, which...
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-18  Ove Kaavenglibc2.1 chokes on null input to wcstombs()
1999-04-17  Ove KaavenFixed typo
1999-04-13  Ove KaavenFixed a typo. Added sloppy implementation of wxSscanf...
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-04-13  Ove KaavenImplemented wxPrintf.
1999-04-13  Ove KaavenwxAtof implementation independent of (the rest of)...
1999-04-12  Ove KaavenAdded wxchar.cpp, which contains: