All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] json lexer tests and removal of lookahead
@ 2010-05-24  7:39 Paolo Bonzini
  2010-05-24  7:39 ` [Qemu-devel] [PATCH v2 1/3] add some tests for invalid JSON Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paolo Bonzini @ 2010-05-24  7:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: lcapitulino

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-25 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24  7:39 [Qemu-devel] [PATCH v2 0/3] json lexer tests and removal of lookahead Paolo Bonzini
2010-05-24  7:39 ` [Qemu-devel] [PATCH v2 1/3] add some tests for invalid JSON Paolo Bonzini
2010-05-24 20:17   ` Anthony Liguori
2010-05-25  7:28     ` Paolo Bonzini
2010-05-25 13:08       ` Anthony Liguori
2010-05-24  7:39 ` [Qemu-devel] [PATCH v2 2/3] implement optional lookahead in json lexer Paolo Bonzini
2010-05-24  7:39 ` [Qemu-devel] [PATCH v2 3/3] remove unnecessary lookaheads Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.