]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.3-83 cvs/fedora-glibc-2_3_3-83
authorJakub Jelinek <jakub@redhat.com>
Sun, 21 Nov 2004 11:42:23 +0000 (11:42 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sun, 21 Nov 2004 11:42:23 +0000 (11:42 +0000)
ChangeLog
fedora/glibc.spec.in

index 50df131fd8f0861c58bd1a86a533dc69f347dd16..78a93b0270fa1dc297276bd46c3d52d494ce5c44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2004-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/ieee754/k_standard.c: Document code 50.
+       (__kernel_standard) <case 50>: Avoid raising div-by-zero
+       exception again.
+
+2004-11-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #552]
+       * math/libm-test.inc (tgamma_test): Update tgamma (0) and
+       tgamma (-0).
+
+       * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle
+       |x| == 0.
+       * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise.
+       * sysdeps/generic/w_tgammal.c (__tgammal): Likewise.
+       * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
+       * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
+       * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
+       * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
+
+       * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle
+       tgamma (0) and tgamma (-0).
+
 2004-11-20  Ulrich Drepper  <drepper@redhat.com>
 
        * time/tzfile.c (__tzfile_read): Avoid open for checking whether
index 7bcb8064564fedd9adb1800298f40e4454037cba..f13b18a235d28ffa9bd9e485ea126032d358c716 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 82
+%define glibcrelease 83
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1256,6 +1256,15 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
+- update from CVS
+  - add deprecated and/or nonnull attribute to some signal.h
+    functions
+  - speed up tzset () by only using stat instead of open/fstat
+    when calling tzset for the second and following time if
+    /etc/localtime has not changed
+- fix tgamma (BZ #552)
+
 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
 - update from CVS
   - some malloc () checking