about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-26 16:48:22 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-26 16:48:22 +0000
commiteea35053ac65bbe7686dd5e2f3d1afe938311ff9 (patch)
treefd44d95d3af93989d17c714a850ba552a3f14aaf /ChangeLog
parentb8a423c2db7442c8e082cd710f3ce052009a12b1 (diff)
downloadglibc-eea35053ac65bbe7686dd5e2f3d1afe938311ff9.tar.gz
glibc-eea35053ac65bbe7686dd5e2f3d1afe938311ff9.tar.xz
glibc-eea35053ac65bbe7686dd5e2f3d1afe938311ff9.zip
Update.
	* wcsmbs/wctob.c: Avoid sign extension when returning character.
	Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 513ae2c658..5776a3742d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
 
+	* wcsmbs/wctob.c: Avoid sign extension when returning character.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
 	* wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number
 	of wide characters to convert do it right and don't overestimate
 	by multiplying with MB_CUR_MAX.