glibc/string
Ulrich Drepper 267ca16a67 Update to 960810.
Sat Aug 10 13:17:27 1996  David Mosberger-Tang  <davidm@azstarnet.com>

	* shadow.h: New file.

	* sysdeps/unix/sysv/linux/netinet/in.h: Move
 	__BEGIN_DECLS/__END_DECLS up so ntohl() et al are bracketed as
 	well.

	* socket/sys/socket.h [__cplusplus]: Use old-style __SOCKADDR_ARG.
	g++ 2.7.2 (and earlier) has no transparent unions support.

Fri Aug  9 18:50:06 1996  David Mosberger-Tang  <davidm@azstarnet.com>

	* sysdeps/unix/sysv/linux/alpha/ioperm.c (_bus_base_sparse): New
	function to determine the base address of sparse bus memory.
	(APECS_*): Rename to CIA_*.
	(APECS_SPARSE_MEM, CIA_SPARSE_MEM): New macros.
	(platform): Add sparse_bus_memory_base member and initialize.
	(sparse_bus_memory_base): New variable.

Tue Aug  6 10:23:18 1996  David Mosberger-Tang  <davidm@azstarnet.com>

	* sysdeps/posix/ttyname_r.c (ttyname_r),
	sysdeps/posix/ttyname.c (ttyname): Return -1/NULL if
	!__isatty(fd) (POSIX.1 says so.)

	* sysdeps/unix/getlogin.c (getlogin): Fix to check fd 0 only.
  	This is not a gross hack, after all---for compatibility,
 	getlogin() really should check fd 0 only and not try to base its
 	operation on the controlling tty.

Wed Jul 17 10:54:20 1996  David Mosberger-Tang  <davidm@azstarnet.com>

	* sysdeps/unix/getlogin.c (getlogin): Add static variable NAME,
 	change utmp_data from static to auto.

Sun Aug 11 02:56:08 1996  Ulrich Drepper  <drepper@cygnus.com>

	* posix/unistd.h [__USE_MISC]: Add prototype for `nice'.
	Reported by David Mosberger-Tang.
1996-08-11 01:08:23 +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
argz-append.c Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-29 05:21:53 +00:00
argz-count.c Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-29 05:21:53 +00:00
argz-create.c (__argz_create): Correctly calculate length. 1996-05-22 22:20:51 +00:00
argz-ctsep.c Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-03 17:44:31 +00:00
argz-delete.c string/argz-delete.c (argz_delete): Use memmove instead of memcpy for possbly overlapping strings. 1996-07-08 17:12:04 +00:00
argz-extract.c (__argz_extract): Add terminating 0 entry. 1996-05-22 22:21:46 +00:00
argz-insert.c (__argz_insert): Use memmove instead of memcpy for possible overlapping strings. 1996-07-08 05:37:55 +00:00
argz-next.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
argz-stringify.c Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-29 05:21:53 +00:00
argz.h Update to 960810. 1996-08-11 01:08:23 +00:00
basename.c * string/basename.c (basename): Cast FILENAME to char * for return. 1996-06-11 21:33:17 +00:00
endian.h initial import 1995-02-18 01:27:10 +00:00
envz.c * configure.in (--with-fp): Note in help string that it's the default. 1996-05-13 22:01:00 +00:00
envz.h Update. 1996-08-07 23:50:59 +00:00
Makefile Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-28 08:56:59 +00:00
memfrob.c initial import 1995-02-18 01:27:10 +00:00
memory.h initial import 1995-02-18 01:27:10 +00:00
strcoll.c Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-04 00:07:18 +00:00
strdup.c Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-28 08:56:59 +00:00
strerror_r.c Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-09-17 20:23:15 +00:00
strerror.c Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-09-17 20:23:15 +00:00
strfry.c initial import 1995-02-18 01:27:10 +00:00
string.h Sun Jul 28 23:46:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-29 03:49:00 +00:00
strings.h initial import 1995-02-18 01:27:10 +00:00
strndup.c Sat Jul 27 04:37:34 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-27 09:36:38 +00:00
strnlen.c Thu Mar 14 06:01:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-14 11:20:23 +00:00
strsignal.c * hurd/hurd/signal.h: Declare hurd_preempt_signals and 1995-10-17 09:00:50 +00:00
strxfrm.c Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-04 00:07:18 +00:00
swab.c initial import 1995-02-18 01:27:10 +00:00
test-ffs.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
testcopy.c initial import 1995-02-18 01:27:10 +00:00
tester.c Update. 1996-08-09 02:46:09 +00:00
tst-strlen.c Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-03 17:44:31 +00:00