index
:
uClibc++
master
An embedded C++ library
gkajmowi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BugFinders
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
*
Apply patch for limits<bool> implementation.
Garrett Kajmowicz
2008-06-18
*
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
*
Don't have find() attempt to dereference end() under certain circumstances.
Garrett Kajmowicz
2007-04-12
*
Fixed post-operation increment on map and set iterators.
Garrett Kajmowicz
2007-04-03
*
Change map, set, and associative_base containers to handle
Garrett Kajmowicz
2007-04-02
*
Add thank you comment.
Garrett Kajmowicz
2007-03-18
*
Don't flush ostream in destructor - let subclasses flush as they see fit.
Garrett Kajmowicz
2007-03-08
*
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
*
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
*
Apply a fix which elliminates possible memory leak in vector.
Garrett Kajmowicz
2006-08-20
*
Fix bug in list.
Garrett Kajmowicz
2006-07-04
*
Fixed problem where iod_base::app wasn't being respected.
Garrett Kajmowicz
2006-06-23
*
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
*
another typo pointed out by pkj
Peter S. Mazinger
2006-03-01
*
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 implementation of biner2nd
Garrett Kajmowicz
2005-07-20
*
Implemented streambuf::xsputn() according to spec.
Garrett Kajmowicz
2005-07-20
*
IStream now sets flags correctly in certain functions
Garrett Kajmowicz
2005-07-13
*
Fix certain implementations of exception classes.
Garrett Kajmowicz
2005-07-12
*
Implementation of istreambuf_iterator::equal() provided by tommi()
Garrett Kajmowicz
2005-07-12
*
Ostream fixed to set eofbit, call flush() less often.
Garrett Kajmowicz
2005-07-12
*
Fix to default implementation of uflow()
Garrett Kajmowicz
2005-07-11
*
Update to exception code
Garrett Kajmowicz
2005-07-09
*
Make sure streambuf uses buffering more often to dramatically improve perform...
Garrett Kajmowicz
2005-07-08
*
Resolve issue in ostream where a certain ostream call resulted in an ininite ...
Garrett Kajmowicz
2005-07-08
*
Correct bug finder name.
Garrett Kajmowicz
2005-07-04
*
Re-institute basic_ios::basic_ios(). Subclasses now call basic_ios::init() w...
Garrett Kajmowicz
2005-07-04
*
Change in string::compare code
Garrett Kajmowicz
2005-07-04
*
Fixed wrong addition of points
Garrett Kajmowicz
2005-07-02
*
Fix list::swap code to properly change the number of elements as well
Garrett Kajmowicz
2005-07-02
*
Fix functionality of lower_bound and upper_bound for map
Garrett Kajmowicz
2005-07-02
*
Added const modifier to operator== and operator!= in multiple containers
Garrett Kajmowicz
2005-07-02
*
Fix implemementation of bind2nd
Garrett Kajmowicz
2005-05-22
*
Assorted fixes
Garrett Kajmowicz
2005-03-02
*
Fix additional wchar problems.
Garrett Kajmowicz
2005-02-12
*
Wchar issue fix when wchar is not in use
Garrett Kajmowicz
2005-02-01
[next]