mes/lib
Jan Nieuwenhuizen bc2a115b55
mescc: Mes C Library: Support GNU Tar: Add execlp.
* lib/posix/execl.c (vexec): New function.
(execl): Use it.
* lib/posix/execlp.c: New file.
* build-aux/configure-lib.sh (libc_tcc_SOURCES): Add it.
* lib/libc+gnu.c: Include it.
* include/unistd.h (execlp): Declare.
* lib/tests/posix/90-execlp.c: New file.
* lib/tests/posix/90-execlp.stdout: New file.
* build-aux/check-mescc.sh: Test it.
2019-09-09 18:33:21 +02:00
..
ctype build: Simplify. 2019-06-08 15:36:22 +02:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
linux signal: Use SA_RESTORER on x86-64. 2019-09-09 16:04:15 +02:00
math mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
mes ldiv: Make rem < 0 if a < 0. 2019-09-09 16:04:13 +02:00
posix mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-09-09 18:33:21 +02:00
stdio mescc: Mes C Library: Fix compile warnings. 2019-09-09 18:33:14 +02:00
stdlib mescc: Mes C Library: Fix compile warnings. 2019-09-09 18:33:14 +02:00
string mescc: Mes C Library: Fix compile warnings. 2019-09-09 18:33:14 +02:00
stub mescc: Mes C Library: Fix compile warnings. 2019-09-09 18:33:14 +02:00
tests mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-09-09 18:33:21 +02:00
x86-mes porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-gcc porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
x86_64-mes porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-gcc porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
libtcc1.c mescc: Support tcc: libtcc1 build fixes. 2019-07-23 20:38:29 +02:00