diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index ecb64eca0d..d8c6c5cb73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +1998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com> + + * include/unistd.h: Protect against multiple inclusion. + + * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P + is defined, not is glob is defined. + * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P. + +1998-08-01 17:18 H.J. Lu <hjl@gnu.org> + + * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of + xdr_string for ut_line, ut_name and ut_host. + +1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to + /var/mail in accordance with FHS 2.0. + Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639]. + +1998-08-12 Richard Henderson <rth@cygnus.com> + + * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg): + Update aliases for cancelation. + + * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before + playing with symbol versions. + 1998-08-12 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and @@ -49,10 +76,10 @@ 1998-07-25 19:47 Jose M. Moya <josem@gnu.org> * sysdeps/mach/hurd/getcwd.c - (_hurd_canonicalize_directory_name_internal): Do not loop forever - for unknown root directories. + (_hurd_canonicalize_directory_name_internal): Do not loop forever + for unknown root directories. (__getcwd): Return NULL when the current root directory could not - be reached. + be reached. 1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com> |