diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-30 07:01:14 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-30 07:01:14 +0000 |
commit | aa8a3b59b1603ce0855e5130cb060318c8e8c78d (patch) | |
tree | a4b3fb8b31b3e880c248d2120b929282fc61b5e0 /ChangeLog | |
parent | c1f8ef75d3ddf687efc5ee23e16075c256fa77be (diff) | |
download | glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.tar glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.tar.gz glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.tar.bz2 glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.zip |
2.3.3-86cvs/fedora-glibc-2_3_3-86
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,14 @@ +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. + + * 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-11-29 Roland McGrath <roland@redhat.com> * posix/confstr.c: Avoid punctuation in #error text. @@ -51,8 +62,6 @@ 2004-11-26 Jakub Jelinek <jakub@redhat.com> - * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR. - * posix/Makefile (generated: Add getconf.speclist. ($(inst_libexecdir)/getconf): Use getconf.speclist instead of getconf output. |