diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 10:17:07 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 10:17:07 +0000 |
commit | 2a561bf1e19f064e2f5689e961ea1f8e51bc14a0 (patch) | |
tree | 91e08d15ba52846a86a5b0d7a12dcb984c28ccd9 /ChangeLog | |
parent | aa8a3b59b1603ce0855e5130cb060318c8e8c78d (diff) |
Updated to fedora-glibc-20041203T0935
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 27 insertions, 4 deletions
@@ -1,14 +1,37 @@ -2004-11-29 Jakub Jelinek <jakub@redhat.com> +2004-12-02 Roland McGrath <roland@redhat.com> - * stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2 - and numsize < densize, always shift num up by empty + 1 - limbs. + * extra-lib.mk (object-suffixes-$(lib)): Add .oS when + $(lib)-static-only-routines is nonempty. + (extra-objs, o-iterator.mk rule): Filter out .oS from generators. + Add a special rule for .oS objects -> _nonshared.a library. + +2004-12-01 Jakub Jelinek <jakub@redhat.com> + + * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC, + convert T2, not T. + * time/Makefile (tests): Add tst-mktime3. + * time/tst-mktime3.c: New test. + +2004-12-01 Jakub Jelinek <jakub@redhat.com> + + * stdlib/stdlib.h (realpath): Remove nonnull attribute. * posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after normal_bracket label. * time/tst-mktime2.c (bigtime_test): Initialize tm.tm_isdst to -1. +2004-12-01 Roland McGrath <roland@redhat.com> + + * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): + Do $(make-target-directory). + +2004-11-29 Jakub Jelinek <jakub@redhat.com> + + * stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2 + and numsize < densize, always shift num up by empty + 1 + limbs. + 2004-11-29 Roland McGrath <roland@redhat.com> * posix/confstr.c: Avoid punctuation in #error text. |