acadia-newlib/newlib/libc/string
Jeff Johnston d29587b478 2002-05-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/string.h: Add strnlen and strerror_r prototypes.
        * libc/string/Makefile.am: Add strnlen.c and strerror_r.c support.
        * libc/string/Makefile.in: Regenerated.
        * libc/string/strerror_r.c: New file.
        * libc/string/strnlen.c: New file.
        * libc/sys/linux/Makefile.am: Add rename.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/rename.c: New file to override default rename.
2002-05-24 23:44:39 +00:00
..
Makefile.am 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
Makefile.in 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
bcmp.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-23 18:46:04 +00:00
bcopy.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-23 18:46:04 +00:00
bzero.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-23 18:46:04 +00:00
index.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
rindex.c
strcasecmp.c
strcat.c
strchr.c 2002-05-10 Jeff Johnston <jjohnstn@redhat.com> 2002-05-10 17:51:18 +00:00
strcmp.c
strcoll.c
strcpy.c
strcspn.c
strerror.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
strerror_r.c 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
strings.tex
strlcat.c * strlcat.c: Add file. 2002-05-13 19:33:46 +00:00
strlcpy.c * strlcat.c: Add file. 2002-05-13 19:33:46 +00:00
strlen.c
strlwr.c
strncasecmp.c
strncat.c
strncmp.c
strncpy.c
strnlen.c 2002-05-24 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 23:44:39 +00:00
strpbrk.c
strrchr.c
strsep.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 00:13:57 +00:00
strspn.c
strstr.c
strtok.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 00:13:57 +00:00
strtok_r.c 2002-05-23 Jeff Johnston <jjohnstn@redhat.com> 2002-05-24 00:13:57 +00:00
strupr.c
strxfrm.c
swab.c
u_strerr.c