glibc/string
Ulrich Drepper c06a49c551 Update.
2001-08-27  Ulrich Drepper  <drepper@redhat.com>

	* misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
	the connection went down after we first used it try to connect
	again and resend the message before printing to the console.
	Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.

2001-08-27  Jakub Jelinek  <jakub@redhat.com>

	* string/tst-strlen.c (main): Test strnlen (, -1) too.
	* sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
	bit set.

2001-08-27  Ulrich Drepper  <drepper@redhat.com>

	* iconv/strtab.c (searchstring): Use correct length for
	comparison.
	(strtabadd): Account total size correct if new string has old string as
	substring.
2001-08-28 04:52:25 +00:00
..
bits Update. 2001-08-21 17:12:43 +00:00
.cvsignore
Depend Update. 2001-03-19 21:40:15 +00:00
Makefile Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 2000-01-24 02:54:28 +00:00
argz-addsep.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-append.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-count.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-create.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-ctsep.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-delete.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-extract.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-insert.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-next.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-replace.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz-stringify.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argz.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
basename.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bug-strcoll1.c Update. 2001-04-26 20:45:18 +00:00
bug-strncat1.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
bug-strpbrk1.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
bug-strspn1.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
byteswap.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
endian.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
envz.c Update. 2001-08-20 06:37:56 +00:00
envz.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
inl-tester.c
memfrob.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memory.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
noinl-tester.c
stratcliff.c (main): Add strncpy test. 2001-08-23 01:10:57 +00:00
strcoll.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strcoll_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strdup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strerror.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strfry.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
string-inlines.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
string.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strings.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strndup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strsignal.c Update. 2001-08-14 23:29:55 +00:00
strverscmp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strxfrm.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strxfrm_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
swab.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-ffs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
testcopy.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tester.c * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr. 2001-08-24 23:51:15 +00:00
tst-bswap.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-inlcall.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-strlen.c Update. 2001-08-28 04:52:25 +00:00
tst-strtok.c Update. 2001-02-22 13:46:25 +00:00
tst-strxfrm.c Update. 2001-03-19 21:40:15 +00:00
tst-svc.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-svc.expect Update. 2001-02-02 08:24:56 +00:00
tst-svc.input Update. 2001-02-02 08:24:56 +00:00