diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 02:01:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 02:01:32 +0000 |
commit | 0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19 (patch) | |
tree | f07cf53a16367d45779f1e523d0063e8e0353b3e /ChangeLog | |
parent | dbfdf94429eec0dcf065f1abcc31a08799cf140f (diff) | |
download | glibc-0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19.tar glibc-0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19.tar.gz glibc-0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19.tar.bz2 glibc-0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19.zip |
Update.
* stdlib/strfmon.c: Don't report an error if final NUL is at the
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-01-19 Ulrich Drepper <drepper@cygnus.com> + * stdlib/strfmon.c: Don't report an error if final NUL is at the + 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. + * locale/weight.h (findidx): Little optimization. Correctly return offset in indirect table. * locale/programs/ld-collate.c (struct element_t): Add mblast |