035e49ed40120707ede8cdddf2e376b36d841336
[platform/upstream/glibc.git] / ChangeLog
1 2000-03-02  Andreas Jaeger  <aj@suse.de>
2
3         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
4
5 2000-03-01  Andreas Jaeger  <aj@suse.de>
6
7         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
8         (tests): Added tst-getdate.
9
10         * time/tst-getdate.c: New file.
11
12         * time/datemsk: New file, needed for tst-getdate.
13
14 2000-02-29  Cristian Gafton  <gafton@redhat.com>
15
16         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
17
18 2000-02-17  H.J. Lu  <hjl@gnu.org>
19
20         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
21
22         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
23         available.
24         (svcudp_recv): Set up message with the new "xp_pad" field for
25         IP_PKTINFO.
26         (svcudp_reply): Support IP_PKTINFO if available.
27
28 2000-03-01  Andreas Jaeger  <aj@suse.de>
29
30         * time/getdate.c (check_mday): Fix check for february.
31         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
32         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
33
34 2000-03-02  Andreas Jaeger  <aj@suse.de>
35
36         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
37         g++ fails to parse this.
38         Reported by Sean Chen <sean.chen@turbolinux.com>.
39
40 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
41
42         * io/creat.c: Moved to...
43         * sysdeps/generic/creat.c: ...here.
44         * io/creat64.c: Moved to...
45         * sysdeps/generic/creat64.c: ...here.
46         * io/lockf.c: Moved to...
47         * sysdeps/generic/lockf.c: ...here.
48
49         * crypt/crypt.texi: Moved to...
50         * manual/crypt.texi: ...here.
51         * crypt/examples/genpass.c: Moved to...
52         * manual/examples/genpass.c: ...here.
53         * crypt/examples/mygenpass.c: Moved to...
54         * manual/examples/mygenpass.c: ...here.
55         * crypt/examples/testpass.c: Moved to...
56         * manual/examples/testpass.c: ...here.
57
58         * manual/Makefile (chapters): Add crypt.
59         * manual/conf.texi: Add usual header for not-last chapter.
60         * manual/crypt.texi: Add special header for last chapter.
61
62 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
63
64         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
65         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
66         complain if there is no crypt add-on.
67         * crypt/configure: Removed.
68
69         * crypt/crypt.texi: Update documentation of US export restrictions
70         to match the 14 Jan 2000 regulations.
71
72 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
73
74         * crypt: New subdirectory, merged in from the crypt add-on.
75
76 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
77
78         * include/unistd.h: Add __rmdir and __mkdir prototypes.
79
80
81 See ChangeLog.10 for earlier changes.