mes/lib/string
Jan (janneke) Nieuwenhuizen fd130a03d1
kaem: scaffold/read.kaem.
* .gitignore: Update.
* include/linux/x86/syscall.h: Update for M2-Planet.
* lib/linux/brk.c (brk): Remove cast for M2-Planet.
* lib/linux/x86-mes-m2/syscall.c: New file.
* lib/m2/malloc.c: New file.
* lib/string/memset.c (memset): Update for M2-Planet.
* scaffold/read.c: Update for M2-Planet.
* scaffold/kaem.read: New file.
2020-07-15 22:27:57 +02:00
..
__memcpy.c mescc: Mes C Library: Support ARM tcc: Add __memcpy. 2021-01-23 08:43:43 +01:00
__memmove.c mescc: Mes C Library: Support ARM tcc: Add __memmove. 2021-01-23 08:43:43 +01:00
__memset.c mescc: Mes C Library: Support ARM tcc: Add __memset. 2021-01-23 08:43:43 +01:00
argz-count.c hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
argz-extract.c hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +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: Prepare for M2-Planet: memchr. 2020-05-17 19:29:18 +02:00
memcmp.c mescc: Mes C Library: memcmp: bugfix. 2020-06-06 22:37:30 +02:00
memcpy.c mescc: Mes C Library: Prepare for M2-Planet: memcpy. 2020-05-17 19:29:36 +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 kaem: scaffold/read.kaem. 2020-07-15 22:27:57 +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 mescc: Mes C Library: Prepare for M2-Planet: strcmp. 2020-05-17 19:29:44 +02:00
strcpy.c mescc: Mes C Library: Prepare for M2-Planet: strcpy. 2020-05-17 19:29:57 +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 mescc: Mes C Library: Prepare for M2-Planet: strlen. 2020-05-17 19:30:04 +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 mescc: Mes C Library: Prepare for M2-Planet: strncmp. 2020-05-17 19:44:02 +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