diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-23 23:30:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-23 23:30:12 +0000 |
commit | 16edf13b226dbe5f4f39794cfa363904af2c7973 (patch) | |
tree | ab38d57dd3ddfeaae672f0253a2bbdfb759ee96f /ChangeLog | |
parent | 5605e1177d4728b66b92cb5012810b5feda1ec4b (diff) | |
download | glibc-16edf13b226dbe5f4f39794cfa363904af2c7973.zip glibc-16edf13b226dbe5f4f39794cfa363904af2c7973.tar.gz glibc-16edf13b226dbe5f4f39794cfa363904af2c7973.tar.bz2 |
Update.
* wcsmbs/mbrtowc.c (__mbrtowc): Cap s + n at the end of address space.
* stdlib/Makefile (tests): Add testmb2.
(testmb2-ENV): New.
* stdlib/testmb2.c: New test.
2004-02-23 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-02-23 Jakub Jelinek <jakub@redhat.com> + * wcsmbs/mbrtowc.c (__mbrtowc): Cap s + n at the end of address space. + * stdlib/Makefile (tests): Add testmb2. + (testmb2-ENV): New. + * stdlib/testmb2.c: New test. + +2004-02-23 Jakub Jelinek <jakub@redhat.com> + * sysdeps/posix/getaddrinfo.c (gaih_inet): If _res has not been inited yet, try to init it before saving old _res.options. * posix/Makefile (xtests): Add bug-ga2. |