wxWidgets/tests/strings
2009-03-27 15:33:55 +00:00
..
crt.cpp calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this 2009-01-16 17:48:59 +00:00
iostream.cpp
stdstrings.cpp
strings.cpp split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T> -- the former is for transient data with validity limited to parent's lifetime, the latter is for permanent storage of string data (bug #9638) 2009-03-27 15:33:55 +00:00
tokenizer.cpp
unichar.cpp
unicode.cpp minor icc warning fixes 2008-11-19 09:55:27 +00:00
vararg.cpp
vsnprintf.cpp put wxSetLocale() call in setUp() as VC6 still fails because of wrong locale in VsnprintfTestCase 2009-03-23 16:25:44 +00:00