diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-27 08:28:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-27 08:28:46 +0000 |
commit | d683fe11f91717f0f9c2cf238c8bff0f1618c1ae (patch) | |
tree | 18cd385117a55cab137854ac22a328207963a720 /ChangeLog | |
parent | ac3d553b8b5bcfbc7a13bd746966036422cf5275 (diff) | |
download | glibc-d683fe11f91717f0f9c2cf238c8bff0f1618c1ae.tar.gz glibc-d683fe11f91717f0f9c2cf238c8bff0f1618c1ae.tar.xz glibc-d683fe11f91717f0f9c2cf238c8bff0f1618c1ae.zip |
Update.
2002-07-16 Stepan Kasal <kasal@math.cas.cz> * posix/bug-regex7.c: New file. * posix/bug-regex8.c: New file. * posix/Makefile (tests): Add bug-regex7 and bug-regex8. 2002-07-16 Stepan Kasal <kasal@math.cas.cz> * posix/bug-regex4.c (main): Fix typos. * posix/bug-regex6.c (main): Likewise. * posix/bug-regex6.c (main): Fix warnings. * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fdf22562b9..23b809f1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +2002-07-16 Stepan Kasal <kasal@math.cas.cz> + + * posix/bug-regex7.c: New file. + * posix/bug-regex8.c: New file. + * posix/Makefile (tests): Add bug-regex7 and bug-regex8. + +2002-07-16 Stepan Kasal <kasal@math.cas.cz> + + * posix/bug-regex4.c (main): Fix typos. + * posix/bug-regex6.c (main): Likewise. + 2002-07-27 Ulrich Drepper <drepper@redhat.com> + * posix/bug-regex6.c (main): Fix warnings. + * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc. * iconv/iconv_prog.c (main): Improve error message for the cases @@ -452,7 +465,7 @@ 2002-07-03 Jakub Jelinek <jakub@redhat.com> - * stdio-common/printf_fp.c (__printf_fp.c): If _FPIO_CONST_SHIFT is + * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is non-zero, adjust exponent. * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl): Remove NO_LONG_DOUBLE aliases. |