| .. |
|
Makefile.am
|
* libc/include/string.h (rawmemchr): Declare.
|
13 years ago |
|
Makefile.in
|
* libc/include/string.h (rawmemchr): Declare.
|
13 years ago |
|
bcmp.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
bcopy.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
bzero.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
index.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
local.h
|
* libc/string/wcwidth.c: Optimize for speed.
|
17 years ago |
|
memccpy.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
memchr.c
|
2008-05-26 Eric Blake <ebb9@byu.net>
|
18 years ago |
|
memcmp.c
|
2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
|
22 years ago |
|
memcpy.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
memmem.c
|
Make strstr and strcasestr O(n), not O(n^2); add memmem.
|
19 years ago |
|
memmove.c
|
2010-09-21 Craig Howland <howland@LGSInnovations.com>
|
16 years ago |
|
mempcpy.c
|
2010-09-21 Craig Howland <howland@LGSInnovations.com>
|
16 years ago |
|
memrchr.c
|
* libc/include/string.h (memrchr): Declare.
|
14 years ago |
|
memset.c
|
2008-05-27 Jeff Johnston <jjohnstn@redhat.com>
|
18 years ago |
|
rawmemchr.c
|
* libc/include/string.h (rawmemchr): Declare.
|
13 years ago |
|
rindex.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
stpcpy.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
stpncpy.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
str-two-way.h
|
* lib/str-two-way.h (two_way_long_needle): Avoid bug with long
|
16 years ago |
|
strcasecmp.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
strcasestr.c
|
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
|
14 years ago |
|
strcat.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
strchr.c
|
Optimize the generic strchr.
|
18 years ago |
|
strchrnul.c
|
strchrnul: avoid segv
|
16 years ago |
|
strcmp.c
|
import newlib-2000-02-17 snapshot
|
27 years ago |
|
strcoll.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
strcpy.c
|
Avoid more compiler warnings.
|
19 years ago |
|
strcspn.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
strdup.c
|
2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
|
24 years ago |
|
strdup_r.c
|
2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
|
24 years ago |
|
strerror.c
|
* libc/string/strerror.c (_strerror_r): Report "Success" for 0.
|
15 years ago |
|
strerror_r.c
|
strerror: allow user hook to comply with POSIX rules
|
15 years ago |
|
strings.tex
|
2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
16 years ago |
|
strlcat.c
|
* strlcat.c: Add file.
|
25 years ago |
|
strlcpy.c
|
* strlcat.c: Add file.
|
25 years ago |
|
strlen.c
|
2008-05-26 Eric Blake <ebb9@byu.net>
|
18 years ago |
|
strlwr.c
|
2009-04-23 Mike Burgess <wizardsguild@earthlink.net>
|
18 years ago |
|
strncasecmp.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
strncat.c
|
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
|
13 years ago |
|
strncmp.c
|
import newlib-2000-02-17 snapshot
|
27 years ago |
|
strncpy.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
strndup.c
|
2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
|
24 years ago |
|
strndup_r.c
|
2006-02-13 Jeff Johnston <jjohnstn@redhat.com>
|
21 years ago |
|
strnlen.c
|
2006-02-13 Jeff Johnston <jjohnstn@redhat.com>
|
21 years ago |
|
strpbrk.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
strrchr.c
|
Avoid more compiler warnings.
|
19 years ago |
|
strsep.c
|
2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
|
25 years ago |
|
strsignal.c
|
* libc/string/strsignal.c (strsignal): Avoid duplicate case statement where
|
16 years ago |
|
strspn.c
|
import newlib-2000-02-17 snapshot
|
27 years ago |
|
strstr.c
|
Make strstr and strcasestr O(n), not O(n^2); add memmem.
|
19 years ago |
|
strtok.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
strtok_r.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
strupr.c
|
2009-04-23 Mike Burgess <wizardsguild@earthlink.net>
|
18 years ago |
|
strxfrm.c
|
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
|
13 years ago |
|
swab.c
|
Correct for missing patch
|
26 years ago |
|
u_strerr.c
|
strerror: allow user hook to comply with POSIX rules
|
15 years ago |
|
wcpcpy.c
|
* libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.
|
19 years ago |
|
wcpncpy.c
|
* libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.
|
19 years ago |
|
wcscasecmp.c
|
* libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.
|
18 years ago |
|
wcscat.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcschr.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcscmp.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcscoll.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcscpy.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcscspn.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsdup.c
|
2009-03-25 Jeff Johnston <jjohnstn@redhat.com>
|
18 years ago |
|
wcslcat.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcslcpy.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcslen.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsncasecmp.c
|
* libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.
|
18 years ago |
|
wcsncat.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsncmp.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsncpy.c
|
2009-08-17 Craig Howland <howland@LGSInnovations.com>
|
17 years ago |
|
wcsnlen.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcspbrk.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsrchr.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsspn.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcsstr.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wcstok.c
|
2008-12-12 Craig Howland <howland@LGSInnovations.com>
|
18 years ago |
|
wcstrings.tex
|
* libc/time/time.tex (wcsftime.def): Include.
|
18 years ago |
|
wcswidth.c
|
* libc/string/local.h: New file.
|
17 years ago |
|
wcsxfrm.c
|
* libc/include/wchar.h: Add prototype for wcsxfrm.
|
19 years ago |
|
wcwidth.c
|
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
15 years ago |
|
wmemchr.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wmemcmp.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wmemcpy.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wmemmove.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
wmemset.c
|
2005-10-28 Bob Wilson <bob.wilson@acm.org>
|
21 years ago |
|
xpg_strerror_r.c
|
strerror: allow user hook to comply with POSIX rules
|
15 years ago |