svn commit: branches/uClibc-nptl: docs
carmelo at uclibc.org
carmelo at uclibc.org
Wed Jul 9 06:01:14 PDT 2008
Author: carmelo
Date: 2008-07-09 06:01:12 -0700 (Wed, 09 Jul 2008)
New Revision: 22703
Log:
Synch with trunk: docs; no code change
Modified:
branches/uClibc-nptl/MAINTAINERS
branches/uClibc-nptl/TODO
branches/uClibc-nptl/docs/PORTING
Changeset:
Modified: branches/uClibc-nptl/MAINTAINERS
===================================================================
--- branches/uClibc-nptl/MAINTAINERS 2008-07-09 12:46:12 UTC (rev 22702)
+++ branches/uClibc-nptl/MAINTAINERS 2008-07-09 13:01:12 UTC (rev 22703)
@@ -34,7 +34,7 @@
AVR32
N: Hans-Christian Egtvedt
-E: hcegtvedt at atmel.com
+E: hans-christian.egtvedt at atmel.com
N: Haavard Skinnemoen
E: haavard.skinnemoen at atmel.com
W: http://avr32linux.org/
Modified: branches/uClibc-nptl/TODO
===================================================================
--- branches/uClibc-nptl/TODO 2008-07-09 12:46:12 UTC (rev 22702)
+++ branches/uClibc-nptl/TODO 2008-07-09 13:01:12 UTC (rev 22703)
@@ -143,6 +143,11 @@
d) Implement glibc 'a' flag for scanf string conversions.
e) Allow use of the older non-table-based ctype functions when using
stub locale support. (smaller)
+ f) __drand48_iterate should be void
+ g) alphasort vs. versionsort. The former seems to be SVID, the latter GNU
+ i.e. reverse to what we currently do. The latter is unimplemented.
+ h) ponder removal/configs to turn off: __xpg_*, bsd_signal, dysize,
+ getw/putw, utimes,
2) Additional str{f|p}time issues.
----------------------------------
Modified: branches/uClibc-nptl/docs/PORTING
===================================================================
--- branches/uClibc-nptl/docs/PORTING 2008-07-09 12:46:12 UTC (rev 22702)
+++ branches/uClibc-nptl/docs/PORTING 2008-07-09 13:01:12 UTC (rev 22703)
@@ -10,8 +10,8 @@
- add ARCH to the 'Target Architecture' list in extra/Configs/Config.in
- Initially you will want to disable shared libraries, since making
the shared library loader work requires you first have basic architecture
- support working. Thus you should add HAVE_NO_SHARED and ARCH_HAS_NO_LDSO
- to Config.ARCH's TARGET_ARCH
+ support working. Thus you should add ARCH_HAS_NO_SHARED and
+ ARCH_HAS_NO_LDSO to Config.ARCH's TARGET_ARCH
====================
=== libc sysdeps ===
More information about the uClibc-cvs
mailing list