From 63afd6ae4063981afa88e90f8b2b3653433fdcb8 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Fri, 15 Nov 1996 19:43:19 +0000 Subject: *** empty log message *** Fri Nov 15 12:27:25 1996 Thomas Bushnell, n/BSG * sysdeps/mach/hurd/statbuf.h (S_IPTRANS, S_IATRANS, S_IROOT, S_ITRANS): New macros. (S_ISPARE): Update to include new macros and S_IUSEUNK. * sysdeps/mach/hurd/select.c (__select): Construct arg to mach_msg_destroy more nicely. * sysdeps/mach/hurd/ioctl.c: Include . * stdio/fopen.c (__getmode): Declare with prototype. * stdio/memstream.c (enlarge_buffer, seek, free_info): Likewise. * stdio/internals.c (__stdio_check_funcs, init_stream, seek_to_target, flushbuf, fillbuf): Likewise. * stdio-common/vfscanf.c (encode_error) [! USE_IN_LIBIO]: Call funlockfile, not _IO_funlockfile. * sysdeps/posix/readv.c (readv): Change return type to ssize_t. Deansideclized. * sysdeps/posix/writev.c (writev): Likewise. * sysdeps/mach/hurd/lchown.c: Include and fix typo. Thu Nov 14 12:53:16 1996 Thomas Bushnell, n/BSG * sysdeps/mach/hurd/i386/init-first.c (_dl_start): Make this a prototyped definition. * sysdeps/mach/hurd/select.c (__select): Deal properly when there are no bits set in the masks. Reported by baldazzi@csr.unibo.it. Tue Nov 12 16:58:41 1996 Thomas Bushnell, n/BSG * mach/mach.h (__mach_msg_destroy, mach_msg_destroy, __mach_msg): Provide prototypes. * mach/msg-destroy.c (mach_msg_destroy_port, mach_msg_destroy_memory): Use prototype syntax. * hurd/hurdmalloc.c (more_memory, malloc_fork_prepare, malloc_fork_parent, malloc_fork_child): Likewise. * stdio/stdio.h: Repair broken cpp syntax. * sysdeps/mach/hurd/lchown.c: New file. Guts from chown.c, except we pass O_NOLINK on the open. * manual/errno.texi (EBADMSG, EIDRM, EMULTIHOP, ENODATA, ENOLINK, ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as an XOPEN error code, move to before the "Linux only" section, and give it a new number for the Hurd. * sysdeps/generic/sysdep.h: Define END only if not yet defined. * sysdeps/unix/sysdep.h: Define PSEUDO_END only if not yet defined. --- ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 224069f631..9b7a667bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +Fri Nov 15 12:27:25 1996 Thomas Bushnell, n/BSG + + * sysdeps/mach/hurd/statbuf.h (S_IPTRANS, S_IATRANS, S_IROOT, + S_ITRANS): New macros. + (S_ISPARE): Update to include new macros and S_IUSEUNK. + + * sysdeps/mach/hurd/select.c (__select): Construct arg to + mach_msg_destroy more nicely. + + * sysdeps/mach/hurd/ioctl.c: Include . + + * stdio/fopen.c (__getmode): Declare with prototype. + * stdio/memstream.c (enlarge_buffer, seek, free_info): Likewise. + * stdio/internals.c (__stdio_check_funcs, init_stream, + seek_to_target, flushbuf, fillbuf): Likewise. + + * stdio-common/vfscanf.c (encode_error) [! USE_IN_LIBIO]: Call + funlockfile, not _IO_funlockfile. + + * sysdeps/posix/readv.c (readv): Change return type to ssize_t. + Deansideclized. + * sysdeps/posix/writev.c (writev): Likewise. + + * sysdeps/mach/hurd/lchown.c: Include and fix typo. + +Thu Nov 14 12:53:16 1996 Thomas Bushnell, n/BSG + + * sysdeps/mach/hurd/i386/init-first.c (_dl_start): Make this a + prototyped definition. + + * sysdeps/mach/hurd/select.c (__select): Deal properly when there + are no bits set in the masks. Reported by baldazzi@csr.unibo.it. + Thu Nov 14 02:00:33 1996 Ulrich Drepper * inet/Makefile (headers): Add aliases.h. @@ -46,6 +79,26 @@ Wed Nov 13 03:09:16 1996 Ulrich Drepper * configure.in: Require at least autoconf-2.10.2. +Tue Nov 12 16:58:41 1996 Thomas Bushnell, n/BSG + + * mach/mach.h (__mach_msg_destroy, mach_msg_destroy, __mach_msg): + Provide prototypes. + + * mach/msg-destroy.c (mach_msg_destroy_port, + mach_msg_destroy_memory): Use prototype syntax. + * hurd/hurdmalloc.c (more_memory, malloc_fork_prepare, + malloc_fork_parent, malloc_fork_child): Likewise. + + * stdio/stdio.h: Repair broken cpp syntax. + + * sysdeps/mach/hurd/lchown.c: New file. Guts from chown.c, except + we pass O_NOLINK on the open. + + * manual/errno.texi (EBADMSG, EIDRM, EMULTIHOP, ENODATA, ENOLINK, + ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as + an XOPEN error code, move to before the "Linux only" section, and + give it a new number for the Hurd. + Tue Nov 12 03:35:01 1996 Christian von Roques * malloc/obstack.h: Add new macro `obstack_make_room'. @@ -406,8 +459,8 @@ Tue Nov 5 18:06:06 1996 Ulrich Drepper Tue Nov 5 12:09:29 1996 Ulrich Drepper - * sysdep/generic/sysdep.h: Define END only if not yet defined. - * sysdep/unix/sysdep.h: Define PSEUDO_END only if not yet defined. + * sysdeps/generic/sysdep.h: Define END only if not yet defined. + * sysdeps/unix/sysdep.h: Define PSEUDO_END only if not yet defined. Reported by Thomas Bushnell, n/BSG. Mon Nov 4 22:46:53 1996 Ulrich Drepper -- cgit v1.2.3