diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-23 06:37:29 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-23 06:37:29 +0000 |
commit | 21ad6b26f4753d7128fc263448655f47aaaa2ec3 (patch) | |
tree | b97f1f9e968d0d5cf451176610f739966240161f /ChangeLog | |
parent | e513a8fd6ec9efe4212656472fd36841d823d8dd (diff) | |
download | glibc-21ad6b26f4753d7128fc263448655f47aaaa2ec3.zip glibc-21ad6b26f4753d7128fc263448655f47aaaa2ec3.tar.gz glibc-21ad6b26f4753d7128fc263448655f47aaaa2ec3.tar.bz2 |
Update.
2000-05-23 Andreas Jaeger <aj@suse.de>
* stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
* manual/search.texi (Array Sort Function): Document that qsort is
not necessarily in-place.
* sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
Closes PR libc/1731.
* stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-05-23 Andreas Jaeger <aj@suse.de> + + * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a. + + * manual/search.texi (Array Sort Function): Document that qsort is + not necessarily in-place. + + * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N. + Closes PR libc/1731. + + * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a. + 2000-05-22 Jakub Jelinek <jakub@redhat.com> * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements, |