From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45106 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGTTl-0001jC-1z for qemu-devel@nongnu.org; Mon, 24 May 2010 04:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGTTj-0001MH-0Q for qemu-devel@nongnu.org; Mon, 24 May 2010 04:57:44 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:53643) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGSGc-0005l2-Oe for qemu-devel@nongnu.org; Mon, 24 May 2010 03:40:11 -0400 Received: by wwg30 with SMTP id 30so326476wwg.4 for ; Mon, 24 May 2010 00:40:01 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 24 May 2010 09:39:50 +0200 Message-Id: <1274686793-1566-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] json lexer tests and removal of lookahead List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lcapitulino@redhat.com This is the same as the patches I sent last Friday, but split better and without the extraneous change to the seabios submodule. v1->v2: rearranged patches more coherently Paolo Bonzini (3): add some tests for invalid JSON implement optional lookahead in json lexer remove unnecessary lookaheads check-qjson.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++- json-lexer.c | 106 +++++++++++++++++++++++++++----------------------------- 2 files changed, 148 insertions(+), 56 deletions(-)