diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 13:01:12 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 13:01:12 +0000 |
| commit | ddc99ff3d5d10400723469b6ef5e99944f3d79a2 (patch) | |
| tree | 3cc7bd48afcd2afe9b4b2bef5d6bdfdb7b31962c | |
| parent | d0c469044f9078dc163de0539c33575679dc305f (diff) | |
| download | uClibc-alpine-ddc99ff3d5d10400723469b6ef5e99944f3d79a2.tar.bz2 uClibc-alpine-ddc99ff3d5d10400723469b6ef5e99944f3d79a2.tar.xz | |
Synch with trunk: docs; no code change
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rw-r--r-- | TODO | 5 | ||||
| -rw-r--r-- | docs/PORTING | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f2bbc5d8f..621c3b794 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -34,7 +34,7 @@ S: Maintained AVR32 N: Hans-Christian Egtvedt -E: hcegtvedt@atmel.com +E: hans-christian.egtvedt@atmel.com N: Haavard Skinnemoen E: haavard.skinnemoen@atmel.com W: http://avr32linux.org/ @@ -143,6 +143,11 @@ Manuel's todo: 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. ---------------------------------- diff --git a/docs/PORTING b/docs/PORTING index 613f06a05..cadb32311 100644 --- a/docs/PORTING +++ b/docs/PORTING @@ -10,8 +10,8 @@ you are hacking on. - 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 === |
