yajl/src
Lloyd Hilaiel cc61a3f8ac add a comment to code regarding the forward solidus and the fact that escaping it is optional 2011-04-25 16:19:17 -06:00
..
api compiling cleanly on winblows 2011-04-25 11:16:15 -07:00
CMakeLists.txt Merge branch 'parsetree' of https://github.com/octo/yajl into parsetree 2011-04-22 14:11:24 -06:00
YAJL.dxy documentation updates 2011-04-25 11:06:16 -06:00
yajl remove a br0k3n line of language from docs 2011-04-25 13:18:59 -06:00
yajl.c rename yajl_parse_complete to yajl_complete_parse. the latter is correctly an imperative, while the former might be confused for a question. 2011-04-21 13:58:28 -06:00
yajl_alloc.c yajl 2 will be relicensed under the ISC license. same idea, fewer bytes. 2011-04-20 15:48:36 -06:00
yajl_alloc.h yajl 2 will be relicensed under the ISC license. same idea, fewer bytes. 2011-04-20 15:48:36 -06:00
yajl_buf.c yajl 2 will be relicensed under the ISC license. same idea, fewer bytes. 2011-04-20 15:48:36 -06:00
yajl_buf.h yajl 2 will be relicensed under the ISC license. same idea, fewer bytes. 2011-04-20 15:48:36 -06:00
yajl_bytestack.h cosmetic, indention and code formatting for yajl_tree 2011-04-22 15:53:32 -06:00
yajl_encode.c add a comment to code regarding the forward solidus and the fact that escaping it is optional 2011-04-25 16:19:17 -06:00
yajl_encode.h Add a generator feature to validate UTF8 strings as they are written to output. closes #25 2011-04-22 13:17:29 -06:00
yajl_gen.c Add a generator feature to validate UTF8 strings as they are written to output. closes #25 2011-04-22 13:17:29 -06:00
yajl_lex.c OMFG. string lexing improvements that yield about a 20% improvement in parsing performance. inspiration provided by mike hanson. 2011-04-25 08:06:05 -06:00
yajl_lex.h yajl 2 will be relicensed under the ISC license. same idea, fewer bytes. 2011-04-20 15:48:36 -06:00
yajl_parser.c yajl_tree to use same integer parsing routines as yajl's parser proper to avoid locale issues. 2011-04-25 11:06:16 -06:00
yajl_parser.h yajl_tree to use same integer parsing routines as yajl's parser proper to avoid locale issues. 2011-04-25 11:06:16 -06:00
yajl_tree.c fix another pair of build warnings 2011-04-25 12:18:44 -06:00
yajl_version.c