From: Thomas Roessler Date: Thu, 24 Jul 2003 18:41:02 +0000 (+0000) Subject: # changelog commit X-Git-Tag: pre-type-punning-patch~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b324c759befe0043fe02678b1f1142a3e5928009;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 87c3afcf..161b8eea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-07-24 18:40:50 Vincent Lefevre (roessler) + + * alias.c, copy.c, handler.c, imap/command.c, imap/imap.c, + imap/message.c, imap/util.c, init.c, intl/l10nflist.c, + intl/loadmsgcat.c, intl/localealias.c, keymap.c, lib.c, + makedoc.c, muttlib.c, pattern.c, rfc2047.c, rfc2231.c, rfc822.c, + strcasecmp.c, url.c: Some functions/macros like isspace take an + int and require the argument to have the value of an unsigned char + (or EOF). Under Solaris, gcc complains when the argument is a char + (as this is a possible bug, on platforms where char is signed, + like Solaris). The attached patch fixes such problems (well, + perhaps I've changed more than necessary, but this doesn't hurt). + 2003-07-22 12:56:38 dshaw@jabberwocky.com (roessler) * gnupgparse.c: When encrypting a message to a user that has more