[uClibc-cvs] CVS uClibc++
CVS User gkajmowi
gkajmowi at codepoet.org
Tue Feb 1 21:44:40 UTC 2005
Update of /var/cvs/uClibc++
In directory nail:/tmp/cvs-serv12019
Modified Files:
BugFinders ChangeLog
Log Message:
Wchar issue fix when wchar is not in use
test Makefile cleanup
Addition of wchartest.cpp
--- /var/cvs/uClibc++/BugFinders 2005/01/25 00:42:41 1.1
+++ /var/cvs/uClibc++/BugFinders 2005/02/01 21:44:39 1.2
@@ -13,7 +13,8 @@
//Using the bug tracking system at bugs.uclibc.org gets you a bonus point
-scott: 4 Points
+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
--- /var/cvs/uClibc++/ChangeLog 2005/01/25 14:52:37 1.18
+++ /var/cvs/uClibc++/ChangeLog 2005/02/01 21:44:39 1.19
@@ -6,6 +6,8 @@
- Added ostream support for wchar
- Fixed missing const declaration in functional causing problems with algorithms
Peter S. Mazinger: Added -z defs to $(CC) -shared
+- Fixed wchar enhancements if wchar is not enabled
+- Cleaned up tests system to be much easier to add additional tests
0.1.9
More information about the uClibc-cvs
mailing list