]> git.saurik.com Git - wxWidgets.git/history - src/common/string.cpp
applied patch for compilation with gcc 3.0
[wxWidgets.git] / src / common / string.cpp
1998-10-16  Unknown (UG)no message
1998-10-12  Julian SmartChanges related to stream includes
1998-10-05  Vadim ZeitlinAdded --with-unicode (not used yet) and --with-wcsrtomb...
1998-10-03  Vadim Zeitlinbogus assert removed, optimized (and removed a bug...
1998-09-30  Vadim Zeitlinfixed wxString::Mid() bug
1998-09-17  Vadim Zeitlincorrected a bug in ConcatSelf() induced by the latest...
1998-09-17  Vadim Zeitlinfixed 64but bug with g_strEmpty initialization
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Vadim Zeitlincalling insert("") would provoke an assert - now it...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Vadim Zeitlinextra memory amount allocated for string data reduced...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-23  Vadim Zeitlina warning in the release build suppressed
1998-07-20  Vadim Zeitlincorrected bug in wxArrayString::operator= and it's...
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-12  Vadim Zeitlinadded missing UngetWriteBuf() in wxString::insert
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Vadim ZeitlinMatches() and UngetWriteBuf() added, several asserts...
1998-06-26  Vadim Zeitlincorrected "of by 1" error in wxString::insert()
1998-06-24  Vadim Zeitlinmisleading wxASSERT() corrected
1998-06-22  Julian SmartRemoved Scanf, Scanfv
1998-06-22  Julian SmartAdded more flags to resource.cpp, #ifdefed out ScanfV...
1998-06-22  Vadim ZeitlinwxString::Scanf() removed because can't be implemented...
1998-06-18  Vadim Zeitlin1) Right(char ch) now returns the part of the string...
1998-06-16  Vadim Zeitlin"-1" index error in wxString::Before fixed
1998-05-27  Julian SmartChanges to help with Win16 compilation.
1998-05-20  Karsten BallüderInitial revision