Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Oct 19, 2005, 3:52:44 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 1 1 == Welcome to InnoTek LIBC == 2 2 3 InnoTek LIBC or what should probably be called Bird's LIBC by now, is a C runtime library in which the coder is exploring [wiki: Wiki_pageThe Single Unix Specification] (SUS) and various *BSD, Sun and Linux APIs and constructions 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 InnoTek LIBC or what should probably be called Bird's LIBC 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 APIs and constructions 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. 4 4 5 5 This repository includes not only the LIBC but also the toolchain ([wiki:Wiki_page GCC], [wiki:Wiki_page Binutils], [wiki:Wiki_page EMX]), various important tools ([wiki:Wiki_page ash], [wiki:Wiki_page coreutils], [wiki:Wiki_page gettext], [wiki:Wiki_page autoconf],++) and a base layout for a LIBC unix compartement.