diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-17 00:03:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-17 00:03:55 +0000 |
commit | d747a0a564d522ab31944eac60e923e4596b3684 (patch) | |
tree | 35aa88c9510ae281b8d704e4e3b142f697422bd1 /ChangeLog | |
parent | 547a7a8e54ba925e7721c71b673f7993e9fb518f (diff) | |
download | glibc-d747a0a564d522ab31944eac60e923e4596b3684.tar.gz glibc-d747a0a564d522ab31944eac60e923e4596b3684.tar.xz glibc-d747a0a564d522ab31944eac60e923e4596b3684.zip |
Update.
* catgets/tst-catgets.c (main): Don't expect results for untranslated messages. * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH. (CPPFLAGS-test-idouble.c): Likewise. (CPPFLAGS-test-ildouble.c): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66435308d8..556dc4a099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ 2002-07-16 Ulrich Drepper <drepper@redhat.com> + * catgets/tst-catgets.c (main): Don't expect results for + untranslated messages. + * glibcbug.in: Fix little typo. Remove STDIO. * config.h.in: Fail if __FAST_MATH__ is defined. + * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH. + (CPPFLAGS-test-idouble.c): Likewise. + (CPPFLAGS-test-ildouble.c): Likewise. 2002-07-15 Ulrich Drepper <drepper@redhat.com> |