diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-24 20:54:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-24 20:54:13 +0000 |
commit | b3f7c6654e6384333c7347c301b208b7a6ce9560 (patch) | |
tree | 8662f7b0e377f5df87a4f8583ea34ecc10c6706b /ChangeLog | |
parent | d2a99fa30393d4b5f1e5260ce8a28fa0648c6eb2 (diff) | |
download | glibc-b3f7c6654e6384333c7347c301b208b7a6ce9560.zip glibc-b3f7c6654e6384333c7347c301b208b7a6ce9560.tar.gz glibc-b3f7c6654e6384333c7347c301b208b7a6ce9560.tar.bz2 |
Update.
2000-09-24 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfprintf.c (process_arg): Handle %hhn.
Add missing case in va_arg handling for numbers.
* stdio-common/tst-printf.c (main): Add tests for %hhu and %hhn
handling. Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-09-24 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfprintf.c (process_arg): Handle %hhn. + Add missing case in va_arg handling for numbers. + * stdio-common/tst-printf.c (main): Add tests for %hhu and %hhn + handling. Reported by Joseph S. Myers <jsm28@cam.ac.uk>. + 2000-09-20 Bruno Haible <haible@clisp.cons.org> * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Reject 0x80. |