From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Peqmj-0002i8-UR for qemu-devel@nongnu.org; Mon, 17 Jan 2011 10:14:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Peqmi-00086Z-Ud for qemu-devel@nongnu.org; Mon, 17 Jan 2011 10:14:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Peqmi-00086Q-Ns for qemu-devel@nongnu.org; Mon, 17 Jan 2011 10:14:20 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0HFEJcQ011558 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jan 2011 10:14:19 -0500 From: Jes.Sorensen@redhat.com Date: Mon, 17 Jan 2011 16:14:15 +0100 Message-Id: <1295277257-17425-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] strtosz() cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Alex.Williamson@redhat.com, eblake@redhat.com From: Jes Sorensen Fix issue with signed char and isspace() as well as clean up switch statement using toupper(). V2 of the patch fixes some types in the commit messages and spells Eric correctly. My apologies for getting it wrong. Jes Sorensen (2): strtosz() use unsigned char as isspace() is not defined for signed char strtosz() use toupper() to simplify switch statement cutils.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) -- 1.7.3.4