about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-19 04:55:31 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-19 04:55:31 +0000
commit477aa8698f7963b0984c15016f62f99efe4bb0b5 (patch)
tree238a2903ead490f4427d3dd9266ee662d8281f0a /ChangeLog
parent97d261ad227332e4f74bbcf283bf2654a32cabea (diff)
downloadglibc-477aa8698f7963b0984c15016f62f99efe4bb0b5.tar.gz
glibc-477aa8698f7963b0984c15016f62f99efe4bb0b5.tar.xz
glibc-477aa8698f7963b0984c15016f62f99efe4bb0b5.zip
* iconv/gconv_builtin.c (builtin_map): Change type of size
	information fields to int8_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4916a4e550..3c186d7953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-12-18  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconv/gconv_builtin.c (builtin_map): Change type of size
+	information fields to int8_t.
+
 	* libio/iofwide.c (__libio_codecvt): Mark as const.
 	(__libio_translit): Likewise.
 	* libio/libioP.h (__libio_codecvt): Adjust declaraction.