[uClibc-cvs] CVS uClibc++

CVS User gkajmowi gkajmowi at codepoet.org
Sun Jan 9 06:10:45 UTC 2005


Update of /var/cvs/uClibc++
In directory nail:/tmp/cvs-serv3855

Modified Files:
	ChangeLog 
Log Message:
Change allocator functionality so that it works according to spec.
Conversion of STL to use allocator::construct/destroy
Make test suite nicer.
Change map operator[] code to map suggested spec code.

--- /var/cvs/uClibc++/ChangeLog	2005/01/03 17:50:21	1.10
+++ /var/cvs/uClibc++/ChangeLog	2005/01/09 06:10:44	1.11
@@ -5,6 +5,19 @@
 -	Moved operator+(string, string) into library binary.
 -	Added <iomanip> header.  Forgot that little thing.  Oops.
 -	Fixed insert for vector<int>.  Technique shamelessly stolen from glibc++
+-	fix problem in list which incorrectly handles pointers
+-	Create native std::string::find(Ch) instead of calling through string constructor.
+-	Fix of istream getline (only sets failbit if extracted 0 chars, not copied 0 chars)
+-	Fix string::find so we can scan the last character in the string.
+-	Fix map iterator overloading class definion
+-	Fix map iterator returning value not reference
+-	Change tests to check changes
+-	Change ios::operator() to return 1 instead of this
+-	Fix [i|o]stream to check open() return value
+-	Change fstream open functions to use the proper bitwise operators
+-	Change allocator functionality so that it works according to spec.
+-	Conversion of STL to use allocator::construct/destroy
+-	Make test suite nicer.
 
 
 0.1.7 - 2004-12-23



More information about the uClibc-cvs mailing list