diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-05 14:03:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-05 14:03:24 +0000 |
commit | ea278354429c511389edab51dcb588343652601d (patch) | |
tree | a78e3c472ce68aa2d1b1e5b415edd5f68e8969ec /NEWS | |
parent | 2eb45444a74df5f8d47ba14e318aff2e78a915db (diff) | |
download | glibc-ea278354429c511389edab51dcb588343652601d.tar glibc-ea278354429c511389edab51dcb588343652601d.tar.gz glibc-ea278354429c511389edab51dcb588343652601d.tar.bz2 glibc-ea278354429c511389edab51dcb588343652601d.zip |
Update.
1998-03-05 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c: Speed up processing of environment variables. Do
only one run on the environment by avoiding to call getenv.
* sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
function. Used by patch above.
1998-03-05 10:25 Ulrich Drepper <drepper@cygnus.com>
* nss/getXXbyYY_r.c: Don't try to contact nscd every time when it
failed. Only do this every NSS_NSCD_RETRY times.
* nss/nsswitch.c: Define __nss_nscd_not_available, used by above
change.
* nscd/nscd_getgr_r.c (__nscd_getgr_r): Return 2 if contacting the
daemon failed.
* nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
1998-03-05 Ulrich Drepper <drepper@cygnus.com>
* nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
module cannot be found. Reported by Andreas Jaeger.
1998-03-05 11:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
on platforms which default to unsigned chars.
* nscd/nscd_getpw_r.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
defining it.
1998-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/Makefile (install-bin): Change = to += for sprof to install
ldd also.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -54,6 +54,11 @@ Version 2.1 * The localedata addon is now part of glibc. * An implementation of profiling shared libraries was added by Ulrich Drepper. + +* Thorsten Kukuk provided an implementation for a caching daemon for NSS + (nscd). + +* Tim Waugh provided an implementation of the POSIX.2 wordexp function family. Version 2.0.5 @@ -503,7 +508,7 @@ Version 1.06 `make dvi' will produce a DVI file of the printed manual. `make info' will produce Info files that you can read on line using C-h i in Emacs or the `info' program. - Please send comments on the manual to bug-glibc-manual@prep.ai.mit.edu. + Please send comments on the manual to bug-glibc-manual@gnu.org. * The library now supports SVR4 on i386s (i386-unknown-sysv4). |