//This file lists everybody who has sent me bug problems/fixes as of 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: 28 Points 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 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 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. 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. Anthony Lee: 1 Point 2005-01-24: 1 : Found problem in functional which had const missing causing havok