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