Defined all <string.h> functions from the C11 s...
Implemented the <string.h> strchr() function.
Implemented the <string.h> strrchr() function.
Implemented the <string.h> strerror() function.
Implemented the <string.h> strcspn() function.
Implemented the <string.h> strspn() function.
Implemented the <string.h> strpbrk() function.
Ensured that __sys_exit() calls exit_group(2) i...
Stubbed the <stdio.h> feof(), fgetc(), getc(), ...
Updated the Buildbot buildmaster and buildslave...
Imported the Buildbot buildslave configuration ...
Fixed the build environment for FreeBSD and Ope...
Added Buildbot links to the README and some tas...
Improved the Buildbot buildmaster configuration.
Configured more Buildbot builders for platform-...
Imported the default Buildbot buildmaster confi...
Customized the Buildbot buildmaster configurati...
Implemented the __sys_close() operation for all...
Implemented the <stdio.h> clearerr() function.
Implemented the <stdio.h> fflush() and fclose()...
Implemented the <stdio.h> ferror() function.
Implemented the <stdio.h> putchar() function.
Implemented the <stdio.h> fputc() and putc() fu...
Implemented the <stdio.h> fputs() function.
Reorganized the platform support code on DRY pr...
Implemented the <stdio.h> stream objects for PO...
Ensured that HOST_TYPE is set to 'posix' on POS...
Defined the <stdio.h> stdin, stdout, and stderr...
Implemented platform support for Linux (x86).
Ensured that all assembly files have consistent...
Ensured that ARMv6 boards are recognized when c...
Added a table of supported platforms and compil...
Ensured that the examples are compiled in C99 m...
Updated the table of supported platforms and co...
Implemented platform support for Linux (ARM).
Implemented platform support for NetBSD (x86-64).
Ensured that the 'restrict' keyword doesn't cau...
Implemented platform support for FreeBSD (x86-64).
Ensured that the OpenBSD ELF tag isn't used on ...
Implemented the __sys_write() operation for *BS...
Implemented platform support for Solaris (x86-64).
Renamed Ohloh to Open Hub, and removed the defu...
Added a table of other libc implementations to ...
Implemented the __sys_write() operation for Lin...
Made the Darwin platform code compatible with A...
Added README notes on configuring the build for...
Ensured that _Noreturn is defined in the syscal...
Implemented the <stdio.h> puts() function.
Implemented platform support stubs for bare-met...
Implemented the __sys_write() operation for Dar...
Defined the __sys_write() operation.
Defined the system call interface explicitly in...
Stubbed the <stdio.h> puts() function and defin...
Added trivial test cases for EXIT_FAILURE and E...
Added some miscellaneous to-do items of note.
Renamed the minimal example program as per its ...
Implemented the classic "Hello, world!" example...
Implemented the <errno.h> header per the C11 st...
Added a link to the OSv libc (based on musl).
Renamed test harness files for better `make` ta...
Implemented the <float.h> header per the C11 st...
Added a to-do item for reallocarray() introduce...
Stubbed the <locale.h> header per the C11 stand...
Implemented the <stddef.h> header per the C11 s...
Improved conformance to common DRY project conv...
Replaced the bundled cheader extension with sph...
Added a link to the project's Coverity Scan pro...
Added a Coverity Scan model file placeholder.
Ensured that CI status badges are left-aligned ...
Integrated with Coverity Scan for build analysi...
Added a Coverity Scan build status indicator ba...
Excluded Clang from the Travis CI build matrix ...
Padded out documentation tables to a width of e...