From 7b30a5520cfb56e651f0eb4da85a3e07747da7dc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Jun 2007 22:40:25 +0000 Subject: Import hubbub -- an HTML parsing library. Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359 --- json/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 json/README (limited to 'json/README') diff --git a/json/README b/json/README new file mode 100644 index 0000000..50dcf79 --- /dev/null +++ b/json/README @@ -0,0 +1,26 @@ +JSON-C patches +============== + +This directory contains a couple of patches to JSON-C 0.7. +Upstream sources may be found at http://oss.metaparadigm.com/json-c/ + +hex-chars.jmb1.p: + + Fix handling of upper case hex digits. + The previous behaviour resulted in the likes of \uFFFD causing a parse + error. + +void-prototypes.jmb1.p: + + Fix compiler warnings about function prototypes in header files when + compiling client code in standards mode with pedantic warnings switched + on. + +Apply them as follows: + + $ cd json-c-0.7 + $ patch -p 1 -i ../hex-chars.jmb1.p + $ patch -p 1 -i ../void-prototypes.jmb1.p + +They have been submitted upstream, so will probably disappear in due +course. -- cgit v1.2.3