| Commit message (Expand) | Author | Age |
| * | Have string use some of the base class insert functions to be more complete | Garrett Kajmowicz | 2009-04-03 |
|
|
| * | Make sure that map and multimap properly export the swap() function. | Garrett Kajmowicz | 2009-04-01 |
|
|
| * | Add support for comparisons between deque iterators and deque const_iterators. | Garrett Kajmowicz | 2008-11-28 |
|
|
| * | Apply patch for limits<bool> implementation. | Garrett Kajmowicz | 2008-06-18 |
|
|
| * | Added location for complex tests.v0.2.2 | Garrett Kajmowicz | 2007-06-03 |
|
|
| * | Fix string.compare() to do math on the correct variables. | Garrett Kajmowicz | 2007-05-30 |
|
|
| * | basic_ios::init now sets format flags. | Garrett Kajmowicz | 2007-05-27 |
|
|
| * | Fixed segfault when attempting to read from a closed file descriptor. | Garrett Kajmowicz | 2007-04-28 |
|
|
| * | Change map, set, and associative_base containers to handle | Garrett Kajmowicz | 2007-04-02 |
|
|
| * | Fix issues with associative base not copying the value_to_key pointer properly. | Garrett Kajmowicz | 2007-03-28 |
|
|
| * | Map class is now based on associative base (based on list for now) | Garrett Kajmowicz | 2007-03-21 |
|
|
| * | Added base for new associative array design. map, set, etc. will subclass. | Garrett Kajmowicz | 2007-03-20 |
|
|
| * | ios::exception() now works the way it is supposed to, along with all required... | Garrett Kajmowicz | 2007-03-18 |
|
|
| * | Don't flush ostream in destructor - let subclasses flush as they see fit. | Garrett Kajmowicz | 2007-03-08 |
|
|
| * | Convert stringtest to use new test framework. Should now be 64bit+ comptatable. | Garrett Kajmowicz | 2007-03-03 |
|
|
| * | Add #pragma GCC visibility push/pop in header files | Garrett Kajmowicz | 2007-03-02 |
|
|
| * | Removed variable name in function implementation to avoid unused variable war... | Garrett Kajmowicz | 2006-12-15 |
|
|
| * | Added implementation of deque::swap. Move code from std::swap(deque) and the... | Garrett Kajmowicz | 2006-12-15 |
|
|
| * | basic_ostream objects now flush on destruction. | Garrett Kajmowicz | 2006-11-28 |
|
|
| * | Added changes to .cpp files to make previous commits work correct. | Garrett Kajmowicz | 2006-10-14 |
|
|
| * | Ifdef out gcc-specific foo. This should allow code to be used by better comp... | Garrett Kajmowicz | 2006-10-11 |
|
|
| * | Fix embarassing equality instead of comparison oversight. | Garrett Kajmowicz | 2006-10-06 |
|
|
| * | Implementation of locale::name | Garrett Kajmowicz | 2006-09-04 |
|
|
| * | Change default formating flags for ios_base to comply with the standard. | Garrett Kajmowicz | 2006-09-04 |
|
|
| * | Bump revision number | Garrett Kajmowicz | 2006-09-04 |
|
|
| * | Apply a fix which elliminates possible memory leak in vector. | Garrett Kajmowicz | 2006-08-20 |
|
|
| * | Fix bug in list. | Garrett Kajmowicz | 2006-07-04 |
|
|
| * | Added preliminary version of <limits> code which is horribly incomplete, espe... | Garrett Kajmowicz | 2006-06-25 |
|
|
| * | Elliminate unused architecture configuration code. | Garrett Kajmowicz | 2006-06-25 |
|
|
| * | Fixed problem where iod_base::app wasn't being respected. | Garrett Kajmowicz | 2006-06-23 |
|
|
| * | Replace libstdc++ eh_globals code with my own. Now requires configuration | Garrett Kajmowicz | 2006-06-11 |
|
|
| * | Added eh_alloc.cpp, replacing GNU version | Garrett Kajmowicz | 2006-05-20 |
|
|
| * | - Clean up double-semicolons | Garrett Kajmowicz | 2006-03-25 |
|
|
| * | Implement string::assign(first, last) | Garrett Kajmowicz | 2006-03-24 |
|
|
| * | Convert string::resize() to allow users to specify the filler character | Garrett Kajmowicz | 2006-03-08 |
|
|
| * | Implement string::find_last_not_of | Garrett Kajmowicz | 2006-03-08 |
|
|
| * | Implement std::ws | Garrett Kajmowicz | 2006-03-08 |
|
|
| * | Now export std::calloc and std::realloc | Garrett Kajmowicz | 2006-03-02 |
|
|
| * | typos, Garrett, I hope you don't mind | Peter S. Mazinger | 2006-03-01 |
|
|
| * | Long double support now depends on float support in config | Garrett Kajmowicz | 2006-02-10 |
|
|
| * | Fix to functional binder using wrong type. | Garrett Kajmowicz | 2006-02-09 |
|
|
| * | - Added fixed to std::map / std::multimap | Garrett Kajmowicz | 2006-02-09 |
|
|
| * | Can now take operator* on const iterator | Garrett Kajmowicz | 2005-12-22 |
|
|
| * | Fix stringstream buffer xsputn implementation | Garrett Kajmowicz | 2005-10-14 |
|
|
| * | Fix deque::const_iter return type correctness | Garrett Kajmowicz | 2005-09-23 |
|
|
| * | Fixed more const correctness in auto_ptr | Garrett Kajmowicz | 2005-09-20 |
|
|
| * | Changed valarray to support some broken compilers and applications. | Garrett Kajmowicz | 2005-09-16 |
|
|
| * | Cleanups to valarray | Garrett Kajmowicz | 2005-08-25 |
|
|
| * | Addition of most valarray binary operators and unary trig operators | Garrett Kajmowicz | 2005-08-25 |
|
|
| * | Added comparison operators for std::list | Garrett Kajmowicz | 2005-08-25 |
|
|