*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Tue, 8 Oct 1996 15:20:32 +0000 (15:20 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Tue, 8 Oct 1996 15:20:32 +0000 (15:20 +0000)
commitb853ee82a2701bc91a8e5215191901ea37227647
treed1862cb072299040dc19d6479a6c45860dcebb00
parent88c24ea1c6226314b8b61f5e6b2dc0290e8d3713
*** empty log message ***

Mon Oct  7 14:51:52 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* sysdeps/mach/hurd/pipestream.c: New file to avoid use of
sysdeps/unix/pipestream.c.

* sysdeps/mach/hurd/readdir_r.c: New file, guts copied entirely
from sysdeps/mach/hurd/readdir.c.

* stdio/freopen.c: Complete de-ansideclification.
* stdio/fgets.c (fgets): Likewise.
* stdio/getdelim.c (__getdelim): Likewise.
* sysdeps/posix/pipestream.c (readdecl, writedecl, seekdecl,
popen):
Likewise.
* sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
* sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.

* sysdeps/mach/hurd/wait4.c (__wait4): Allow a null value for
STAT_LOC without error.

Fri Oct  4 17:30:22 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* hurd/hurdsig.c (signal_allowed): Add SIGWINCH to the list that
controlling terminals are allowed to send.

* hurd/alloc-fd.c (_hurd_alloc_fd): If SIZE is so big that the
table is larger than the allowable address size, then return
failure.

Thu Oct  3 13:33:31 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* sysdeps/generic/gnu/types.h: Added __loff_t.
Don't declare key_t here.

* hurd/alloc-fd.c (_hurd_alloc_fd): If realloc fails, bother to
  set errno (to ENOMEM).
ChangeLog