about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-28 05:14:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-28 05:14:38 +0000
commit8651d8a218babc9e9ccc865a68017f12c588ca23 (patch)
tree3da13518139844ff299b08d2ec45581aea6c3ee7 /ChangeLog
parent0a55a284756cef31b9f0a25d9c6a0fc74c7a626f (diff)
downloadglibc-8651d8a218babc9e9ccc865a68017f12c588ca23.tar.gz
glibc-8651d8a218babc9e9ccc865a68017f12c588ca23.tar.xz
glibc-8651d8a218babc9e9ccc865a68017f12c588ca23.zip
Fix typos.
2000-04-23  Bruno Haible  <haible@clisp.cons.org>
2000-04-23  Bruno Haible  <haible@clisp.cons.org>
2000-04-23  Bruno Haible  <haible@clisp.cons.org>
	after a hash collision or through binary search.  Store the maximum
	index together with the converted message.  Use iconv() when available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 97c0d43985..7b8479673c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,12 +39,12 @@
 
 	* nscd/grpcache.c: Fix gr_name pointer [PR/1702].
 
-2000-04-23  Bruno Haible  <clisp.cons.org>
+2000-04-23  Bruno Haible  <haible@clisp.cons.org>
 
 	* intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
 	* intl/l10nflist.c: Likewise.
 
-2000-04-23  Bruno Haible  <clisp.cons.org>
+2000-04-23  Bruno Haible  <haible@clisp.cons.org>
 
 	* intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
 	__libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
@@ -54,12 +54,12 @@
 	* intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
 	syntax error.
 
-2000-04-23  Bruno Haible  <clisp.cons.org>
+2000-04-23  Bruno Haible  <haible@clisp.cons.org>
 
 	* intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
 	character set conversion also in the case the translation was found
-	after a hash collision or through binary search. Store the maximum
-	index together with the converted message. Use iconv() when available.
+	after a hash collision or through binary search.  Store the maximum
+	index together with the converted message.  Use iconv() when available.
 	In case of out of memory during conversion, return the unconverted
 	translated string, not NULL.