diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-14 08:30:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-14 08:30:26 +0000 |
commit | 5e20fde1cf192be0be23cf737ba7107f4f47f67f (patch) | |
tree | 2a8bf57a4ea1c4039ee56a652d348dfcf42b7915 /ChangeLog | |
parent | b5e62988f8faab0a94b0db0f1da815af8c10b928 (diff) | |
download | glibc-5e20fde1cf192be0be23cf737ba7107f4f47f67f.tar.gz glibc-5e20fde1cf192be0be23cf737ba7107f4f47f67f.tar.xz glibc-5e20fde1cf192be0be23cf737ba7107f4f47f67f.zip |
Update.
2000-09-14 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (compile_range): Cast collseq index to unsigned char to avoid accessing data before collseq. * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid pasting strings together.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 701ce3c7b8..d50ca4fdbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-09-14 Jakub Jelinek <jakub@redhat.com> + + * posix/regex.c (compile_range): Cast collseq index to unsigned char + to avoid accessing data before collseq. + + * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid + pasting strings together. + 2000-09-14 Greg McGary <greg@mcgary.org> * bp-checks.h: Remove bogus reference to GNU MP in copyright notice. |