acadia-newlib/newlib/libc/string
Jeff Johnston 0888fedd86 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's
        used later (ifdef __SCLE)
        * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's
        used later (ifdef MB_CAPABLE)
        * libc/string/memset.c (memset): removed unused variables "count"
        and "unaligned_addr"
        * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and
        "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE)
        * libc/unix/getpwent.c (getpwnam): removed unused variables "uid"
        and "gid"
2000-08-24 16:25:36 +00:00
..
Makefile.am * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c. 2000-03-08 03:46:01 +00:00
Makefile.in * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c. 2000-03-08 03:46:01 +00:00
bcmp.c
bcopy.c
bzero.c
index.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 16:25:36 +00:00
rindex.c
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcoll.c
strcpy.c
strcspn.c
strerror.c
strings.tex * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c. 2000-03-08 03:46:01 +00:00
strlen.c
strlwr.c
strncasecmp.c
strncat.c
strncmp.c
strncpy.c
strpbrk.c
strrchr.c
strspn.c
strstr.c
strtok.c
strtok_r.c
strupr.c
strxfrm.c
swab.c Thu Mar 9 17:20:41 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-09 22:25:01 +00:00
u_strerr.c