mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
6500dff664
2000-03-02 Andreas Jaeger <aj@suse.de> * resolv/Makefile (headers): Add arpa/nameser_compat.h.
82 lines
2.4 KiB
Plaintext
82 lines
2.4 KiB
Plaintext
2000-03-02 Andreas Jaeger <aj@suse.de>
|
|
|
|
* resolv/Makefile (headers): Add arpa/nameser_compat.h.
|
|
|
|
2000-03-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
* time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
|
|
(tests): Added tst-getdate.
|
|
|
|
* time/tst-getdate.c: New file.
|
|
|
|
* time/datemsk: New file, needed for tst-getdate.
|
|
|
|
2000-02-29 Cristian Gafton <gafton@redhat.com>
|
|
|
|
* configure.in (CCVERSION): Require at least veersion 5 of perl API.
|
|
|
|
2000-02-17 H.J. Lu <hjl@gnu.org>
|
|
|
|
* sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
|
|
|
|
* sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
|
|
available.
|
|
(svcudp_recv): Set up message with the new "xp_pad" field for
|
|
IP_PKTINFO.
|
|
(svcudp_reply): Support IP_PKTINFO if available.
|
|
|
|
2000-03-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
* time/getdate.c (check_mday): Fix check for february.
|
|
Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
|
|
<yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
|
|
|
|
2000-03-02 Andreas Jaeger <aj@suse.de>
|
|
|
|
* posix/unistd.h: __THROW has to precede __attribute__, otherwise
|
|
g++ fails to parse this.
|
|
Reported by Sean Chen <sean.chen@turbolinux.com>.
|
|
|
|
2000-02-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* io/creat.c: Moved to...
|
|
* sysdeps/generic/creat.c: ...here.
|
|
* io/creat64.c: Moved to...
|
|
* sysdeps/generic/creat64.c: ...here.
|
|
* io/lockf.c: Moved to...
|
|
* sysdeps/generic/lockf.c: ...here.
|
|
|
|
* crypt/crypt.texi: Moved to...
|
|
* manual/crypt.texi: ...here.
|
|
* crypt/examples/genpass.c: Moved to...
|
|
* manual/examples/genpass.c: ...here.
|
|
* crypt/examples/mygenpass.c: Moved to...
|
|
* manual/examples/mygenpass.c: ...here.
|
|
* crypt/examples/testpass.c: Moved to...
|
|
* manual/examples/testpass.c: ...here.
|
|
|
|
* manual/Makefile (chapters): Add crypt.
|
|
* manual/conf.texi: Add usual header for not-last chapter.
|
|
* manual/crypt.texi: Add special header for last chapter.
|
|
|
|
2000-02-28 Geoff Keating <geoffk@cygnus.com>
|
|
|
|
* Makeconfig (all-subdirs): Add 'crypt' subdirectory.
|
|
* sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
|
|
complain if there is no crypt add-on.
|
|
* crypt/configure: Removed.
|
|
|
|
* crypt/crypt.texi: Update documentation of US export restrictions
|
|
to match the 14 Jan 2000 regulations.
|
|
|
|
2000-02-28 Geoff Keating <geoffk@cygnus.com>
|
|
|
|
* crypt: New subdirectory, merged in from the crypt add-on.
|
|
|
|
2000-02-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* include/unistd.h: Add __rmdir and __mkdir prototypes.
|
|
|
|
|
|
See ChangeLog.10 for earlier changes.
|