diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-22 16:18:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-22 16:18:03 +0000 |
commit | 6cae39579b699d09b94a315483a9ac804b56fe34 (patch) | |
tree | 25e1ae56c925aac9ee267ca7626d9aa860a10604 /ChangeLog | |
parent | 439201dea2b759359eba24dd9458b4a2ef55bfac (diff) | |
download | glibc-6cae39579b699d09b94a315483a9ac804b56fe34.tar glibc-6cae39579b699d09b94a315483a9ac804b56fe34.tar.gz glibc-6cae39579b699d09b94a315483a9ac804b56fe34.tar.bz2 glibc-6cae39579b699d09b94a315483a9ac804b56fe34.zip |
[BZ #3902]
2007-01-22 Ulrich Drepper <drepper@redhat.com>
[BZ #3902]
* stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
* stdio-common/Makefile (tests): Add bug17.
* stdio-common/bug17.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-01-22 Ulrich Drepper <drepper@redhat.com> + + [BZ #3902] + * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted. + * stdio-common/Makefile (tests): Add bug17. + * stdio-common/bug17.c: New file. + 2007-01-19 Ulrich Drepper <drepper@redhat.com> * iconvdata/brf.c: New file. |