acadia-newlib/newlib/libc/string
Jeff Johnston 015b86d725 2008-10-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/str-two-way.h (critical_factorization): Cast the index
        operation to ensure unsigned rollover occurs when adding to SIZE_MAX.
2008-10-02 20:12:34 +00:00
..
Makefile.am * libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition. 2008-01-15 13:35:33 +00:00
Makefile.in * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
bcmp.c
bcopy.c
bzero.c
index.c
memccpy.c
memchr.c 2008-05-26 Eric Blake <ebb9@byu.net> 2008-05-26 23:31:08 +00:00
memcmp.c
memcpy.c
memmem.c Make strstr and strcasestr O(n), not O(n^2); add memmem. 2008-01-12 04:25:55 +00:00
memmove.c
mempcpy.c
memset.c 2008-05-27 Jeff Johnston <jjohnstn@redhat.com> 2008-05-27 18:44:40 +00:00
rindex.c
stpcpy.c * libc/include/string.h: Add prototypes for stpcpy and stpncpy. 2007-06-28 17:07:23 +00:00
stpncpy.c * libc/include/string.h: Add prototypes for stpcpy and stpncpy. 2007-06-28 17:07:23 +00:00
str-two-way.h 2008-10-02 Jeff Johnston <jjohnstn@redhat.com> 2008-10-02 20:12:34 +00:00
strcasecmp.c
strcasestr.c Make strstr and strcasestr O(n), not O(n^2); add memmem. 2008-01-12 04:25:55 +00:00
strcat.c
strchr.c Optimize the generic strchr. 2008-05-22 02:31:46 +00:00
strcmp.c
strcoll.c
strcpy.c Avoid more compiler warnings. 2007-05-29 21:26:59 +00:00
strcspn.c
strdup.c
strdup_r.c
strerror.c 2008-09-19 Eric Blake <ebb9@byu.net> 2008-09-19 16:11:35 +00:00
strerror_r.c
strings.tex Make strstr and strcasestr O(n), not O(n^2); add memmem. 2008-01-12 04:25:55 +00:00
strlcat.c
strlcpy.c
strlen.c 2008-05-26 Eric Blake <ebb9@byu.net> 2008-05-26 22:56:14 +00:00
strlwr.c
strncasecmp.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strndup_r.c
strnlen.c
strpbrk.c
strrchr.c Avoid more compiler warnings. 2007-05-29 21:26:59 +00:00
strsep.c
strspn.c
strstr.c Make strstr and strcasestr O(n), not O(n^2); add memmem. 2008-01-12 04:25:55 +00:00
strtok.c
strtok_r.c
strupr.c
strxfrm.c
swab.c
u_strerr.c
wcpcpy.c * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy. 2007-12-19 17:33:12 +00:00
wcpncpy.c * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy. 2007-12-19 17:33:12 +00:00
wcscat.c
wcschr.c
wcscmp.c
wcscoll.c
wcscpy.c
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstrings.tex * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy. 2007-12-19 17:33:12 +00:00
wcswidth.c
wcsxfrm.c * libc/include/wchar.h: Add prototype for wcsxfrm. 2007-07-04 16:18:34 +00:00
wcwidth.c
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c