mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
224a12bcb2
argument type, for 2000-02-22 change in signal/signal.h declaration. * sysdeps/generic/getdents64.c (__getdirentries64): Renamed to getdirentries64 (no __), since the Linux implementation has no __ name, and there is no declaration for the __ name. * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro. * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up sed regexp so as not to break directory names including /../ within. * sysdeps/unix/bsd/bits/waitflags.h: File removed. The sysdeps/generic file is right for BSD. This file was in fact the Hurd file, but the only difference was the WNOREAP flag that was never actually implemented or used anywhere.
192 lines
6.2 KiB
Plaintext
192 lines
6.2 KiB
Plaintext
2000-02-23 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
* sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
|
|
argument type, for 2000-02-22 change in signal/signal.h declaration.
|
|
|
|
2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
* sysdeps/generic/getdents64.c (__getdirentries64): Renamed
|
|
to getdirentries64 (no __), since the Linux implementation
|
|
has no __ name, and there is no declaration for the __ name.
|
|
|
|
* sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
|
|
|
|
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
|
|
sed regexp so as not to break directory names including /../ within.
|
|
|
|
* sysdeps/unix/bsd/bits/waitflags.h: File removed.
|
|
The sysdeps/generic file is right for BSD. This file was in fact the
|
|
Hurd file, but the only difference was the WNOREAP flag that was never
|
|
actually implemented or used anywhere.
|
|
|
|
* configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
|
|
since AC_PATH_PROG already does it for us.
|
|
(PERL): Rewrite check added in 2000-02-29 change for syntactic
|
|
correctness and sh portability. I replaced the broken check
|
|
with a more sensible implementation of the apparently intended
|
|
semantics, which might still be questionable. Using expr causes
|
|
a non-numeric value for `perl -V:apiversion` to be accepted,
|
|
refusing to use only a perl that reports a number less than 5;
|
|
on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
|
|
* configure: Regenerated.
|
|
|
|
2000-03-08 Andreas Jaeger <aj@suse.de>
|
|
|
|
* manual/crypt.texi: Fix paths.
|
|
|
|
2000-03-07 Andreas Jaeger <aj@suse.de>
|
|
|
|
* resolv/netdb.h: The descriptions of rresvport and rresvport_af
|
|
were swapped.
|
|
Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
|
|
libc/1636.
|
|
|
|
2000-03-06 Andreas Jaeger <aj@suse.de>
|
|
|
|
* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
|
|
in __sgn1l, otherwise g++ fails to parse this.
|
|
Reported by Sean Chen <sean.chen@turbolinux.com>.
|
|
|
|
2000-03-03 Geoff Keating <geoffk@cygnus.com>
|
|
|
|
* configure.in: Compute sizeof-long-double.
|
|
* configure: Regenerated.
|
|
* config.make.in: Make sizeof-long-double available to sub-makes.
|
|
|
|
2000-03-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
|
|
call.
|
|
|
|
2000-03-03 Geoff Keating <geoffk@cygnus.com>
|
|
|
|
* Makeconfig (rpath-dirs): Add crypt.
|
|
(all-subdirs): Remove md5crypt.
|
|
* crypt/sysdeps/unix/crypt.c: Move to crypt/.
|
|
* crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
|
|
* sysdeps/generic/crypt-entry.c: Delete.
|
|
* crypt/sysdeps/unix/crypt.h: Move to crypt/.
|
|
* sysdeps/generic/crypt.h: Delete.
|
|
* crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
|
|
* crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
|
|
* crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
|
|
* sysdeps/generic/des_impl.c: Delete.
|
|
* crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
|
|
* crypt/sysdeps: Delete.
|
|
* crypt/crypt_util.c: Don't use `patchlevel.h'.
|
|
* md5-crypt/Versions: Move to crypt/.
|
|
* md5-crypt/md5-crypt.c: Move to crypt/.
|
|
* md5-crypt/md5.c: Move to crypt/.
|
|
* md5-crypt/md5c-test.c: Move to crypt/.
|
|
* md5-crypt/md5test.c: Move to crypt/.
|
|
* md5-crypt: Delete.
|
|
* crypt/Makefile: Adjust for new structure.
|
|
|
|
2000-03-03 Paul Eggert <eggert@twinsun.com>
|
|
|
|
* posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
|
|
define to 1 if not defined.
|
|
|
|
2000-03-03 Andreas Jaeger <aj@suse.de>
|
|
|
|
* sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
|
|
|
|
2000-03-03 Andreas Jaeger <aj@suse.de>
|
|
|
|
* sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
|
|
cases.
|
|
(xdr_int64_t): Correctly handle lower half.
|
|
Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
|
|
|
|
2000-03-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
|
|
call.
|
|
|
|
2000-03-02 Andreas Jaeger <aj@suse.de>
|
|
|
|
* sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
|
|
2.3.43.
|
|
|
|
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.
|