diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 08:27:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 08:27:38 +0000 |
commit | 9861985fafa348a103f5812bae80a85ca8b6c5dd (patch) | |
tree | d8cdaa76a45eb3e960438ec1768b17ce4315b3fe /ChangeLog | |
parent | 16ac79ca946f05fa5bf25b6ae99f8ae5487f7503 (diff) | |
download | glibc-9861985fafa348a103f5812bae80a85ca8b6c5dd.tar.gz glibc-9861985fafa348a103f5812bae80a85ca8b6c5dd.tar.xz glibc-9861985fafa348a103f5812bae80a85ca8b6c5dd.zip |
Update.
2000-01-20 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (tests): Add test-misc. * math/test-misc.c: New file. * posix/regex.h: Update comment of RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 1878bae26b..6bd4c821ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-20 Ulrich Drepper <drepper@cygnus.com> + + * math/Makefile (tests): Add test-misc. + * math/test-misc.c: New file. + 2000-01-19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/ieee754/ldbl-96/s_modfl.c: Correct handling of arguments @@ -15,8 +20,7 @@ end of the buffer. Set errno correctly if floating-point number would overflow buffer. - * posix/regex.h: Update comment of - RE_SYNTAX_POSIX_MINIMAL_EXTENDED. + * posix/regex.h: Update comment of RE_SYNTAX_POSIX_MINIMAL_EXTENDED. * locale/weight.h (findidx): Little optimization. Correctly return offset in indirect table. |