summaryrefslogtreecommitdiff
path: root/ace/IOStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵levine1997-12-021-28/+25
| | | | works on KAI C++
* In underflow() and overflow(), always use base() to see if there's been aSteve Huston1997-11-181-8/+0
| | | | buffer set up. Don't use eback(), pbase(). Per James CE Johnson.
* Added: && (STANDARD_CPP_LIBRARY != 0)Steve Huston1997-11-181-3/+3
| | | | | to the end of the #if defined (ACE_HAS_STANDARD_CPP_LIBRARY) lines so they'd work right w/ Win32 and the old iostreams library.
* *** 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
| | | | libraries.
* *** 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 ↵levine1997-05-081-1/+3
| | | | pbase_saved_ to avoid unitialized memory read reports from Purify
* *** 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 ↵levine1997-03-181-1/+1
| | | | STREAM::close ()
* 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