2008-04-16 |
Václav Slavík | removed no longer needed wxOKlibc() helper |
blob | commitdiff | raw |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Paul Cornett | on HP-UX 11.11, vsscanf first parameter is not const |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Paul Cornett | avoid undefined behavior from token paste resulting... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Stefan Csomor | fixing strange bug under OS X (null strings from within... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Stefan Csomor | extending locale detection |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Stefan Csomor | emulate expected setlocale(0,"") behaviour |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | nl_langinfo() check in wxIsLocaleUtf8() was never done... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Chris Elliott | DMC work round |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Vadim Zeitlin | fix several mingw32 warnings (patch from Tim Stahlhut) |
blob | commitdiff | raw | diff to current |
2007-09-23 |
Vadim Zeitlin | revert last change (r48897) |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | *wprintf() functions should be extern, not static,... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Paul Cornett | fix for HP and IBM compilers, calls to static template... |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Paul Cornett | make definitions match declarations in wxcrt.h |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Paul Cornett | Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Václav Slavík | removed unsecure wxTmpnam() function (patch by Francesc... |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Václav Slavík | fixed wxVsnprintf() to write as much as it can if the... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Václav Slavík | compilation fix if wxLongLong_t is not available |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Václav Slavík | use wxCRT_VsprintfA name instead of vsprintf, for consi... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | better Sun CC fix: put the function in anonymous namesp... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | Sun CC doesn't allow calling static function from templ... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Václav Slavík | make our vsnprintf() implementation work for ANSI versi... |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Václav Slavík | ANSI/Unix build compilation fixes |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | VC6 doesn't like 'return callToVoidFunc();' statements |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | fixed signed/unsigned comparison warning |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Václav Slavík | removed unneeded wxVaCopy calls |
blob | commitdiff | raw | diff to current |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselve... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Václav Slavík | fixed wxStrto(u)ll to return correct value in endptr |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
blob | commitdiff | raw | diff to current |
2007-04-28 |
Václav Slavík | allow the UTF8 build to treat C locale as UTF8, too... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Václav Slavík | compilation fix: setlocale() returns non-const string... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | added our own implementation of strto[u]ll() if the... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
blob | commitdiff | raw | diff to current |
|