mirror of
https://git.busybox.net/uClibc++
synced 2025-12-20 01:00:37 +08:00
112 lines
5.5 KiB
Plaintext
112 lines
5.5 KiB
Plaintext
//This file lists everybody who has sent me bug problems/fixes starting Jan 24, 2005
|
|
//The list will be in order of total number of points, with the most at the top
|
|
//Anybody who sends me a bug listing with some sample code gets 1 point
|
|
//If that sample code is a minimal test case, it becomes 2 points
|
|
//If a patch or usable instructions for correction are included, it is 3 points
|
|
//Note that I am the final arbiter on how many points a bug report is worth
|
|
//I reserve the right to alter any and all bug points at a whim without any recourse
|
|
//Functionality that isn't part of the standard isn't included
|
|
//Stuff that hasn't been implemented yet doesn't count
|
|
//Saying "this piece of software doesn't work" doesn't count
|
|
//I reserve the right to modify the rules at any point without notice
|
|
//I suggest killing all the lawyers
|
|
//Using the bug tracking system at bugs.uclibc.org gets you a bonus point
|
|
|
|
|
|
tommi: 39 Points
|
|
2007-05-29: 1+1: Found problem with string.compare(), provided solution / BTS
|
|
2007-04-27: 1 : Found missing formatflags initialization in ios_base::init / BTS
|
|
2007-04-27: 1+1: Found problem with fstreambuf reading closed file descriptor / BTS
|
|
2007-03-07: 1+1: Found that ostream was improperly flushing on destruction
|
|
2006-09-04: 1+1: Wanted implementation of locale::name, used BTS and provided patch
|
|
2006-09-04: 1+1: Found problem with default flags for ios plus provided patch
|
|
2005-07-20: 1+2: Compared code sizes and sent patch to minimize code size / BTS
|
|
2005-07-20: 1+1: Found problem in streambuf::xsputn / BTS
|
|
2005-07-13: 1+1: Fixed setting of error flags in certain istream code. / BTS
|
|
2005-07-12: 1+2: Fixed implemenation of certain exceptions / BTS
|
|
2005-07-12: 1+2: Provided implemenation of istreambuf_iterator::equal() / BTS
|
|
2005-07-12: 1+1: Set eofbit as appropriate. Provided partial solution/BTS
|
|
2005-07-11: 1+1: Found problem in uflow(). Provided fix/BTS
|
|
2005-07-09: 1+1: Found probelm with exception declarations. Provided Fix/BTS
|
|
2005-07-08: 1+1: Found inefficiency in sterambuf code. Provided fix/BTS
|
|
2005-07-08: 1+1: Found problem in ostream code with infinite loop. Provided fix/BTS
|
|
2005-07-08: 1+1: Found problem in ostream code calling flush(). Provided partial fix/BTS
|
|
2005-07-04: 1+2: Found need for basic_ios(). Used BTS and provided test case.
|
|
2005-07-04: 1+1: Found string::compare ambiguity. Used BTS.
|
|
|
|
asierllano: 18 Points
|
|
2006-02-08: 1+2: Provided reworking of some map internals to better meet spec and to be smaller
|
|
2006-02-08: 1+2: Found problem in functional and provided fix
|
|
2006-02-08: 1+2: Reported compilation problems with no C99 math support and provided fix
|
|
2006-02-08: 0+1: Found gcc4 bug already fixed - provided better fix.
|
|
2005-07-02: 1+1: Minor fix to list::swap. Now swaps number of elements. Used BTS & patch
|
|
2005-07-02: 1+2: Found invalid functionality in lower_bound and upper_bound for map
|
|
2005-07-02: 1+2: Found missing const on some data types. Used BTS & provided patch
|
|
|
|
scott: 7 Points
|
|
2005-02-01: 1+2: Found problem with wchar needing ifdefs. Used bug system and provided partial solution
|
|
2005-01-20: 1+1: Found problem in string internal typedefs. Used bug system
|
|
2005-01-18: 1+1: Found duplicate declaration of size_t. Used bug system
|
|
|
|
Peter Schueller: 5 Points
|
|
2006-12-14: 1 : Provided a fix for an unused variable warning. Used BTS.
|
|
2006-12-14: 1+1: Provided implementation of deque::swap. Used BTS.
|
|
2006-10-06: 1+1: Found map = instead of equals error. Use BTS, provided solution.
|
|
|
|
dcas: 5 Points
|
|
2006-03-07: 0+1: Found lack of string resize specifier and provided fix in BTS
|
|
2006-03-07: 0+2: Found missing string::find_last_not_of - prop. fix in BTS
|
|
2006-03-07: 0+2: Found missing std::ws and submitted proposed fix in BTS
|
|
|
|
Vijay: 4 Points
|
|
2007-04-03: 2: Found problem with set and map iterators - provided test case.
|
|
2007-04-01: 2: Found problem with set construct-from-iterators. Provided test case.
|
|
2007-03-10: 2: Found lack of ios::exception support
|
|
|
|
Ciaran: 4 Points
|
|
2005-12-21: 1+1: Found that a const iterator doesn't handle operator*
|
|
2005-12-20: 1+1: Found that iterator and const_iterator weren't compatible
|
|
|
|
thritter: 3 Points
|
|
2005-02-11: 1+2: Found problem in cstdlib needing ifdefs for wchar. Used BTS & provided solution
|
|
|
|
Faye2040: 3 Points
|
|
2006-02-10: 1 : Noted that long_double support should depend upon float support
|
|
2006-02-09: 1+1: Found problem with functional binder. Used BTS.
|
|
|
|
Peter Nixon: 3 Points
|
|
2008-06-18: 2 : Found that limits<bool> asn't definied and provided implementation.
|
|
2008-06-18: 1 : Found that ios_base::width was not being honored and provided partial fix.
|
|
|
|
Olivier Hochreutiner: 2 Points
|
|
2009-04-03: 1+1: Found a problem with map::operator[] and provided test case.
|
|
|
|
Christian Taedcke: 2 Points
|
|
2007-04-11: 1+1: Found a problem with find dereferencing end(). Provided fix.
|
|
|
|
Thomas Volpini: 2 Points
|
|
2006-08-11: Found memory leak in vector. Provided test case and fix.
|
|
|
|
Gavin Lambert: 2 Points
|
|
2006-06-30: 1+1: Found memory leak and provided a proposed fix.
|
|
|
|
Natanael Copa: 2 Points
|
|
2006-06-22: 1+1: Found ios_base::app error. Provided minimal test case.
|
|
|
|
Ted Schroeder: 2 Points
|
|
2005-05-20: 1+1: Found error in functional. Provided fix.
|
|
|
|
Thomas Giesel: 2 Points
|
|
2005-03-02: 2 : Found problems in getline code with minimal test case.
|
|
|
|
Vladimir Dronnikov: 1 Point
|
|
2009-04-01: 1: Found a problem with map and mmap now exporting swap correctly.
|
|
|
|
Manjuantha Srinivasan: 1 Point
|
|
2006-11-28: 1 : Found that the iostream library did not flush contents on destruction.
|
|
|
|
Anthony Lee: 1 Point
|
|
2005-01-24: 1 : Found problem in functional which had const missing causing havok
|
|
|
|
|