Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / datstrm.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
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...
2012-12-08  Vadim ZeitlinDon't unnecessarily NUL-terminate wxCharBuffer contents.
2009-08-26  Vadim ZeitlinUse #pragma message and not #pragma warning for MSVC.
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-01-11  Robert RoeblingAdded interface for getting/setting text converter...
2008-04-05  Vadim Zeitlindon't crash in ReadString() if the length read from...
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
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-03-05  Włodzimierz SkibaBuild fix: help OW 1.4 to apply template.
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-02-17  Ryan Nortongcc doesn't have pragma warning
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-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-10  Vadim Zeitlinadded functions to read/write several elements at once...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-21  Václav SlavíkUnicodification of wxDataStreams
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2000-03-04  Václav Slavíkfixed wxDataInputStream::ReadString for empty strings
2000-01-19  Václav Slavíkfixed ReadString for wxUSE_UNICODE
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-11-18  Jouk Jansen Committing in .
1999-07-30  Robert Roebling Some more doc beauty,
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
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-28  Guilhem Lavaux* wxStream fixes (integer/line parsing).
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-25  Guilhem Lavaux* Deleted #include "wx/bufstrm.h"
1998-07-24  Guilhem Lavaux* Ooops, I didn't copy the files in the right directory...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-14  Guilhem Lavaux* wxMemory*Stream link problem fix.
1998-07-13  Karsten BallüderFixed that stupid stream problem.
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Karsten BallüderFixed broken Ieee extension for configure --without...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...