2000-03-17 18:39:42 +00:00
|
|
|
2000-03-17 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
|
|
|
|
entry for GLIBC_2.0 version of setrlimit.
|
|
|
|
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
|
|
|
|
|
2000-03-17 18:34:30 +00:00
|
|
|
2000-03-16 Thorsten Kukuk <kukuk@suse.de>
|
|
|
|
|
|
|
|
* nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
|
|
|
|
* nis/nss_compat/compat-initgroups.c: Likewise.
|
|
|
|
* nis/nss_nis/nis-initgroups.c: Likewise.
|
|
|
|
* nis/nss_nis/nis-netgrp.c: Likewise.
|
|
|
|
* nis/nss_nis/nis-proto.c: Likewise.
|
|
|
|
* nis/nss_nis/nis-rpc.c: Likewise.
|
|
|
|
* nis/nss_nis/nis-service.c: Likewise.
|
|
|
|
* nis/ypclnt.c: Likewise.
|
|
|
|
|
2000-03-17 18:32:02 +00:00
|
|
|
2000-03-16 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* manual/Makefile: MAKEINFO is set to `:' from configure if it
|
2000-03-17 18:34:30 +00:00
|
|
|
doesn't exist, correct checks. Fixes PR libc/1649.
|
2000-03-17 18:32:02 +00:00
|
|
|
|
2000-03-17 18:30:42 +00:00
|
|
|
2000-03-16 Thorsten Kukuk <kukuk@suse.de>
|
|
|
|
|
|
|
|
* nscd/hstcache.c: Restore correct UID.
|
|
|
|
* nscd/pwdcache.c: Likewise.
|
|
|
|
Patch from Gabor Gombas <gombasg@inf.elte.hu>.
|
|
|
|
|
2000-03-17 09:03:47 +00:00
|
|
|
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
2000-03-17 09:27:02 +00:00
|
|
|
* sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
|
|
|
|
macros for register names, in line with 2000-03-14 linux change.
|
|
|
|
|
2000-03-17 09:03:47 +00:00
|
|
|
* sysdeps/mach/sched_yield.c: New file.
|
|
|
|
|
|
|
|
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
|
|
|
* sysdeps/generic/lockfile.c: Include <stdio.h>
|
|
|
|
(_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
|
|
|
|
case <libio.h> defined them.
|
|
|
|
(__flockfile, __funlockfile, __ftrylockfile): Functions renamed
|
|
|
|
from __internal_*.
|
|
|
|
(flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
|
|
|
|
ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
|
|
|
|
|
|
|
|
* sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
|
|
|
|
for more pleasing parse error.
|
|
|
|
|
2000-03-17 02:17:59 +00:00
|
|
|
2000-03-16 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2000-03-17 05:33:30 +00:00
|
|
|
* locale/lc-time.c (_nl_init_era_entries): Correct allocation of
|
|
|
|
memory for eras.
|
|
|
|
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
|
|
|
|
|
2000-03-17 09:03:47 +00:00
|
|
|
* elf/Makefile: Add rules to compile and run constload1 test.
|
2000-03-17 02:17:59 +00:00
|
|
|
* elf/constload1.c: New file.
|
|
|
|
* elf/constload2.c: New file.
|
|
|
|
* elf/constload3.c: New file.
|
|
|
|
|
2000-03-16 07:08:42 +00:00
|
|
|
2000-03-15 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/posix/open64.c: Make __open64 weak alias.
|
|
|
|
* sysdeps/posix/pread64.c: Make __pread64 weak alias.
|
|
|
|
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
|
|
|
|
* sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
|
|
|
|
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
|
|
|
|
* sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
|
|
|
|
|
2000-03-15 07:52:41 +00:00
|
|
|
2000-03-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
|
|
|
|
Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
|
|
|
|
|
2000-03-15 07:50:48 +00:00
|
|
|
2000-03-08 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
|
|
|
|
|
2000-03-14 10:01:31 +00:00
|
|
|
2000-03-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2000-03-15 07:50:48 +00:00
|
|
|
* timezone/africa: Update from tzdata2000d.
|
|
|
|
* timezone/asia: Likewise.
|
|
|
|
* timezone/australasia: Likewise.
|
|
|
|
* timezone/europe: Likewise.
|
|
|
|
* timezone/northamerica: Likewise.
|
|
|
|
* timezone/southamerica: Likewise.
|
|
|
|
|
|
|
|
* po/fr.po: Update from translation team.
|
|
|
|
* po/de.po: Likewise.
|
|
|
|
|
2000-03-15 05:32:11 +00:00
|
|
|
* elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
|
|
|
|
last parameter. Move code to add map to global scope from here...
|
|
|
|
* elf/dl-open.c (dl_open_worker): ...here.
|
|
|
|
* elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
|
|
|
|
* elf/rtld.c: Adjust call to _dl_map_object_deps.
|
|
|
|
|
2000-03-15 03:30:14 +00:00
|
|
|
* locale/programs/ld-collate.c (collate_read): Fix warning.
|
|
|
|
|
2000-03-14 10:39:15 +00:00
|
|
|
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
|
|
|
|
values and macros for register names.
|
|
|
|
|
2000-03-14 10:01:31 +00:00
|
|
|
* libio/iofopncook.c (_IO_cookie_seek): Return error only if value
|
|
|
|
returned by seek cookie function is -1.
|
|
|
|
|
2000-03-14 09:20:46 +00:00
|
|
|
2000-03-14 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* locale/localeconv.c (localeconv): Fix typo.
|
|
|
|
Reported by Andre Charbonneau <andrec@corel.com>.
|
|
|
|
|
2000-03-14 09:11:00 +00:00
|
|
|
2000-03-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* iconv/skeleton.c: Increment __invocation_counter in inner loop
|
|
|
|
since modules depend on it counting the number of times the conversion
|
|
|
|
function got called.
|
|
|
|
|
|
|
|
* iconv/gconv_open.c: Optimize loop to setup step data structure.
|
|
|
|
|
|
|
|
* iconv/gconv.h: Pretty print.
|
|
|
|
|
|
|
|
2000-03-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* posix/wordexp-test.c: Correct one of the tests added in the last
|
|
|
|
change. Really get the root passwd entry to check again ~root.
|
|
|
|
|
2000-03-10 20:18:07 +00:00
|
|
|
2000-03-10 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* manual/filesys.texi (Working Directory): Fix last patch.
|
|
|
|
Patch by Martin Buchholz <martin@xemacs.org>.
|
|
|
|
|
2000-03-10 11:10:54 +00:00
|
|
|
2000-03-10 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* manual/creature.texi (Feature Test Macros): Fix language.
|
|
|
|
|
2000-03-10 08:46:33 +00:00
|
|
|
2000-03-10 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
|
|
|
* mach/devstream.c (devstream_write, devstream_read): New functions.
|
|
|
|
(input, output): Functions removed.
|
|
|
|
(mach_open_devstream): Use devstream_{read,write} as cookie functions,
|
|
|
|
using only the vanilla fopencookie interface.
|
|
|
|
|
|
|
|
* hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
|
|
|
|
as macro for __io_functions.
|
|
|
|
(funcsio): Use cookie_io_functions_t type name.
|
|
|
|
(fopenport): Renamed from __fopenport. Rewrite to call fopencookie.
|
|
|
|
|
|
|
|
* libio/iofopncook.c (_IO_cookie_init): New function, broken out of
|
|
|
|
fopencookie.
|
|
|
|
(fopencookie): Use it.
|
|
|
|
* libio/libio.h: Declare _IO_cookie_init.
|
|
|
|
* hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
|
|
|
|
_IO_cookie_init.
|
|
|
|
|
|
|
|
* libio/libio.h (__io_seek_fn): Fix second argument type
|
|
|
|
to be a pointer, in line with the manual and the old stdio.
|
|
|
|
* libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
|
|
|
|
|
|
|
|
* sysdeps/generic/bits/stdio-lock.h: New file.
|
|
|
|
This is a stub with #error, but that's better than no file at all.
|
|
|
|
|
2000-03-10 08:44:28 +00:00
|
|
|
2000-03-09 Martin Buchholz <martin@xemacs.org>
|
|
|
|
|
2000-03-10 08:46:33 +00:00
|
|
|
* sysdeps/unix/sysv/linux/alpha/syscall.S:
|
|
|
|
* manual/message.texi (Using gettextized software):
|
2000-03-10 08:44:28 +00:00
|
|
|
* manual/message.texi (Message Translation): Doc Fixes.
|
2000-03-10 08:46:33 +00:00
|
|
|
* manual/filesys.texi (File Size):
|
|
|
|
* manual/charset.texi (glibc iconv Implementation):
|
|
|
|
* locale/programs/ld-collate.c (collate_output):
|
2000-03-10 08:44:28 +00:00
|
|
|
* iconv/gconv_db.c (find_derivation):
|
|
|
|
* manual/install.texi:
|
|
|
|
* manual/search.texi (Hash Search Function):
|
2000-03-10 08:46:33 +00:00
|
|
|
* manual/stdio.texi (Output Conversion Syntax):
|
2000-03-10 08:44:28 +00:00
|
|
|
* FAQ.in:
|
|
|
|
* config.h.in:
|
|
|
|
* sysdeps/generic/dl-sysdep.c:
|
|
|
|
Doc Fixes. `allows to' is not correct English.
|
|
|
|
|
|
|
|
* elf/rtld.c: Doc fixes.
|
|
|
|
* manual/creature.texi (Feature Test Macros): Doc fixes.
|
|
|
|
* manual/memory.texi (Hooks for Malloc): Doc Fixes.
|
|
|
|
|
|
|
|
* manual/filesys.texi (Working Directory): Check for ERANGE to
|
|
|
|
avoid infloop.
|
|
|
|
|
2000-03-10 08:24:48 +00:00
|
|
|
2000-02-23 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
|
|
|
* string/argz-stringify.c (__argz_stringify): Fix loop termination
|
|
|
|
conditions so as not to clobber the final '\0' when there is only one
|
|
|
|
element in the vector.
|
|
|
|
|
2000-03-10 04:30:29 +00:00
|
|
|
2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
|
|
|
* io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
|
|
|
|
broken by 2000-02-27 change.
|
|
|
|
|
|
|
|
* sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
|
|
|
|
|
2000-03-09 22:44:39 +00:00
|
|
|
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 21:48:47 +00:00
|
|
|
2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
|
|
|
|
|
2000-03-09 22:44:39 +00:00
|
|
|
* 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.
|
|
|
|
|
2000-03-09 21:48:47 +00:00
|
|
|
* 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 08:58:29 +00:00
|
|
|
2000-03-08 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* manual/crypt.texi: Fix paths.
|
|
|
|
|
2000-03-07 14:31:30 +00:00
|
|
|
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 17:33:50 +00:00
|
|
|
2000-03-06 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
2000-03-15 07:50:48 +00:00
|
|
|
* 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-06 17:33:50 +00:00
|
|
|
|
2000-03-04 03:36:14 +00:00
|
|
|
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-04 01:05:26 +00:00
|
|
|
2000-03-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
|
|
|
|
call.
|
|
|
|
|
2000-03-04 00:47:31 +00:00
|
|
|
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 21:35:29 +00:00
|
|
|
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 21:33:34 +00:00
|
|
|
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 21:07:41 +00:00
|
|
|
2000-03-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
|
|
|
|
call.
|
|
|
|
|
2000-03-03 20:10:07 +00:00
|
|
|
2000-03-02 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
|
|
|
|
2.3.43.
|
|
|
|
|
2000-03-03 20:04:58 +00:00
|
|
|
2000-03-02 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
* resolv/Makefile (headers): Add arpa/nameser_compat.h.
|
|
|
|
|
2000-03-03 19:49:23 +00:00
|
|
|
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-03-03 19:43:41 +00:00
|
|
|
2000-02-29 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
|
|
|
* configure.in (CCVERSION): Require at least veersion 5 of perl API.
|
|
|
|
|
2000-03-03 19:41:44 +00:00
|
|
|
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-03 08:13:22 +00:00
|
|
|
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 08:38:42 +00:00
|
|
|
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-29 06:01:28 +00:00
|
|
|
2000-02-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2000-02-29 08:00:04 +00:00
|
|
|
* io/creat.c: Moved to...
|
|
|
|
* sysdeps/generic/creat.c: ...here.
|
|
|
|
* io/creat64.c: Moved to...
|
|
|
|
* sysdeps/generic/creat64.c: ...here.
|
2000-02-29 08:02:20 +00:00
|
|
|
* io/lockf.c: Moved to...
|
|
|
|
* sysdeps/generic/lockf.c: ...here.
|
2000-02-29 08:00:04 +00:00
|
|
|
|
2000-02-29 06:34:39 +00:00
|
|
|
* crypt/crypt.texi: Moved to...
|
2000-02-29 06:01:28 +00:00
|
|
|
* manual/crypt.texi: ...here.
|
2000-02-29 06:34:39 +00:00
|
|
|
* 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-29 06:01:28 +00:00
|
|
|
|
2000-02-29 05:21:42 +00:00
|
|
|
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.
|
2000-02-29 06:34:39 +00:00
|
|
|
|
2000-02-29 05:21:42 +00:00
|
|
|
* 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 21:16:38 +00:00
|
|
|
2000-02-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2000-02-29 01:13:44 +00:00
|
|
|
* include/unistd.h: Add __rmdir and __mkdir prototypes.
|
2000-02-29 00:44:05 +00:00
|
|
|
|
2000-02-28 23:51:44 +00:00
|
|
|
|
2000-02-29 01:13:44 +00:00
|
|
|
See ChangeLog.10 for earlier changes.
|