Committing in .
[wxWidgets.git] / src / common / stream.cpp
2004-11-02  Jouk Jansen Committing in .
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-10  Vadim Zeitlinfixed stream code breakage caused by the previous check in
2002-08-29  Vadim Zeitlinloop in wxInputStream::Read() while there is data to...
2002-07-12  Vadim Zeitlinfixed bug in Ungetch() which was preventing wxExecute...
2002-05-24  Vadim Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
2002-02-23  Robert Roebling Minor fixes to buffered stream in connection
2002-01-13  Vadim Zeitlinfixed a huge memory leak in wxStreamBuffer
2002-01-09  Vadim Zeitlinbug fix for wxBufferedInputStream::LastCount() after...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-08-22  Václav Slavíkfixed yet another bug in wxStream classes
2001-07-07  Vadim Zeitlinuse wxTextFile::Eol() in wxEndL
2001-02-08  Vadim Zeitlinfixed bug in Eof(), finally
2001-01-06  Vadim Zeitlinfixed wxStreamBuffer::SetBufferIO() (thanks to Gilles...
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-11-26  Vadim Zeitlinfix for uninit vars
2000-11-26  Julian SmartAdded m_destroybuf initialisation
2000-11-24  Vadim Zeitlinlinking fix
2000-11-23  Vadim Zeitlinmore fixes to stream code: allow deriving from wxStream...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-11-23  Vadim Zeitlinfixed memory allocation code of wxStreamBuffer to not...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-29  Guillermo Rodrigue... Tell is now compatible with the wback buffer
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-14  Sylvain Bougnoux~wxBufferedStream puts back unread bytes
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-09  Guillermo Rodrigue... Fixed small bug related to m_lastcount in wxInputStream...
1999-12-08  Guillermo Rodrigue... Fixed wxInputStream::Ungetch behaviour so that if you
1999-12-06  Robert Roebling Added tests for buffered streams.
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-11-21  Guilhem LavauxFixed an incorrect behaviour in ResetBuffer()
1999-11-06  Guilhem LavauxFixed wxMemoryOutputStream (it wasn't working at all)
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-10  Guilhem LavauxChanged Ungetch behaviour (FIFO -> LIFO).
1999-10-05  Sylvain Bougnouxafter a seek, reset error if error==EOF
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-14  Guilhem LavauxRemoved unnecessary branch
1999-08-13  Guilhem LavauxBug fix in wxBufferedInputStream::SeekI
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
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-28  Guilhem Lavaux* wxStream fixes (integer/line parsing).
1999-06-27  Robert Roebling More tests for streams.
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-10  Guilhem Lavaux* Doc updates
1999-02-07  Guilhem Lavaux* A few updates (stream doc)
1999-01-10  Guilhem Lavaux* Deleted debug messages.
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-12-26  Guilhem Lavaux* Fixes (AIF works on Linux)
1998-12-25  Guilhem Lavaux* Fixes (WAV works on Linux, AIFF following)
1998-12-23  Guilhem Lavaux* Fixes
1998-11-11  Guilhem Lavaux* Fixes.
1998-11-07  Robert Roebling Fixed 5 bugs in wxImage and Blit
1998-10-28  Guilhem Lavaux* Build IODBC on demand on unix.
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-10  Guilhem Lavaux* Bug fix in wxFilter*Stream
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-24  Guilhem Lavaux* wxStream fixes.
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-07-24  Guilhem Lavaux* Ooops, I didn't copy the files in the right directory...
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Karsten BallüderFixed that stupid stream problem.
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.