Age | Commit message (Expand) | Author |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-05-04 | Fix valgrind warning | Eugene Sandulenko |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-03 | Get rid of readLine_OLD for good | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-03 | Fixed Stream::readLine implementation to match its doxygen comment | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-20 | Added new ReadStream::readStream method which can be used to read a portion o... | Max Horn |
2007-02-19 | Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent... | Max Horn |
2006-11-13 | Fix compile | Travis Howell |
2006-11-13 | Patch #1583931: (Seekable)SubReadStream | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-30 | Fixes a bug when loading the theme config file from a directory instead of th... | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-01-09 | Since _pos is unsigned it's always >= 0, so testing for negativity will | Torbjörn Andersson |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-11 | Modified version of patch #1082777 (common/stream optimization) | Max Horn |
2004-05-04 | Enchance ReadStream and MemoryReadStream with 24bits operations as well | Eugene Sandulenko |
2004-04-29 | Added signed read/write methods to the Stream classes | Max Horn |
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ma... | Max Horn |