[uClibc-cvs] CVS uClibc++

CVS User gkajmowi gkajmowi at codepoet.org
Thu Jan 13 23:55:59 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Fix to string::append length checking.  Make sstream use append instead of push back for MUCH higher performance.

--- /var/cvs/uClibc++/ChangeLog	2005/01/13 00:50:25	1.13
+++ /var/cvs/uClibc++/ChangeLog	2005/01/13 23:55:58	1.14
@@ -3,7 +3,9 @@
 -	Make sure that operator= changes the number of elements in the vector.
 -	Fix to string::pop_back function scope
 -	reverse_iterator copying fixed
-
+-	Have max string length test aginst proper variable (oops)
+-	Change sstream to use append instead of push_back all of the time
+-	Make string::append start reading at the correct location
 
 
 0.1.8



More information about the uClibc-cvs mailing list