From c816cb84919df3a49ad0909d5de751f3269d5564 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Mar 2002 11:26:17 +0000 Subject: Update webpage a little bit for clarity --- docs/uclibc.org/index.html | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index 2c10edd56..a75ccca88 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -128,19 +128,28 @@ To subscribe, go and visit
  • 21 March 2002, uClibc 0.9.10 Released!
    - CodePoet Consulting is pleased to announce the immediate availability of - uClibc 0.9.10. This release adds pthreads support (including pthreads - support for mmu-less systems). Additionally, thanks to Manuel Novoa III, - we now have a completely new stdio library, which is small, standards - compliant, and supports pthreads, wide/narrow streams, large files, and can - even operate in a low-memory unbuffered mode. Many, many bugs have been - fixed and a number of additional applications now compile and run - perfectly. To make things more interesting, the release also adds support - for C++ constructors and destructors, and makes it easy to use uClibc to - create C++ by providing a uClibc wrapper for the GNU C++ compiler. + CodePoet Consulting is pleased to announce the immediate + availability of uClibc 0.9.10. This release adds pthreads support + (including pthreads support for mmu-less systems!). Additionally, + thanks to Manuel Novoa III, we now have a completely new stdio + library, which is small, standards compliant, supports pthreads, + wide/narrow streams, large files, and can even operate in a + low-memory unbuffered mode. Many, many bugs have been fixed and a + number of additional applications now compile and run perfectly. + Even with all these changes, the uClibc continues to be very small. + On x86, a default build of the uClibc C library is still just 168k. +

    - A native GNU toolchain (binutils/gcc) that targets uClibc 0.9.10 will - be released in the next couple of days, so stay tuned. + + To make things more interesting, the release also adds support for + C++ constructors and destructors. To make it easy to use uClibc + when developing C++ applications, this release also provides a + wrapper for the GNU C++ compiler. Of course, for more complex C++ + applications, such as those using iostreams, a standard C++ library + (libstdc++) is required. A native GNU toolchain (binutils/gcc) that + provides libstdc++ linked with uClibc 0.9.10 will be released in the + next couple of days, so stay tuned. +

    The Changelog and Source code -- cgit v1.2.3