Make json_error_t transparent again
[jansson.git] / src / load.c
2010-10-26 Petri LehtinenMake json_error_t transparent again
2010-10-26 Graeme SmecherAdds json_pack / json_unpack variadic functions.
2010-10-14 Petri LehtinenMake json_error_t opaque
2010-09-06 Petri LehtinenMerge branch '1.3'
2010-09-05 Petri LehtinenDon't use designated struct initializers
2010-08-14 Petri LehtinenMerge branch '1.3'
2010-08-14 Petri LehtinenClarify and document the integer type configuration
2010-08-14 Petri LehtinenAdd a flags parameter to all decoding functions for...
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-08-10 Petri LehtinenChange JSON integer's underlying type from int to long
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-05-07 Petri Lehtinenload.c: Make stream_init() static
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-02-06 Petri LehtinenMake int32_t available on all systems
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-12-02 Petri LehtinenUse int32_t instead of plain int with Unicode code...
2009-11-29 Petri LehtinenMake parse_json static
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-16 Petri LehtinenFix indentation
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-06 Petri LehtinenFix a few more compilation issues
2009-10-01 Petri LehtinenMake it compile on platforms where char is unsigned
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-14 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-13 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-08 Petri Lehtinenload: Handle EOF correctly
2009-09-06 Petri LehtinenDon't include unistd.h
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri Lehtinenload: Factor out an unneeded strdup
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