diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2005-07-21 16:23:54 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-21 16:23:54 +0000 |
| commit | 757beee151f9f56be2e49f7a82abc8a58734bca2 (patch) | |
| tree | a378e0e8fc9a72b760e82c027dd6ab101546c33b /ChangeLog | |
| parent | 35476e9cd7d61290ecdc4a75496df6a36f22a005 (diff) | |
| download | glibc-757beee151f9f56be2e49f7a82abc8a58734bca2.tar.xz glibc-757beee151f9f56be2e49f7a82abc8a58734bca2.zip | |
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
* debug/tst-chk1.c (do_test): Add test for swprintf with format
being the last argument.
2005-07-21 Thorsten Kukuk <kukuk@suse.de>
* debug/getgroups_chk.c (__getgroups_chk): Fix return value.
* stdio-common/fxprintf.c: Include string.h.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-07-21 Jakub Jelinek <jakub@redhat.com> + + * wcsmbs/bits/wchar2.h (swprintf): Remove format argument. + * debug/tst-chk1.c (do_test): Add test for swprintf with format + being the last argument. + +2005-07-21 Thorsten Kukuk <kukuk@suse.de> + + * debug/getgroups_chk.c (__getgroups_chk): Fix return value. + + * stdio-common/fxprintf.c: Include string.h. + 2005-07-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results. |
