aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-10-25 03:32:55 +0800
committerDan Winship <danw@src.gnome.org>2002-10-25 03:32:55 +0800
commit14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc (patch)
treef060bfa94f68e7c8c5eb96bd4e87524c4dc8c0a8 /e-util/ChangeLog
parent93391a57675cb2012fd7dd65ab89098ed578a1b0 (diff)
downloadgsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar.gz
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar.bz2
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar.lz
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar.xz
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.tar.zst
gsoc2013-evolution-14a1e40964d47b2dfbc4fe2622b0a8aa89314ebc.zip
Cast chars to unsigned char before passing to ctype macros since they are
* ename/e-name-western.c: Cast chars to unsigned char before passing to ctype macros since they are not defined on negative numbers. Fixes parsing problems with names with accented characters on Solaris. (At least part of #32146) svn path=/trunk/; revision=18427
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 8afb59211b..f12326610e 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-23 Dan Winship <danw@ximian.com>
+
+ * ename/e-name-western.c: Cast chars to unsigned char before
+ passing to ctype macros since they are not defined on negative
+ numbers. Fixes parsing problems with names with accented
+ characters on Solaris. (At least part of #32146)
+
2002-09-25 Rodrigo Moya <rodrigo@ximian.com>
* e-component-listener.c (ping_component_callback): added a comment