From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59438 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhOQD-00081I-QQ for qemu-devel@nongnu.org; Mon, 24 Jan 2011 10:33:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhOQC-0001GZ-NR for qemu-devel@nongnu.org; Mon, 24 Jan 2011 10:33:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhOQC-0001GU-FV for qemu-devel@nongnu.org; Mon, 24 Jan 2011 10:33:36 -0500 From: Jes.Sorensen@redhat.com Date: Mon, 24 Jan 2011 16:33:27 +0100 Message-Id: <1295883211-18288-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/4] strtosz() cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com Cc: qemu-devel@nongnu.org From: Jes Sorensen Hi, Here is an updated version of the strtosz() fixes that were discussed earlier. Per discussing with Anthony on irc, he is ok with them going in like this. This is a respin to fix a patch conflict in the block tree, and it pulls the two patch sets into one set of four patches instead. No functional change. Cheers, Jes Jes Sorensen (4): strtosz(): use unsigned char and switch to qemu_isspace() strtosz() use qemu_toupper() to simplify switch statement strtosz(): Fix name confusion in use of modf() strtosz(): Use suffix macros in switch() statement cutils.c | 28 ++++++++++++---------------- 1 files changed, 12 insertions(+), 16 deletions(-) -- 1.7.3.4