Re: [OPEN-ILS-DEV] PATCH: osrf_json_parser.c (bug fix in _jsonParserError)

2007-12-11 Thread Bill Erickson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Rylander wrote: On Dec 10, 2007 11:53 PM, Scott McKellar [EMAIL PROTECTED] wrote: This patch corrects some problems with _jsonParserError(), which constructs and issues a message about a parsing error. The problems arise in the course of

Re: [OPEN-ILS-DEV] Troubleshooting Woodchip install

2007-12-11 Thread arhyno
Hey Dan, I have been so busy on the wiki that I haven't had a chance to run through Bill's document yet (which looks really good BTW). I should be in one place tonight and can try it out then. art

[OPEN-ILS-DEV] PATCH: osrf_json_utils.h (scientific notation)

2007-12-11 Thread Scott McKellar
This tiny patch enables the JSON parser to accept a capital 'E' as well as a lower case 'e' in a number expressed in scientific notation. If there is some reason to insist on lower case -- which I doubt -- then disregard this patch. --- As long as we're on the subject of numeric