warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / common / txtstrm.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinmade wxTextInputStream Unicode safe and general cleanup...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-12  Vadim Zeitlindon't write the strings to the stream one char at a...
2001-11-05  Gilles Depeyrotuse Unix line ending when compiling with Apple DevTools
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-13  Robert Roebling wxTextStream now interprets 1,1 as 1.1 (European...
1999-11-18  Jouk Jansen Committing in .
1999-10-29  Sylvain BougnouxAccept list of separators as a wxString instead of...
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-30  David WebsterOS/2 updates
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-12  Guilhem Lavaux* Changed behaviour of wxTextStreams::operator(wxUint8...
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...