glibc/string
Ulrich Drepper f377d02227 Update.
* include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
	and atomic_dealy is not already defined.
	* sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
	* sysdeps/x86_64/bits/atomic.h: Likewise.

	* miscd/sys/cdefs.h (__NTH): New macro.
	(__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
	(__REDIRECT_NTH): New macro.
	* argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
	* ctype/ctype.h: Likewise.
	* dirent/dirent.h: Likewise.
	* io/fcntl.h: Likewise.
	* io/sys/sendfile.h: Likewise.
	* io/sys/stat.h: Likewise.
	* io/sys/statfs.h: Likewise.
	* io/sys/statvfs.h: Likewise.
	* libio/bits/stdio.h: Likewise.
	* misc/sys/mman.h: Likewise.
	* posix/unistd.h: Likewise.
	* resource/sys/resource.h: Likewise.
	* rt/aio.h: Likewise.
	* signal/signal.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/argz.h: Likewise.
	* string/string.h: Likewise.
	* sysdeps/generic/inttypes.h: Likewise.
	* sysdeps/i386/fpu/bits/mathinline.h: Likewise.
	* sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
	* sysdeps/s390/fpu/bits/mathinline.h: Likewise.
	* sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
	* wcsmbs/wchar.h: Likewise.

	* sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.

	* resolv/gethnamaddr.c (getanswer): Remove __P use in variable
	definition.

	* io/sys/poll.h: Remove __THROW from poll prototype, it's a
	cancellation point.
2004-09-07 22:33:37 +00:00
..
bits Update. 2004-05-28 06:56:51 +00:00
.cvsignore
Depend
Makefile Update. 2004-03-22 19:54:06 +00:00
Versions Update. 2004-03-22 19:54:06 +00:00
argz-addsep.c
argz-append.c
argz-count.c
argz-create.c
argz-ctsep.c
argz-delete.c
argz-extract.c
argz-insert.c
argz-next.c
argz-replace.c
argz-stringify.c
argz.h Update. 2004-09-07 22:33:37 +00:00
basename.c * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!). 2002-08-12 02:02:20 +00:00
bug-strcoll1.c
bug-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
byteswap.h
endian.h
envz.c * include/rpc/auth.h: Use libc_hidden_proto for getnetname, 2002-08-06 06:09:28 +00:00
envz.h
inl-tester.c
memfrob.c
memory.h
noinl-tester.c
stratcliff.c (main): Check memccpy. 2003-09-09 20:15:17 +00:00
strcoll.c Update. 2004-03-14 21:12:06 +00:00
strcoll_l.c Update. 2004-03-14 21:12:06 +00:00
strdup.c
strerror.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
strfry.c
string.h Update. 2004-09-07 22:33:37 +00:00
strings.h
strndup.c
strsignal.c Update. 2002-08-04 23:32:14 +00:00
strverscmp.c Update. 2002-08-04 09:27:27 +00:00
strxfrm.c Update. 2004-03-14 21:12:06 +00:00
strxfrm_l.c Update. 2004-03-14 21:12:06 +00:00
swab.c
test-ffs.c Update. 2004-04-04 06:17:27 +00:00
test-memccpy.c Update. 2003-09-10 05:23:33 +00:00
test-memchr.c Update. 2003-04-17 17:38:38 +00:00
test-memcmp.c Update. 2003-04-17 17:38:38 +00:00
test-memcpy.c Update. 2003-04-17 17:38:38 +00:00
test-memmove.c Update. 2003-04-17 17:38:38 +00:00
test-mempcpy.c * string/test-string.h: New file. 2002-11-07 19:15:01 +00:00
test-memset.c Update. 2003-04-17 17:38:38 +00:00
test-stpcpy.c * string/test-string.h: New file. 2002-11-07 19:15:01 +00:00
test-stpncpy.c * string/test-strspn.c (do_test): Ensure zero termination. 2002-11-09 00:36:21 +00:00
test-strcat.c Update. 2003-05-01 07:38:32 +00:00
test-strchr.c Update. 2003-04-17 17:38:38 +00:00
test-strcmp.c Update. 2003-04-17 17:38:38 +00:00
test-strcpy.c Update. 2003-04-17 17:38:38 +00:00
test-strcspn.c * string/test-strchr.c (stupid_strchr): New function. 2002-11-08 22:10:01 +00:00
test-string.h Update. 2004-03-07 09:05:18 +00:00
test-strlen.c Update. 2003-04-17 17:38:38 +00:00
test-strncmp.c Update. 2003-04-17 17:38:38 +00:00
test-strncpy.c (do_one_test): Makr start and stop as possibly unused. 2003-04-16 17:10:51 +00:00
test-strpbrk.c Update. 2003-04-17 17:38:38 +00:00
test-strrchr.c Update. 2003-04-17 17:38:38 +00:00
test-strspn.c Update. 2003-04-17 17:38:38 +00:00
testcopy.c
tester.c * string/tester.c (test_strcmp): Fix a typo. 2003-04-11 22:07:03 +00:00
tst-bswap.c
tst-inlcall.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
tst-strlen.c
tst-strtok.c
tst-strxfrm.c 2002-08-29 Roland McGrath <roland@redhat.com> 2002-08-29 09:26:30 +00:00
tst-svc.c
tst-svc.expect
tst-svc.input