On Thu, Mar 14, 2013 at 5:49 PM, Markus Armbruster <arm...@redhat.com> wrote: > This should unbreak "make check" on machines where char is unsigned. > Blue, please give it a whirl.
With the patches applied there are no errors, thanks. Tested-by: Blue Swirl <blauwir...@gmail.com> Though test-coroutine seems to hang, maybe fallout from recent coroutine changes. > > The JSON parser is still as broken as ever. Left for another day. > > Markus Armbruster (4): > unicode: New mod_utf8_codepoint() > check-qjson: Fix up a few bogus comments > check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings > qjson: to_json() case QTYPE_QSTRING is buggy, rewrite > > include/qemu-common.h | 3 + > qobject/qjson.c | 102 ++++++++---------- > tests/check-qjson.c | 280 > +++++++++++++++++++++++++++++--------------------- > util/Makefile.objs | 1 + > util/unicode.c | 96 +++++++++++++++++ > 5 files changed, 306 insertions(+), 176 deletions(-) > create mode 100644 util/unicode.c > > -- > 1.7.11.7 >