acadia-newlib/newlib/libc/string
Mike Frysinger 20e3103471 newlib: update to automake-1.15
This matches what the other GNU toolchain projects have done already.
The generated diff in practice isn't terribly large.  This will allow
more use of subdir local.mk includes due to fixes & improvements that
came after the 1.11 release series.
2022-01-14 19:10:38 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
WIDTH-A width data generation 2018-03-12 10:17:20 +01:00
ambiguous.t
bcmp.c
bcopy.c
bzero.c
combining.t update to Unicode 14.0 2021-11-16 11:24:29 +01:00
explicit_bzero.c
ffsl.c
ffsll.c
fls.c
flsl.c
flsll.c
gnu_basename.c
index.c
local.h
memccpy.c
memchr.c
memcmp.c
memcpy.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
memmem.c memmem.c and strstr.c: do not require -std=c99 2019-08-14 10:39:37 +02:00
memmove.c
mempcpy.c
memrchr.c
memset.c
mkunidata fix and amend scripts and makefile rules to generate Unicode data 2021-07-06 15:35:37 +02:00
mkwide width data generation 2018-03-12 10:17:20 +01:00
mkwidthA width data generation 2018-03-12 10:17:20 +01:00
rawmemchr.c
rindex.c
stpcpy.c
stpncpy.c
str-two-way.h strstr: avoid warnings 2021-09-03 12:51:30 +02:00
strcasecmp.c
strcasecmp_l.c
strcasestr.c
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcoll.c
strcoll_l.c
strcpy.c
strcspn.c
strdup.c
strdup_r.c
strerror.c
strerror_r.c
strings.tex
strlcat.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
strlcpy.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
strlen.c
strlwr.c
strncasecmp.c
strncasecmp_l.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strndup_r.c
strnlen.c
strnstr.c
strpbrk.c
strrchr.c string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184) 2021-10-13 16:39:49 -04:00
strsep.c
strsignal.c
strspn.c
strstr.c strstr: avoid warnings 2021-09-03 12:51:30 +02:00
strtok.c
strtok_r.c
strupr.c
strverscmp.c
strxfrm.c
strxfrm_l.c
swab.c
timingsafe_bcmp.c
timingsafe_memcmp.c
u_strerr.c
uniset fix and amend scripts and makefile rules to generate Unicode data 2021-07-06 15:35:37 +02:00
wcpcpy.c
wcpncpy.c
wcscasecmp.c
wcscasecmp_l.c
wcscat.c
wcschr.c
wcscmp.c
wcscoll.c
wcscoll_l.c
wcscpy.c
wcscspn.c
wcsdup.c
wcslcat.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
wcslcpy.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
wcslen.c
wcsncasecmp.c
wcsncasecmp_l.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.c
wcstrings.tex
wcswidth.c
wcsxfrm.c
wcsxfrm_l.c
wcwidth.c Locale modifier "@cjksingle" to enforce single-width CJK width. 2020-02-18 11:35:42 +01:00
wide.t update to Unicode 14.0 2021-11-16 11:24:29 +01:00
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmempcpy.c
wmemset.c
xpg_strerror_r.c