mes/lib/string
Jan Nieuwenhuizen 67d82a6de5
hurd: Add argv and environ.
* include/gnu/hurd.h (struct hurd_startup_data): Add argp, envp.
* lib/gnu/hurd-start.c (__argv, __env): Define them.
* lib/gnu/exec-startup-get-data.c (mach_startup_info2hurd_startup_data):
Set them.
* lib/gnu/x86-mes-gcc/crt1.c (_start): Use them.
* build-aux/configure-lib.sh (libc_mini_SOURCES): Add argz-extract.c.
* include/argz.h: Build fix.
* lib/string/argz-count.c: Likewise.
* lib/string/argz-extract.c: Likewise.
2019-12-13 21:52:30 +01:00
..
argz-count.c hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
argz-extract.c hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
bcmp.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
bcopy.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
bzero.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
index.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
memchr.c mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
memcmp.c mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
memcpy.c build: Simplify. 2019-06-08 15:36:22 +02:00
memmem.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
memmove.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
memset.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
rindex.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
strcat.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strchr.c build: Simplify. 2019-06-08 15:36:22 +02:00
strcmp.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
strcpy.c mescc: Mes C Library: Explode libc.c. 2018-08-16 10:50:53 +02:00
strcspn.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
strdup.c build: Simplify. 2019-06-08 15:36:22 +02:00
strerror.c build: Simplify. 2019-06-08 15:36:22 +02:00
strlen.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
strlwr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strncat.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
strncmp.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
strncpy.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strpbrk.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
strrchr.c build: Simplify. 2019-06-08 15:36:22 +02:00
strspn.c build: Simplify. 2019-06-08 15:36:22 +02:00
strstr.c build: Simplify. 2019-06-08 15:36:22 +02:00
strupr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00