summaryrefslogtreecommitdiff
path: root/ace/IOStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Wed Apr 11 11:38:37 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-04-111-2/+2
* ChangeLogTag:Tue Apr 10 18:35:22 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-04-101-2/+2
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-2/+0
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-2/+6
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* added protection against errors, when get/put buffers can be set to 0levine1998-06-241-9/+33
* !schmidt1997-12-201-2/+2
* *** empty log message ***nw11997-12-191-1/+1
* Incoporate James CE Johnson's patches.nw11997-12-191-2/+19
* *** empty log message ***irfan1997-12-041-0/+1
* (underflow,overflow): moved get_mode_ and put_mode_ accesses so that it now w...levine1997-12-021-28/+25
* In underflow() and overflow(), always use base() to see if there's been aSteve Huston1997-11-181-8/+0
* Added: && (STANDARD_CPP_LIBRARY != 0)Steve Huston1997-11-181-3/+3
* *** empty log message ***schmidt1997-11-161-106/+113
* Updated to use MSVC 5 features and the ability to use Standard C++brunsch1997-08-141-2/+2
* *** empty log message ***schmidt1997-08-031-1/+1
* *** empty log message ***irfan1997-08-011-1/+1
* *** empty log message ***schmidt1997-06-231-1/+6
* ACE_IOStream updates: mainly split out templates into separate _T fileslevine1997-05-241-206/+25
* (ACE_Streambuf_T ctor): added initializations of eback_saved_ and pbase_saved...levine1997-05-081-1/+3
* *** empty log message ***schmidt1997-05-031-2/+3
* fixed typo: "#if defined" instead ojust "#if"levine1997-05-031-1/+1
* *** empty log message ***schmidt1997-05-031-133/+118
* James' updates to IOStreamlevine1997-04-301-94/+312
* otschmidt1997-03-201-1/+1
* (close): replaced call to ACE_SOCK_Stream::close () with one to generic STREA...levine1997-03-181-1/+1
* fixed setp () calls, now it works with floats with Sun C++!levine1997-02-101-2/+2
* oops, ACE_LACKS_LINEBUFFERED_STREAMBUFlevine1997-02-061-2/+2
* reordered initializers in constructor and replace flushbuf () with James' latestlevine1997-02-061-20/+16
* got to build with Sun C++ 4.1levine1997-02-061-0/+2
* fppschmidt1997-02-061-4/+6
* fixed "#define ACE_IOSTREAM_C" to keep g++ sanelevine1997-02-051-1/+1
* fooschmidt1997-02-051-0/+586