diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-30 06:10:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-30 06:10:52 +0000 |
commit | 8bca0bd407ea317948490da37ff142742c854cfb (patch) | |
tree | 96b4658d048047e8e16a67882eb693a8dbd32442 /ChangeLog | |
parent | 28d2fb9ad9e932d7edab18815c6ff610f1f29857 (diff) | |
download | glibc-8bca0bd407ea317948490da37ff142742c854cfb.tar.gz glibc-8bca0bd407ea317948490da37ff142742c854cfb.tar.xz glibc-8bca0bd407ea317948490da37ff142742c854cfb.zip |
Update.
* posix/regex.c: Remove unnecessary ifs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cc4eed68df..4a173b4069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-03-29 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c: Remove unnecessary ifs. + * math/bits/mathcalls.h: Remove infnan declaration. 2001-03-29 H.J. Lu <hjl@gnu.org> |