new makefiles (part I)
[wxWidgets.git] / include / wx / wxchar.h
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