glibc/string
Ulrich Drepper 4547c1a410 Update.
1997-09-16 23:48  Ulrich Drepper  <drepper@cygnus.com>

	* libio/fileops.c: Define __set_errno if necessary.
	* libio/libioP.h: Don't use __BEGIN_DECLS/__END_DECLS, expand macros.

1997-09-16 22:03  Ulrich Drepper  <drepper@cygnus.com>

	* string/Makefile (headers): Instead bits/string2.h.
	Reported by David S. Miller <davem@jenolan.rutgers.edu>.

1997-09-16 13:31  David S. Miller  <davem@tanya.rutgers.edu>

	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: New file.

1997-09-16 17:42  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/bits/select.h (__FD_ZERO): Declare __arr variable
	as of type __fdset *.
	* sysdeps/i386/bits/select.h: Likewise.
	Reported by David S. Miller <davem@jenolan.rutgers.edu>.

1997-09-16 04:32  Ulrich Drepper  <drepper@cygnus.com>

	* hesiod/hesiod.c: Don't use and define cistrcmp.  We have
	strcasecmp.
	(hesiod_init): Use of HES_DOMAIN need not be protected by
	__secure_getenv.
	(hesiod_to_bind): Avoid using strcat and extra strlen calls, use
	stpcpy.

	* string/Makefile (noinl-tester-ENV): New variable to make
	strerror test pass.
	(CFLAGS-noinl-tester): Make sure we test the correct functions.

	* sysdeps/stub/atomicity.h: Fix typo.
	Zack Weinberg <zack@rabi.phys.columbia.edu> told me this twice.

	* manual/string.texi: Document strnlen and mempcpy.
	Tell a bit more about the locale dependence of strcasecmp and
	strncasecmp.

	* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove ptrace.
	* sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace): Change return
	value type to long int.
	* sysdeps/unix/sysv/linux/ptrace.c: Likewise.  Adopt local variable
	types.
	* sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Fix typo.
	Patches by David S. Miller <davem@jenolan.rutgers.edu>.
1997-09-16 21:51:15 +00:00
..
bits Update. 1997-09-16 00:42:43 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1997-09-16 21:51:15 +00:00
argz-addsep.c Update. 1997-06-12 21:38:55 +00:00
argz-append.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-count.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-create.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-ctsep.c update from main archive 970210 1997-02-11 04:45:23 +00:00
argz-delete.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-extract.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-insert.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-next.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz-replace.c Update. 1997-06-19 19:11:22 +00:00
argz-stringify.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
argz.h Update. 1997-08-27 20:26:10 +00:00
basename.c Update. 1997-05-21 01:48:59 +00:00
byteswap.h Update. 1997-07-24 01:36:01 +00:00
endian.h Update. 1997-06-21 02:59:26 +00:00
envz.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
envz.h Update. 1997-06-21 02:59:26 +00:00
inl-tester.c Update. 1997-09-11 12:09:10 +00:00
memfrob.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
memory.h Update. 1997-06-21 02:59:26 +00:00
noinl-tester.c Update. 1997-09-16 00:42:43 +00:00
stratcliff.c Update. 1997-09-11 12:09:10 +00:00
strcoll.c update from main archive 970221 1997-02-22 01:20:46 +00:00
strcoll_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strdup.c Update. 1997-03-16 20:28:07 +00:00
strerror.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strerror_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strfry.c update from main archive 961203 1996-12-04 01:41:39 +00:00
string.h Update. 1997-09-16 00:42:43 +00:00
strings.h Update. 1997-06-21 02:59:26 +00:00
strndup.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strnlen.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strsignal.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strverscmp.c Update. 1997-05-22 02:19:00 +00:00
strxfrm.c update from main archive 970221 1997-02-22 01:20:46 +00:00
strxfrm_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
swab.c Update. 1997-04-12 23:41:36 +00:00
test-ffs.c update from main archive 970218 1997-02-19 04:43:53 +00:00
testcopy.c update from main archive 970218 1997-02-19 04:43:53 +00:00
tester.c Update. 1997-09-16 00:42:43 +00:00
tst-strlen.c Update. 1997-09-11 12:09:10 +00:00
tst-svc.c Update. 1997-05-21 01:48:59 +00:00
tst-svc.expect Update. 1997-05-21 01:48:59 +00:00
tst-svc.input Update. 1997-05-21 01:48:59 +00:00