Update OpenVMS makefile
[wxWidgets.git] / include / wx / datstrm.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-16  Jouk Jansenm_useExtendedPrecision is only used if the macro wxUSE_...
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinNo real changes, just rename double variables to "d".
2013-05-06  Vadim ZeitlinExtract common parts of wxData{In,Out}putStream in...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-11  Robert RoeblingDefault to wxConvUTF8 (not wxConvAuto) in wxDataInputSt...
2009-01-11  Robert RoeblingAdded interface for getting/setting text converter...
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-12  Włodzimierz SkibaReverted due to Darwin and other conflicts.
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinadded functions to read/write several elements at once...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-21  Václav SlavíkUnicodification of wxDataStreams
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-17  Robert Roebling Added ::IsOk() to wxDataStream for error checking in
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-01-25  Robert Roebling Beautified header.
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-30  Guilhem Lavaux* Moved ReadLine()/WriteLine() to wxIn/OutputStream
1999-06-29  Guilhem Lavaux* wxDataStreams use wxUint now.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1998-11-06  Unknown (UG)dll fixes
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...