summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a246a17e49..4901623e05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.