]> git.saurik.com Git - wxWidgets.git/history - include/wx/wxchar.h
patches from Ricky Gonzales <gonzales@pyramid3.net> for BC++ Builder
[wxWidgets.git] / include / wx / wxchar.h
1999-11-15  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net...
1999-11-11  Julian SmartAdded a bug report; C++Builder compile fixes
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-10-14  Julian Smartmakeg95.env edited for Mingw32/gcc 2.95 compilation...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-06  Vadim Zeitlin_T() restored for compatibility
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-28  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-07-23  Ove KaavenAdd wxFopen, wxFreopen, wxStrftime
1999-06-10  Ove KaavenI see no reason to have a copy of Stricmp from string...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-17  Robin DunnMoved all WXDLLEXPORT's to be before the return type...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-09  Julian SmartMisc. fixes
1999-05-09  Robert Roebling Applied FreeBSD patch
1999-05-07  Ove KaavenTry to not include ctype functions for win32. Not reall...
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-04-26  Ove KaavenHeavier checks for wxUSE_WCHAR_T
1999-04-24  Ove KaavenAdded wxOKlibc(), which checks for glibc2.0, which...
1999-04-20  Ove KaavenMoved that HAVE_WCSTR_H here.
1999-04-20  Ove KaavenSome further changes. Now also sets a wsUSE_WCHAR_T...
1999-04-19  Ove KaavenMust include wchar.h in non-Unicode build too, since...
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-19  Ove KaavenForgot an additional prototype.
1999-04-19  Ove KaavenAttempts to make this wchar_t business compile with...
1999-04-13  Ove KaavenAdd wxSscanf (used in ftp.cpp to parse returned address)
1999-04-13  Ove KaavenFixed glibc2.0 check (for that glibc2.0 workaround...
1999-04-13  Vadim Zeitlinan attempt to fix glibc2.0 stupidness
1999-04-13  Ove KaavenAdded wxPrintf declaration.
1999-04-13  Ove KaavenwxAtof independent of wxNEED_WX_STDLIB_H, used by Visua...
1999-04-12  Vadim ZeitlinwxAtof() fixed (?)
1999-04-12  Ove KaavenFor non-Unicode added #include <ctype.h> and <string...
1999-04-10  Ove KaavenAdded wxStrdup().
1999-04-09  Ove KaavenFor non-Unicode, preserve binary compatibility by doing
1999-04-08  Ove KaavenUnicode definitions for glibc, etc.
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-27  Julian SmartAdded Joel's wxchar.h for future Unicode adventures