]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
1f539fd1
UD
11998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
2
3 * include/unistd.h: Protect against multiple inclusion.
4
5 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
6 is defined, not is glob is defined.
7 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
8
91998-08-01 17:18 H.J. Lu <hjl@gnu.org>
10
11 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
12 xdr_string for ut_line, ut_name and ut_host.
13
141998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
15
16 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
17 /var/mail in accordance with FHS 2.0.
18 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
19
201998-08-12 Richard Henderson <rth@cygnus.com>
21
22 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
23 Update aliases for cancelation.
24
25 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
26 playing with symbol versions.
27
259d930a
RM
281998-08-12 Roland McGrath <roland@baalperazim.frob.com>
29
30 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
31 multiple inclusion protection.
32 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
33 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
34 define all these to 1.
35 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
36
d6765f1d
RM
371998-08-12 Roland McGrath <roland@baalperazim.frob.com>
38
39 * sysdeps/mach/usleep.c: Include <unistd.h>.
40 (usleep): Return void.
41
421998-08-11 Roland McGrath <roland@baalperazim.frob.com>
43
44 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
45 decl to inhibit warning in if_freenameindex defn.
46
47 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
48
49 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
50
51 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
52 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
53 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
54 * sysdeps/mach/usleep.c: Likewise.
55
56 * sysdeps/mach/hurd/bind.c (bind): Add a const.
57
58 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
59 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
60 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
61 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
62 * sysdeps/mach/usleep.c (usleep): Likewise.
63 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
64 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
65 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
66 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
67
681998-08-11 Roland McGrath <roland@baalperazim.frob.com>
69
70 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
71 (glob64): Fix typo.
72
73 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
74 %p arg to fprintf, since `void *' is the right type already.
75
b5876a19
RM
761998-07-25 19:47 Jose M. Moya <josem@gnu.org>
77
78 * sysdeps/mach/hurd/getcwd.c
1f539fd1
UD
79 (_hurd_canonicalize_directory_name_internal): Do not loop forever
80 for unknown root directories.
b5876a19 81 (__getcwd): Return NULL when the current root directory could not
1f539fd1 82 be reached.
b5876a19 83
f81d98d6 841998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
a2bde807 85
f81d98d6 86 * string/strsignal.c (strsignal): Count real-time signals from zero.
a2bde807 87
a5f4e34a 88
f81d98d6 89See ChangeLog.8 for earlier changes.