glibc/posix
Ulrich Drepper a18f587da5 update from main archive 961206
Sat Dec  7 03:24:36 1996  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Discard error message from test in test for
	bash-2.0.

	* io/getpw.c: Don't apply getcwd on user supplied buffer.
	Instead always use temporary buffer and only copy the result.
	Patch by HJ Lu.
	* stdlib/canonicalize.c: Likewise.

	* libio/fileops.c: Change comments according to libg++2.8b5.
	* libio/iosetvbuf.c: Follow change in libg++-2.8b5 to clear
	unbuffered flag.
	Reported by HJ Lu.

	* manual/nss.texi: Correct prototypes.

	* misc/syslog.c: Make reentrant.  Catch SIGPIPE signal to prevent
	crash if syslog daemon is restarted.

	* stdlib/rand_r.c: New file.  Implementation of POSIX.2 function
	rand_r.
	* stdlib/Makefile (routines): Add rand_r.

	* sysdeps/stub/libc-lock.h: Define __libc_lock_trylock and
	__libc_mutex_lock.

	* configure.in: Add --disable-sanity-check option.
	* sysdeps/unix/sysv/linux/configure.in: If linuxthreads or
	des-crypt are not available and --disbale-sanity-check is not
	given abort with a message.

Thu Dec  5 19:19:53 1996  Richard Henderson  <rth@tamu.edu>

	* posix/glob.c: Tests against STDC_HEADERS should also test
	__GNU_LIBRARY__.

Thu Dec  5 16:20:55 1996  Ulrich Drepper  <drepper@cygnus.com>

	* misc/err.c (vwarn): Set errno again before using %m format.

Thu Dec  5 10:14:05 1996  Andreas Jaeger  <aj@arthur.pfalz.de>

	* grp/grp.h: Add declaration of __getgrent_r.

	* io/fts.c (fts_build): Remove "register" from variables dirbuf
	and dp since their address is needed.

	* sysdeps/posix/getcwd.c (__getcwd): Remove "register" from
	variable d since d's address is needed.

	* misc/tst-dirname.c (main): Provide prototype.
	* misc/ioctltst.c (main): Dito.

	* Makefile: Add gnu/lib-names.h to install-others before including
	Makerules.

Wed Dec  4 16:00:09 1996  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/sys/socketvar.h: New file.  Simply use
	<sys/socket.h>.
	* sysdeps/unix/sysv/linux/Dist: Add sys/socketvar.h.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet)]: Add
	sys/socketvar.h to sysdep_headers.

	since the value might be outside the range of the `long int'.
1996-12-07 03:30:25 +00:00
..
glob Regenerated 1996-07-26 00:34:28 +00:00
sys update from main archive 961126 1996-11-27 06:13:15 +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 from main archive 961126 1996-11-27 06:13:15 +00:00
confstr.c update from main archive 1996-09-27 03:45:24 +00:00
environ.c Wed Apr 12 23:27:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-04-13 09:00:11 +00:00
execl.c initial import 1995-02-18 01:27:10 +00:00
execle.c initial import 1995-02-18 01:27:10 +00:00
execlp.c update from main archive 961009 1996-10-10 01:07:18 +00:00
execv.c initial import 1995-02-18 01:27:10 +00:00
execvp.c update from main archive 1996-09-27 03:45:24 +00:00
fnmatch.c update from main archive 961030 1996-10-31 02:57:12 +00:00
fnmatch.h update from main archive 961114 1996-11-15 04:08:00 +00:00
getconf.c update from main archive 961201 1996-12-02 04:00:15 +00:00
getopt.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
getopt.h update from main archive 961114 1996-11-15 04:08:00 +00:00
getopt1.c Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c 1995-02-18 03:51:45 +00:00
glob.c update from main archive 961206 1996-12-07 03:30:25 +00:00
glob.h update from main archive 961114 1996-11-15 04:08:00 +00:00
id.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
posix1_lim.h update from main archive 961114 1996-11-15 04:08:00 +00:00
posix2_lim.h update from main archive 961114 1996-11-15 04:08:00 +00:00
re_comp.h update from main archive 961105 1996-11-06 04:24:40 +00:00
regex.c update from main archive 961030 1996-10-31 02:57:12 +00:00
regex.h update from main archive 961114 1996-11-15 04:08:00 +00:00
sched.h update from main archive 960912 1996-09-13 03:21:39 +00:00
setpgrp.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
tar.h update from main archive 961114 1996-11-15 04:08:00 +00:00
testfnm.args initial import 1995-02-18 01:27:10 +00:00
testfnm.c update from main archive 961005 1996-10-06 02:05:11 +00:00
tstgetopt.args Sat Sep 30 11:47:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-09-30 17:10:48 +00:00
tstgetopt.c Sat Sep 30 11:47:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-09-30 17:10:48 +00:00
unistd.h update from main archive 961116 1996-11-17 03:15:52 +00:00
wait.h update from main archive 961126 1996-11-27 06:13:15 +00:00
wordexp.c initial import 1995-02-18 01:27:10 +00:00
wordexp.h update from main archive 961114 1996-11-15 04:08:00 +00:00