]> git.saurik.com Git - wxWidgets.git/history - src/common/wxcrt.cpp
wxSscanf() and friends are now Unicode+ANSI friendly wrappers instead of defines...
[wxWidgets.git] / src / common / wxcrt.cpp
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Václav Slavíkremoved unneeded wxVaCopy calls
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-05-10  Václav Slavíkfixed wxStrto(u)ll to return correct value in endptr
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers