Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
Sep 2, 2006, 4:53:07 PM (18 years ago)
Author:
bird
Comment:

*libc -> kLIBC

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    11== Welcome to InnoTek LIBC  ==
    22
    3 [wiki:InnoTekLibc InnoTek LIBC] or what should probably be called kLIBC by now, is a C runtime library in which the coder is exploring [wiki:TheSingleUnixSpecification The Single Unix Specification] (SUS) and various *BSD, Sun and Linux interfaces used in 'portable' software. While implementing SUS completely and provide a great range of special BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is '''interesting''' and '''requested''' by porters.
     3[wiki:kLIBC kLIBC] (formerly known as the InnoTek LIBC) is a C runtime library in which the coder is exploring [wiki:TheSingleUnixSpecification The Single Unix Specification] (SUS) and various *BSD, Sun and Linux interfaces used in 'portable' software. While implementing SUS completely and providing a great range of special BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is '''interesting''' to play with and what is '''requested''' by porters using kLIBC.
    44
    5 This repository includes not only the LIBC but also the toolchain ([wiki:GnuGcc GCC], [wiki:GnuBinutils Binutils], [wiki:Os2Emx EMX]), various important tools ([wiki:BsdAsh ash], [wiki:GnuCoreutils coreutils], [wiki:GnuGettext gettext], [wiki:GnuAutoconf autoconf],++) and a base layout for a LIBC unix compartment.
     5This repository includes not only the kLIBC but also the toolchain ([wiki:GnuGcc GCC], [wiki:GnuBinutils Binutils], [wiki:Os2Emx EMX]), various important tools ([wiki:BsdAsh ash], [wiki:GnuCoreutils coreutils], [wiki:GnuGettext gettext], [wiki:GnuAutoconf autoconf],++) and a base layout for a kLIBC unix compartment.
    66
    7 People wanting to build LIBC should go to the BuildLibc page.
     7People wanting to build kLIBC should go to the BuildLibc page.
    88
    9 If you want to contribute to libc or if you have any questions please use our new mailinglist. You can either subscribe to it as mailinglist (send an email to libc-user-subscribe@netlabs.org) or you can read it via a mail and news interface at [http://dir.gmane.org/gmane.org.netlabs.libc.user gmane.org]
     9If you want to contribute to kLIBC or if you have any questions please use our new mailinglist. You can either subscribe to it as mailinglist (send an email to libc-user-subscribe@netlabs.org) or you can read it via a mail and news interface at [http://dir.gmane.org/gmane.org.netlabs.libc.user gmane.org]
    1010
    1111
    1212Other interesting pages:
    1313  * [wiki:Faq FAQ]
    14   * [wiki:LibcLogging Libc Logging]
     14  * [wiki:LibcLogging kLIBC Logging]
    1515  * [wiki:UnixPenthouseApartement The Unix Penthouse Apartment]
    16   * [wiki:LibcPanic   Debugging Libc Panics]
     16  * [wiki:LibcPanic   Debugging kLIBC Panics]