mes/lib
Jan Nieuwenhuizen 9ecc11ee52
mescc: Support GNU Bash.
* include/errno.h (EACCES, ENOSPC, ESPIPE): New macro.
* include/linux/x86/syscall.h (SYS_setuid, SYS_geteuid, SYS_getegid,
SYS_setgid): New macro.
* include/linux/x86_64/syscall.h: Likewise.
* include/stdint.h (LLONG_MIN, LLONG_MAX, SIZE_MAX): New macro.
* include/sys/stat.h (S_ISUID, S_ISGID, S_IXGRP, S_IXOTH, S_IRGRP,
S_IROTH, S_IWGRP, S_IWOTH, S_IRWXG, S_IRWXO): New macro.
* include/termio.h: New file.
* include/unistd.h (_POSIX_VERSION): New macro.
* lib/linux/gnu.c (geteuid, getegid, setuid, setgid): New function.
* lib/string/memchr.c: New file.
* lib/stub/getpwuid.c: New file.
* lib/stub/rand.c: New file.
* lib/stub/ttyname.c: New file.
* include/string.h (memchr): Declare.
* include/unistd.h (geteuid, getegid, setuid, setgid): Declare.
2018-11-09 21:26:10 +01:00
..
assert core: Prepare for the Hurd. 2018-06-30 13:11:03 +02:00
ctype mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
dirent mescc: Mes C Library: Add closedir, opendir, readdir. 2018-08-26 18:34:53 +02:00
linux mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
math mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
mes mescc: Mes C Library: oputs: New function. 2018-10-15 15:44:47 +02:00
posix mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
stdio mescc: vsnprintf: Compliant implementation. 2018-10-22 18:33:40 +02:00
stdlib mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
string mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
stub mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
x86-mes mescc: Add missing define. 2018-11-09 16:56:54 +01:00
x86-mes-gcc mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
x86_64-mes mescc: Add missing assembly defines. 2018-10-16 20:40:37 +02:00
x86_64-mes-gcc mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
abtol.c mescc: Mes C Library: Explode libmes.c. 2018-08-16 11:43:27 +02:00
glibc.c GNU Mes. 2018-07-22 14:24:36 +02:00
libc+gnu.c mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
libc+tcc.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
libc-mini.c mescc: Mes C Library: Explode libc-mini.c. 2018-08-16 11:07:33 +02:00
libc.c mescc: Mes C Library: Explode libc.c. 2018-08-16 10:50:53 +02:00
libg.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
libgetopt.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
libmes.c mescc: Mes C Library: oputs: New function. 2018-10-15 15:44:47 +02:00
libtcc1.c GNU Mes. 2018-07-22 14:24:36 +02:00