load: Check for integer and real overlfows and underflows
[jansson.git] / src / load.c
2009-09-14 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-08 Petri Lehtinenload: Handle EOF correctly
2009-08-24 Petri LehtinenDetect garbage near EOF in json_loadf() and json_load_f...
2009-07-30 Petri LehtinenAdd LICENSE and a copyright note to all sources
2009-07-28 Petri LehtinenRename json_{load,dump} to json_{load,dump}_file
2009-07-28 Petri LehtinenFix some memory leaks and invalid memory references
2009-07-16 Petri LehtinenImplement support for \u escapes
2009-07-16 Petri LehtinenShow the whole UTF-8 sequence in error message, not...
2009-07-13 Petri LehtinenReport errors from lexical and stream level in parser
2009-07-13 Petri LehtinenDecode and check for correct UTF-8
2009-07-13 Petri LehtinenStreamify the loader
2009-07-13 Petri LehtinenGet rid of json_dumpfd and json_loadfd
2009-07-13 Petri LehtinenLittle clean-up in parser
2009-07-13 Petri LehtinenUnify naming in parser
2009-07-13 Petri LehtinenMake the lexer not depend on locale
2009-07-04 Petri LehtinenFix number tokenizer
2009-07-04 Petri LehtinenSeparate integers and real numbers
2009-06-30 Petri LehtinenFix json_loadf and json_loadfd with empty input
2009-06-30 Petri LehtinenPrint correct error message on premature end of array
2009-06-15 Petri LehtinenFix json_set_error
2009-06-15 Petri LehtinenFix a few memory leaks in json_parse_object()
2009-06-15 Petri LehtinenImplement json_load, json_loadf and json_loadfd
2009-05-13 Petri LehtinenRefactor error reporting
2009-05-12 Petri LehtinenParse an empty object correctly
2009-05-12 Petri LehtinenInitial import