2
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented [multi]set comparison operators Fixed deque operator== More... almost 19 years ago
Implemented std::ends; More... almost 19 years ago
- Remove const from auto_ptr::release() - Add const to map::const_iterator operator->() - Add const to set::const_iterator operator->() - Provide for default argument to vector::resize() More... almost 19 years ago
Fixed const correctness on mem_fun1_t Added functionaltest code More... almost 19 years ago
Fix mem_fun to use mem_fun1_t as appropriate. Include good test results for functionaltest More... almost 19 years ago
and make sure we declare the endian config option as bool More... almost 19 years ago
remove unused variables (HAVE_ELF/ARCH_LDFLAGS/LIBGCC_CFLAGS/HAS_NO_THREADS/ARCH_HAS_C_SYMBOL_PREFIX) and clean up the ENDIAN selection so that it works More... almost 19 years ago
enable support for alpha and parisc More... almost 19 years ago
Fixed new to handle C++ spec if allocating a block of 0 bytes in size Fixed utilities to better handle pair operations Fix sstream to follow spec more closely. More... almost 19 years ago
Update to utility test More... almost 19 years ago
Added tests for utility header More... almost 19 years ago
Elliminate duplicate sbuffer pointers in ostream and istream. Use pointers which are initalized to identical values from base class instead. More... almost 19 years ago
Fix implementation of biner2nd Make code smaller for exceptions (Thanks tommi) More... almost 19 years ago
Implemented streambuf::xsputn() according to spec. More... almost 19 years ago
Add to vector test suite More... almost 19 years ago
IStream now sets flags correctly in certain functions More... almost 19 years ago
Fix certain implementations of exception classes. More... almost 19 years ago
Implementation of istreambuf_iterator::equal() provided by tommi() More... almost 19 years ago
Add multimap::operator= More... almost 19 years ago
Add <basic_defintions> to <functional> More... almost 19 years ago
Specify parent class for functino call More... almost 19 years ago
Ostream fixed to set eofbit, call flush() less often. Char_traits fixed to copy characters correctly. More... almost 19 years ago
Fix to default implementation of uflow() More... almost 19 years ago
Update to exception code More... almost 19 years ago
Make sure streambuf uses buffering more often to dramatically improve performance. More... almost 19 years ago
Resolve issue in ostream where a certain ostream call resulted in an ininite loop. More... almost 19 years ago
ostream no longer calles flush() on destructor (now standard-complient). fstream now calls flush() on destruction fstream can no longer close stdin, stdout, stderr More... almost 19 years ago
Correct bug finder name. More... almost 19 years ago
Re-institute basic_ios::basic_ios(). Subclasses now call basic_ios::init() with the streambuf they are using. More... almost 19 years ago
Change in string::compare code More... almost 19 years ago