]> git.saurik.com Git - wxWidgets.git/history - src/common/strconv.cpp
Project file updates; cast in strconv.cpp to compile with VC++ 6
[wxWidgets.git] / src / common / strconv.cpp
2001-06-11  Julian SmartProject file updates; cast in strconv.cpp to compile...
2001-06-10  Vadim Zeitlinanother compilation fix
2001-06-10  Vadim Zeitlincompilation fix for SIZEOF_WCHAR_T being undefined
2001-06-09  Vadim Zeitlinadd #error for platforms with weird sizeof(wchar_t)
2001-06-02  Václav Slavíkfixed new charset detection code (langinfo.h not includ...
2001-06-01  Vadim Zeitlinfix for last commit
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-05-15  Václav Slavíkapplied patch #424066
2001-05-11  Václav Slavíksome more src code reformatting
2001-05-10  Václav Slavíksupressed error messages when wxCSConv cannot find...
2001-05-08  Václav Slavíkadded wxLogError to wxCSConv so that it complains if...
2001-04-24  Václav Slavíkadded check for iconv() version; fixed strconv.cpp...
2001-04-22  Robert Roebling My iconv (GLIBC 2.2) uses char** as the second
2001-03-29  Ove Kaavenwchar_t byte-swapping is not necessary if __STDC_ISO_10...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-07-24  Ove KaavenTry to include windows.h.
2000-07-24  Guillermo Rodrigue... Fixed broken compilation due to Ove's last nice changes :-(
2000-07-19  Ove KaavenAn attempt at make the wxCSConv class useful. Uses...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartSome C++Builder fixes
2000-02-11  Julian SmartSome BC++ 5.4 fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-08  Robert Roebling Added strconv