c0e4567461
1997-02-02 00:39 Ulrich Drepper <drepper@cygnus.com> * dirent/dirent.h: Add description _DIRENT_HAVE_D_TYPE. 1997-02-01 17:04 Philip Blundell <pjb27@cam.ac.uk> * inet/netinet/ip.h (MAX_IPOPTLEN): Add definition. 1997-02-01 17:00 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/socketbits.h: Add definition of cmsghdr structure plus related macros. * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: New file. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (sysdep_routines): Add cmsg_nxthdr. * sysdeps/unix/sysv/linux/Dist: Add cmsg_nxthdr.c. Suggested by Philip Blundell <pjb27@cam.ac.uk>. 1997-02-01 12:34 Ulrich Drepper <drepper@cygnus.com> * time/strftime.c: Define _strftime_copytm without protecting arguments which breaks the definition. 1997-02-01 03:31 Thorsten Kukuk <kukuk@weber.uni-paderborn.de> * nis/rpcsvc/yp_prot.h: Move definition of yppushresp_xfr after definition of type for element. 1997-02-01 03:28 Philip Blundell <pjb27@cam.ac.uk> * sydsdeps/unix/sysv/linux/netinet/in.h: Add IPv6 related IPPROTO_* constants. 1997-02-01 03:09 H.J. Lu <hjl@lucon.org> * Makefile: Pass PARALLELMFLAGS to sub-makes. * Makefile.in: Mention PARALLELMFLAGS and pass to main Makefile. 1997-01-31 Paul Eggert <eggert@twinsun.com> * time/mktime.c (HAVE_LIMITS_H, HAVE_LOCALTIME_R, STDC_HEADERS): Define if _LIBC is defined. <limits.h>: Include if HAVE_LIMITS_H instead of if __STDC__ || __GNU_LIBRARY__ || STDC_HEADERS. <stdlib.h>: Similarly, include if STDC_HEADERS. (localtime_r): Redo #ifdef to make it clear that glibc has localtime_r now. 1997-02-29 20:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sunrpc/Makefile ($(objpfx)rpcsvc/%.h, $(objpfx)x%.c): Use stamp file to avoid unnecessary recompilation. 1997-01-29 19:33 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile: Set install-others, not install_others. (before-compile): Use += to preserve previous value. ($(inst_includedir)/gnu/lib-names.h): Remove obsolete comment and fix dependency name. ($(objpfx)lib-names.h): Remove rule. * Makeconfig ($(common-objpfx)gnu/lib-names.h): Generate it here, with correct name, using an intermediate stamp file. (common-generated): Add gnu/lib-names.h. (before-compile): Add $(common-objpfx)gnu/lib-names.h. 1997-01-30 18:29 Richard Henderson <richard@atheist.tamu.edu> * malloc/malloc.c (MAGICBYTE): Use cast to size_t instead of unsigned to prevent warnings on 64 bit systems. Reported by Paul Wouters <paul@xtdnet.nl>. * sysdeps/alpha/dl-machine.h: Revert check for broken gas. By default we assume it works.
245 lines
8.3 KiB
Plaintext
245 lines
8.3 KiB
Plaintext
1997-02-02 00:39 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* dirent/dirent.h: Add description _DIRENT_HAVE_D_TYPE.
|
|
|
|
1997-02-01 17:04 Philip Blundell <pjb27@cam.ac.uk>
|
|
|
|
* inet/netinet/ip.h (MAX_IPOPTLEN): Add definition.
|
|
|
|
1997-02-01 17:00 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sysdeps/unix/sysv/linux/socketbits.h: Add definition of cmsghdr
|
|
structure plus related macros.
|
|
* sysdeps/unix/sysv/linux/cmsg_nxthdr.c: New file.
|
|
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket]
|
|
(sysdep_routines): Add cmsg_nxthdr.
|
|
* sysdeps/unix/sysv/linux/Dist: Add cmsg_nxthdr.c.
|
|
Suggested by Philip Blundell <pjb27@cam.ac.uk>.
|
|
|
|
1997-02-01 12:34 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* time/strftime.c: Define _strftime_copytm without protecting arguments
|
|
which breaks the definition.
|
|
|
|
1997-02-01 03:31 Thorsten Kukuk <kukuk@weber.uni-paderborn.de>
|
|
|
|
* nis/rpcsvc/yp_prot.h: Move definition of yppushresp_xfr after
|
|
definition of type for element.
|
|
|
|
1997-02-01 03:28 Philip Blundell <pjb27@cam.ac.uk>
|
|
|
|
* sydsdeps/unix/sysv/linux/netinet/in.h: Add IPv6 related IPPROTO_*
|
|
constants.
|
|
|
|
1997-02-01 03:09 H.J. Lu <hjl@lucon.org>
|
|
|
|
* Makefile: Pass PARALLELMFLAGS to sub-makes.
|
|
* Makefile.in: Mention PARALLELMFLAGS and pass to main Makefile.
|
|
|
|
1997-01-31 Paul Eggert <eggert@twinsun.com>
|
|
|
|
* time/mktime.c (HAVE_LIMITS_H, HAVE_LOCALTIME_R, STDC_HEADERS):
|
|
Define if _LIBC is defined.
|
|
<limits.h>: Include if HAVE_LIMITS_H instead of if
|
|
__STDC__ || __GNU_LIBRARY__ || STDC_HEADERS.
|
|
<stdlib.h>: Similarly, include if STDC_HEADERS.
|
|
(localtime_r): Redo #ifdef to make it clear that glibc has
|
|
localtime_r now.
|
|
|
|
1997-02-29 20:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* sunrpc/Makefile ($(objpfx)rpcsvc/%.h, $(objpfx)x%.c): Use stamp
|
|
file to avoid unnecessary recompilation.
|
|
|
|
1997-01-29 19:33 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* Makefile: Set install-others, not install_others.
|
|
(before-compile): Use += to preserve previous value.
|
|
($(inst_includedir)/gnu/lib-names.h): Remove obsolete comment and
|
|
fix dependency name.
|
|
($(objpfx)lib-names.h): Remove rule.
|
|
* Makeconfig ($(common-objpfx)gnu/lib-names.h): Generate it here,
|
|
with correct name, using an intermediate stamp file.
|
|
(common-generated): Add gnu/lib-names.h.
|
|
(before-compile): Add $(common-objpfx)gnu/lib-names.h.
|
|
|
|
1997-01-30 18:29 Richard Henderson <richard@atheist.tamu.edu>
|
|
|
|
* malloc/malloc.c (MAGICBYTE): Use cast to size_t instead of unsigned
|
|
to prevent warnings on 64 bit systems.
|
|
Reported by Paul Wouters <paul@xtdnet.nl>.
|
|
|
|
* sysdeps/alpha/dl-machine.h: Revert check for broken gas. By default
|
|
we assume it works.
|
|
|
|
1997-01-30 03:24 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sysdeps/i386/elf/start.S (_start): Align stack pointer to
|
|
double word boundary before pushing args for main. This way we
|
|
don't get penalties for misaligned memory accesses. Reported by
|
|
Edward Seidl <seidl@janed.com>.
|
|
|
|
* Makefile: Correct *my* changes of Richards patch of 1997-01-28 10:51.
|
|
Patch by HJ Lu.
|
|
|
|
* misc/bsd-compat.c: Update copyright.
|
|
* misc/efgcvt.c: Likewise.
|
|
* misc/efgcvt_r.c: Likewise.
|
|
* misc/error.c: Likewise.
|
|
* misc/error.h: Likewise.
|
|
* misc/fstab.c: Likewise.
|
|
* misc/init-misc.c: Likewise.
|
|
* misc/lsearch.c: Likewise.
|
|
* misc/mntent.c: Likewise.
|
|
* misc/qefgcvt.c: Likewise.
|
|
* misc/qefgcvt_r.c: Likewise.
|
|
* nss/databases.def: Likewise.
|
|
* nss/db-Makefile: Likewise.
|
|
* nss/ethers-lookup.c: Likewise.
|
|
* nss/hosts-lookup.c: Likewise.
|
|
* nss/netgrp-lookup.c: Likewise.
|
|
* nss/nsswitch.h: Likewise.
|
|
* nss/proto-lookup.c: Likewise.
|
|
* nss/rpc-lookup.c: Likewise.
|
|
* nss/service-lookup.c: Likewise.
|
|
* nss/nss_db/db-netgrp.c: Likewise.
|
|
* nss/nss_files/files-grp.c: Likewise.
|
|
* nss/nss_files/files-hosts.c: Likewise.
|
|
* nss/nss_files/files-network.c: Likewise.
|
|
* nss/nss_files/files-proto.c: Likewise.
|
|
* nss/nss_files/files-pwd.c: Likewise.
|
|
* nss/nss_files/files-rpc.c: Likewise.
|
|
* nss/nss_files/files-service.c: Likewise.
|
|
* nss/nss_files/files-spwd.c: Likewise.
|
|
* shadow/fgetspent.c: Likewise.
|
|
* shadow/fgetspent_r.c: Likewise.
|
|
* shadow/getspent.c: Likewise.
|
|
* shadow/getspent_r.c: Likewise.
|
|
* shadow/getspnam.c: Likewise.
|
|
* shadow/getspnam_r.c: Likewise.
|
|
* shadow/putspent.c: Likewise.
|
|
* shadow/sgetspent.c: Likewise.
|
|
* shadow/sgetspent_r.c: Likewise.
|
|
* sysdeps/i386/init-first.c: Likewise.
|
|
* sysdeps/unix/i386/sysdep.S: Likewise.
|
|
|
|
* shadow/shadow.h: Don't use __USE_REENTRENT. All code must be
|
|
prepared to be running in a multi-threaded environment. Change
|
|
to __USE_MISC unless the function is defined in POSIX.1 (in this
|
|
case also test for __USE_POSIX).
|
|
* dirent/dirent.h: Likewise.
|
|
* grp/grp.h: Likewise.
|
|
* inet/aliases.h: Likewise.
|
|
* libio/libio.h: Likewise.
|
|
* libio/stdio.h: Likewise.
|
|
* login/utmp.h: Likewise.
|
|
* math/mathcalls.h: Likewise.
|
|
* misc/mntent.h: Likewise.
|
|
* pwd/pwd.h: Likewise.
|
|
* resolv/netdb.h: Likewise.
|
|
* stdlib/stdlib.h: Likewise.
|
|
* string/string.h: Likewise.
|
|
* sunrpc/rpc/netdb.h: Likewise.
|
|
* sysdeps/generic/crypt.h: Likewise.
|
|
* sysdeps/unix/sysv/linux/errnos.h: Likewise.
|
|
* time/time.h: Likewise.
|
|
|
|
1997-01-30 00:27 Fila Kolodny <fila@ibi.com>
|
|
|
|
* sunrpc/Makefile (install-others): Add rpcsvc/bootparam_prot.h
|
|
only if not cross compiling.
|
|
|
|
1997-01-29 16:16 Fila Kolodny <fila@ibi.com>
|
|
|
|
* sysdeps/posix/sigpause.c: Include <stddef.h> to get definition of
|
|
NULL.
|
|
* sysdeps/posix/sigwait.c: Likewise.
|
|
|
|
1997-01-28 23:42 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* Makeconfig ($(common-objpfx)config.make): Depend on
|
|
$(..)config.make.in.
|
|
|
|
1997-01-29 04:30 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sunrpc/Makefile: Don't generate headers derived from .x files when
|
|
crosscompiling.
|
|
|
|
1997-01-28 10:51 Richard Henderson <rth@tamu.edu>
|
|
|
|
* Makefile: Generate gnu/lib-names.h in before-compile.
|
|
* nss/nss.h (NSS_SHLIB_REVISION): Turn it into a const variable.
|
|
* nss/nssswitch.c (__nss_shlib_revision): New variable. Initialize
|
|
to the revision found for LIBNSS_FILES_SO.
|
|
(nss_initilized): Removed. It was tested but never set.
|
|
(nss_lookup_function): Don't treat NSS_SHLIB_REVISION as a literal.
|
|
|
|
* shlib-versions: Tag all alpha-linux shlibs with a .1 "minor"
|
|
not just libc. Except instead of ld.so.1.1 use ld-linux.so.2.
|
|
|
|
* sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Typo in ldgp.
|
|
|
|
1997-01-28 12:16 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
|
|
* elf/Makefile (CFLAGS-dl-load.c): Use += to not
|
|
override the definition.
|
|
|
|
1997-01-28 20:13 Fila Kolodny <fila@ibi.com>
|
|
|
|
* config.make.in (malloc): Remove.
|
|
|
|
1997-01-28 04:23 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* version.h (VERSION): Bump to 2.0.1.
|
|
|
|
* posix/getopt.c: Handle another problem introduced by the
|
|
nonoption_flags array. We must be able to work with reordered
|
|
argv arrays. Reported by Andreas Schwab.
|
|
|
|
1997-01-28 02:38 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* sysdeps/unix/sysv/linux/i386/clone.S: Correct handling of new
|
|
stack.
|
|
|
|
1997-01-27 17:34 Thorsten Kukuk <kukuk@weber.uni-paderborn.de>
|
|
|
|
* nis/rpcsvc/yp_prot.h: Correct definitions and types in file so
|
|
that it works with yp.h.
|
|
|
|
1997-01-27 13:28 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* malloc/malloc.h (__malloc_initialized) [_LIBC]: Define as
|
|
__libc_malloc_initialized so that this variable is not shared with
|
|
other users of GNU malloc.
|
|
Suggested by Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>.
|
|
|
|
* mcheck.h: Correct typo. Use malloc/ instead of new-malloc/.
|
|
|
|
* sysdeps/i386/Makefile (CFLAGS-dl-load.c, CFLAGS-dl-reloc.c): New
|
|
variables to prevent warnings.
|
|
* sysdeps/i386/dl-machine.h (fixup): Add prototype and declare
|
|
using attribute regparm.
|
|
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Rewrite so that no register
|
|
is changed by the resolver code.
|
|
|
|
1997-01-14 14:20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* malloc/malloc.c (weak_variable): Define.
|
|
(__malloc_initialize_hook, __free_hook, __malloc_hook, __realloc_hook,
|
|
__memalign_hook): Make them weak definitions.
|
|
|
|
1997-01-26 11:35 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* sysdeps/unix/sysv/linux/getdents.c: Don't write beyond buffer
|
|
limits, correctly take structure padding into account, use correct
|
|
offset when resetting the stream, change heuristic to assume an
|
|
average name length of 14 characters.
|
|
|
|
1997-01-25 18:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* sysdeps/unix/sysv/linux/alpha/termbits.h: Protect against multiple
|
|
inclusion.
|
|
|
|
|
|
See ChangeLog.6 for earlier changes.
|