diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 01:36:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 01:36:09 +0000 |
commit | 27692f89660541896c591236fea9714e72b5a811 (patch) | |
tree | 1f537990559c696ec5230fffbfd9a5e0a2288ae1 /ChangeLog | |
parent | ed5294d508443d0db343501d95c917193c4ea1f3 (diff) | |
download | glibc-27692f89660541896c591236fea9714e72b5a811.tar glibc-27692f89660541896c591236fea9714e72b5a811.tar.gz glibc-27692f89660541896c591236fea9714e72b5a811.tar.bz2 glibc-27692f89660541896c591236fea9714e72b5a811.zip |
Update.
* sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
two52 locally.
(log2): Likewise.
* sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
Patch by Simon Gee <simong@agile.tv>.
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
Prefer reading /proc/stat since it is more uniform across
architectures.1
* manual/texinfo.tex: Update to latest official version.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2002-08-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize + two52 locally. + (log2): Likewise. + * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52. + Patch by Simon Gee <simong@agile.tv>. + + * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): + Prefer reading /proc/stat since it is more uniform across + architectures.1 + + * manual/texinfo.tex: Update to latest official version. + * sysvipc/sys/shm.h: Remove SHMLBA definition. * sysdeps/generic/bits/shm.h: Define SHMLBA here. * sysdeps/gnu/bits/shm.h: Likewise. |