diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-05 18:55:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-05 18:55:24 +0000 |
commit | d012b7df7ec1d6c813cfcc85e8f144aff148d516 (patch) | |
tree | 15dd0ea978d574f06f5f6a0e9d0fec32064495e4 /ChangeLog | |
parent | 08bcfb594bceff6d74bce2d8298239881cef8d7d (diff) | |
download | glibc-d012b7df7ec1d6c813cfcc85e8f144aff148d516.tar glibc-d012b7df7ec1d6c813cfcc85e8f144aff148d516.tar.gz glibc-d012b7df7ec1d6c813cfcc85e8f144aff148d516.tar.bz2 glibc-d012b7df7ec1d6c813cfcc85e8f144aff148d516.zip |
Update.
Ulrich Drepper <drepper@redhat.com>
* wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
character than necessary.
2004-08-05 Ulrich Drepper <drepper@redhat.com>
* wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
* wcsmbs/tst-mbsrtowcs.c: New file.
* po/fr.po: Update from translation team.
2004-08-04 Jakub Jelinek <jakub@redhat.com>
If neither IPv4 nor IPv6 interface is present we cannot make any
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,17 @@ 2004-08-04 Jakub Jelinek <jakub@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input + character than necessary. + +2004-08-05 Ulrich Drepper <drepper@redhat.com> + + * wcsmbs/Makefile (tests): Add tst-mbsrtowcs. + * wcsmbs/tst-mbsrtowcs.c: New file. + + * po/fr.po: Update from translation team. + +2004-08-04 Jakub Jelinek <jakub@redhat.com> * resolv/inet_pton.c (inet_pton4): Disallow octal numbers. Reported by A. Guru <a.guru@sympatico.ca>. [BZ #295] @@ -10,7 +23,7 @@ * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4 numeric address formats inet_addr knows. (getaddrinfo): Allow AI_NUMERICSERV flag. - If neither IPv4 nor IPv6 inerface is present we cannot make any + If neither IPv4 nor IPv6 interface is present we cannot make any decision for AI_ADDRCONFIG. Fail if AI_NUMERICSERV is set and the string is not just a number. Remove useless freeaddrinfo call. * resolv/netdb.h (AI_NUMERICSERV): Define. |