sortix--sortix/libc
Jonas 'Sortie' Termansen 1b3f4b36d8 Fix strtol(3) handling negative numbers incorrectly. 2014-03-17 17:00:00 +01:00
..
arpa/inet
assert Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
aux
calltrace Fix unportable pid_t printing in calltrace(3). 2013-12-30 20:46:22 +01:00
ctype Split libc/ctype/ctype.cpp into multiple files. 2014-03-01 14:37:41 +01:00
dirent Fix readdir(3) not preserving errno in case of end-of-directory condition. 2014-03-01 14:37:40 +01:00
dlfcn
errno Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
error
fcntl
fnmatch Add fnmatch(3). 2013-12-19 17:42:08 +01:00
fsmarshall
getopt
grp Fix unportable gid_t parsing in fgetgrent_r(3). 2013-12-30 20:46:22 +01:00
include Improve wchar declarations in <wchar.h>, <wctype.h> and <stdint.h>. 2014-03-01 14:37:41 +01:00
init
inttypes
ioleast
libgen Fix basename(3) and dirname(3) returning incorrect strings. 2014-03-17 16:59:59 +01:00
locale Update libc/locale/setlocale.cpp to current coding conventions. 2014-03-01 14:37:41 +01:00
netdb
poll
pwd Fix unportable gid_t and uid_t parsing in fgetpwent_r(3). 2013-12-30 20:46:22 +01:00
signal Fix range check in sigismember(3). 2014-02-02 23:14:02 +01:00
stdio Fix lseek changing errno in fdio_install_fd when no real error occurs. 2014-02-16 12:38:04 +01:00
stdlib Fix strtol(3) handling negative numbers incorrectly. 2014-03-17 17:00:00 +01:00
string
sys Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
termios
time Fix %T in strftime(3) being incorrectly implemented. 2014-01-19 22:47:52 +01:00
timespec
unistd Fix buffer overflow in execvpe(3). 2014-03-17 16:59:59 +01:00
utime
wchar Silence uninitialized variable warning in wcrtomb(3). 2014-02-06 00:15:03 +01:00
wctype Improve wchar declarations in <wchar.h>, <wctype.h> and <stdint.h>. 2014-03-01 14:37:41 +01:00
x64 Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
x86 Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
.gitignore
Makefile Rename libc-sortix to libk. 2014-03-01 14:37:42 +01:00