[uClibc-cvs] CVS uClibc++
CVS User gkajmowi
gkajmowi at codepoet.org
Tue Nov 30 17:38:10 UTC 2004
Update of /var/cvs/uClibc++
In directory nail:/tmp/cvs-serv2709
Modified Files:
ChangeLog Rules.mak
Log Message:
Fixed issues with fstream
--- /var/cvs/uClibc++/ChangeLog 2004/09/26 19:18:23 1.6
+++ /var/cvs/uClibc++/ChangeLog 2004/11/30 17:38:09 1.7
@@ -1,3 +1,9 @@
+0.1.6 - 2004-11-30
+- Fixed problem with straembuf where a value was being returned instead of a pointer
+- Fixed a problem where a buffer was not flushed on close of an fstraem
+- Added basic test for fstream
+- Started working on better way to expand symbols in library
+
0.1.5 - 2004-09-26
- Added code for all algorithms
- Fixed map/set code to prevent infinite loops. Oops.
--- /var/cvs/uClibc++/Rules.mak 2004/09/11 19:15:05 1.5
+++ /var/cvs/uClibc++/Rules.mak 2004/11/30 17:38:09 1.6
@@ -47,7 +47,7 @@
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=1
-SUBLEVEL:=5
+SUBLEVEL:=6
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
# LC_ALL:= C
More information about the uClibc-cvs
mailing list