summaryrefslogtreecommitdiff
path: root/BugFinders
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
* Apply patch for limits<bool> implementation.Garrett Kajmowicz2008-06-18
* 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
* Don't have find() attempt to dereference end() under certain circumstances.Garrett Kajmowicz2007-04-12
* Fixed post-operation increment on map and set iterators.Garrett Kajmowicz2007-04-03
* Change map, set, and associative_base containers to handleGarrett Kajmowicz2007-04-02
* Add thank you comment.Garrett Kajmowicz2007-03-18
* Don't flush ostream in destructor - let subclasses flush as they see fit.Garrett Kajmowicz2007-03-08
* 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
* 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
* Apply a fix which elliminates possible memory leak in vector.Garrett Kajmowicz2006-08-20
* Fix bug in list.Garrett Kajmowicz2006-07-04
* Fixed problem where iod_base::app wasn't being respected.Garrett Kajmowicz2006-06-23
* 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
* another typo pointed out by pkjPeter S. Mazinger2006-03-01
* 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 implementation of biner2ndGarrett Kajmowicz2005-07-20
* Implemented streambuf::xsputn() according to spec.Garrett Kajmowicz2005-07-20
* IStream now sets flags correctly in certain functionsGarrett Kajmowicz2005-07-13
* Fix certain implementations of exception classes.Garrett Kajmowicz2005-07-12
* Implementation of istreambuf_iterator::equal() provided by tommi()Garrett Kajmowicz2005-07-12
* Ostream fixed to set eofbit, call flush() less often.Garrett Kajmowicz2005-07-12
* Fix to default implementation of uflow()Garrett Kajmowicz2005-07-11
* Update to exception codeGarrett Kajmowicz2005-07-09
* Make sure streambuf uses buffering more often to dramatically improve perform...Garrett Kajmowicz2005-07-08
* Resolve issue in ostream where a certain ostream call resulted in an ininite ...Garrett Kajmowicz2005-07-08
* Correct bug finder name.Garrett Kajmowicz2005-07-04
* Re-institute basic_ios::basic_ios(). Subclasses now call basic_ios::init() w...Garrett Kajmowicz2005-07-04
* Change in string::compare codeGarrett Kajmowicz2005-07-04
* Fixed wrong addition of pointsGarrett Kajmowicz2005-07-02
* Fix list::swap code to properly change the number of elements as wellGarrett Kajmowicz2005-07-02
* Fix functionality of lower_bound and upper_bound for mapGarrett Kajmowicz2005-07-02
* Added const modifier to operator== and operator!= in multiple containersGarrett Kajmowicz2005-07-02
* Fix implemementation of bind2ndGarrett Kajmowicz2005-05-22
* Assorted fixesGarrett Kajmowicz2005-03-02
* Fix additional wchar problems.Garrett Kajmowicz2005-02-12
* Wchar issue fix when wchar is not in useGarrett Kajmowicz2005-02-01