wxWidgets/tests/strings
2007-06-20 07:47:51 +00:00
..
crt.cpp overload wxStrpbrk() for more types and add tests for it 2007-06-13 15:31:09 +00:00
stdstrings.cpp remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string 2007-06-20 07:47:51 +00:00
strings.cpp remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string 2007-06-20 07:47:51 +00:00
tokenizer.cpp
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp fixed non-const wxString iterators to work when a character is changed to another with different UTF-8 sequence length 2007-05-15 13:16:01 +00:00
vararg.cpp fixed wxScanf() etc. to compile with Visual C++ again 2007-06-06 13:48:24 +00:00
vsnprintf.cpp compilation fix 2007-02-20 11:12:04 +00:00