mes/lib/posix
Jan Nieuwenhuizen d8fca8321e
mescc: Mes C Library: Fix execlp, execvp for file names with slash.
Reported by mid-kid.

* lib/posix/execlp.c (execlp): Do not use search_path when file name
contains a slash (WAS: when file name starts with slash).
* lib/posix/execvp.c (execvp): Likewise.
2020-01-20 22:47:52 +01:00
..
alarm.c build: Simplify. 2019-06-08 15:36:22 +02:00
buffered-read.c bootstrap: Build files only once. 2019-12-07 23:29:34 +01:00
execl.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
execlp.c mescc: Mes C Library: Fix execlp, execvp for file names with slash. 2020-01-20 22:47:52 +01:00
execv.c build: Simplify. 2019-06-08 15:36:22 +02:00
execvp.c mescc: Mes C Library: Fix execlp, execvp for file names with slash. 2020-01-20 22:47:52 +01:00
getcwd.c Add missing #include. 2019-09-09 16:04:15 +02:00
getenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
getopt.c getopt: Remove old FSF address, thanks Vagrant. 2019-09-09 16:04:15 +02:00
isatty.c mescc: Mes C Library: Fix isatty for x86_64. 2019-11-23 21:29:36 +01:00
mktemp.c build: Simplify. 2019-06-08 15:36:22 +02:00
open.c mescc: Mes C Library: lseek: Be careful clearing read buffer. 2020-01-20 22:47:52 +01:00
raise.c build: Simplify. 2019-06-08 15:36:22 +02:00
sbrk.c build: Simplify. 2019-06-08 15:36:22 +02:00
setenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
sleep.c build: Simplify. 2019-06-08 15:36:22 +02:00
unsetenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
wait.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
write.c mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00