about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-29 10:16:38 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-29 10:16:38 +0000
commit842d0295a1656d82eff7395682371390f3962e95 (patch)
tree0b0b9bb398f10179413fa739fa8ef57a79037a92 /ChangeLog
parentf326a706f8ef9f539bf44312ef8c6c5baa2a0ebe (diff)
downloadglibc-842d0295a1656d82eff7395682371390f3962e95.tar.gz
glibc-842d0295a1656d82eff7395682371390f3962e95.tar.xz
glibc-842d0295a1656d82eff7395682371390f3962e95.zip
Update.
	* intl/localealias.c (read_alias_file): Use unsigned char for
	local variables.  Remove unused variable tp.
	* intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
	for type of codeset.  For loosing Solaris systems.
	* intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
	* intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
	len if not needed.
	Patches by Jim Meyering.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76eaca06ff..256bcef843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
 
+	* intl/localealias.c (read_alias_file): Use unsigned char for
+	local variables.  Remove unused variable tp.
+	* intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
+	for type of codeset.  For loosing Solaris systems.
+	* intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
+	* intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
+	len if not needed.
+	Patches by Jim Meyering.
+
 	* stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
 	wcsrtombs must put it into initial state.