]> git.saurik.com Git - wxWidgets.git/history - include/wx/datstrm.h
Merged latest changes from SciTech code base into wxWindows CVS Tree.
[wxWidgets.git] / include / wx / datstrm.h
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...