Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
| | |||||
* | added protection against errors, when get/put buffers can be set to 0 | levine | 1998-06-24 | 1 | -9/+33 |
| | |||||
* | ! | schmidt | 1997-12-20 | 1 | -2/+2 |
| | | | | ' | ||||
* | *** empty log message *** | nw1 | 1997-12-19 | 1 | -1/+1 |
| | |||||
* | Incoporate James CE Johnson's patches. | nw1 | 1997-12-19 | 1 | -2/+19 |
| | |||||
* | *** empty log message *** | irfan | 1997-12-04 | 1 | -0/+1 |
| | |||||
* | (underflow,overflow): moved get_mode_ and put_mode_ accesses so that it now ↵ | levine | 1997-12-02 | 1 | -28/+25 |
| | | | | works on KAI C++ | ||||
* | In underflow() and overflow(), always use base() to see if there's been a | Steve Huston | 1997-11-18 | 1 | -8/+0 |
| | | | | buffer set up. Don't use eback(), pbase(). Per James CE Johnson. | ||||
* | Added: && (STANDARD_CPP_LIBRARY != 0) | Steve Huston | 1997-11-18 | 1 | -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 *** | schmidt | 1997-11-16 | 1 | -106/+113 |
| | |||||
* | Updated to use MSVC 5 features and the ability to use Standard C++ | brunsch | 1997-08-14 | 1 | -2/+2 |
| | | | | libraries. | ||||
* | *** empty log message *** | schmidt | 1997-08-03 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-08-01 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | schmidt | 1997-06-23 | 1 | -1/+6 |
| | |||||
* | ACE_IOStream updates: mainly split out templates into separate _T files | levine | 1997-05-24 | 1 | -206/+25 |
| | |||||
* | (ACE_Streambuf_T ctor): added initializations of eback_saved_ and ↵ | levine | 1997-05-08 | 1 | -1/+3 |
| | | | | pbase_saved_ to avoid unitialized memory read reports from Purify | ||||
* | *** empty log message *** | schmidt | 1997-05-03 | 1 | -2/+3 |
| | |||||
* | fixed typo: "#if defined" instead ojust "#if" | levine | 1997-05-03 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | schmidt | 1997-05-03 | 1 | -133/+118 |
| | |||||
* | James' updates to IOStream | levine | 1997-04-30 | 1 | -94/+312 |
| | |||||
* | ot | schmidt | 1997-03-20 | 1 | -1/+1 |
| | |||||
* | (close): replaced call to ACE_SOCK_Stream::close () with one to generic ↵ | levine | 1997-03-18 | 1 | -1/+1 |
| | | | | STREAM::close () | ||||
* | fixed setp () calls, now it works with floats with Sun C++! | levine | 1997-02-10 | 1 | -2/+2 |
| | |||||
* | oops, ACE_LACKS_LINEBUFFERED_STREAMBUF | levine | 1997-02-06 | 1 | -2/+2 |
| | |||||
* | reordered initializers in constructor and replace flushbuf () with James' latest | levine | 1997-02-06 | 1 | -20/+16 |
| | |||||
* | got to build with Sun C++ 4.1 | levine | 1997-02-06 | 1 | -0/+2 |
| | |||||
* | fpp | schmidt | 1997-02-06 | 1 | -4/+6 |
| | |||||
* | fixed "#define ACE_IOSTREAM_C" to keep g++ sane | levine | 1997-02-05 | 1 | -1/+1 |
| | |||||
* | foo | schmidt | 1997-02-05 | 1 | -0/+586 |