update spec version
[jansson.git] / src /
2013-04-17 Sam hartmanMerge commit 'v2.4' into HEAD
2012-09-23 Petri Lehtinenjansson 2.4
2012-09-23 Petri LehtinenDistribute win32 files
2012-09-19 Petri LehtinenMerge pull request #90 from luke-jr/patch-1
2012-09-15 Luke DashjrAdd -no-undefined to LDFLAGS
2012-09-13 Petri LehtinenDisallow NaN or Inf real values
2012-09-13 Petri LehtinenFix json_real_set() to return -1 on error
2012-08-11 Petri LehtinenMerge branch '2.3'
2012-07-30 Petri LehtinenAdd json_boolean() macro
2012-07-27 Petri LehtinenMerge branch '2.3'
2012-06-29 Petri LehtinenTweak slash escaping
2012-06-29 Petri LehtinenMerge branch 'fix-slash' of git://github.com/jrbasso...
2012-06-29 Juan BassoCreated flag to dump escaping slash
2012-06-28 Juan BassoEscaping the slash when dump
2012-06-06 Petri LehtinenMerge branch '2.3'
2012-05-03 Petri LehtinenMerge pull request #74 from rogerz/contrib
2012-05-01 Rogerz ZhangFix build warnings under MinGW
2012-04-30 Rogerz ZhangAdd vs2010 solution and project
2012-04-29 Petri LehtinenSupport building on Windows
2012-04-26 Petri LehtinenMerge branch '2.3'
2012-04-26 Petri LehtinenMerge branch '2.3'
2012-04-26 Petri LehtinenMerge branch '2.3'
2012-04-20 Petri LehtinenMerge branch '2.3'
2012-04-20 Petri Lehtinenjansson 2.3.1
2012-04-18 Petri LehtinenMerge branch '2.3'
2012-04-18 Petri LehtinenMerge branch '2.3'
2012-04-18 Janne Kulmalaload: Change buffer_pos to be a size_t
2012-04-18 Janne Kulmalaload: Avoid unexpected behaviour in macro expansion
2012-03-26 Petri LehtinenDocument and tweak json_load_callback()
2012-03-22 Petri LehtinenMerge branch '2.3'
2012-03-22 Petri LehtinenMerge pull request #57 from rogerz/contrib
2012-03-22 Rogerz ZhangAdd json_load_callback()
2012-03-21 Petri LehtinenMerge branch '2.3'
2012-03-20 Petri LehtinenMerge branch '2.3'
2012-03-20 Petri LehtinenUpdate copyright notices for 2012
2012-03-20 Petri LehtinenMerge branch '2.3'
2012-03-20 Petri LehtinenMake sure strtoll() is available when using long long
2012-03-11 Petri LehtinenMerge branch '2.3'
2012-03-11 Petri LehtinenRemove unused declarations
2012-03-08 Petri LehtinenMerge branch '2.3'
2012-02-12 Petri LehtinenMerge branch '2.3'
2012-02-02 Petri LehtinenMerge branch '2.3'
2012-01-30 Petri LehtinenMerge branch '2.3'
2012-01-30 Petri LehtinenSet master to 2.4 development mode
2012-01-27 Petri Lehtinenjansson 2.3
2012-01-26 Petri LehtinenAdd support for optional object keys for json_unpack...
2012-01-24 Petri LehtinenAdd json_object_update_{existing,missing}
2012-01-24 Petri LehtinenImplement json_object_foreach()
2012-01-24 Petri LehtinenMake hashtable less generic
2012-01-24 Petri LehtinenFix a potential memory leak
2012-01-23 Petri LehtinenWrite number of bytes read to error position on success...
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Petri LehtinenRevert "json_dump_file: Open the output file in wb...
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Andrea MarchesiniJSON_DECODE_ANY
2011-11-14 Petri LehtinenAvoid problems with object's serial number growing...
2011-11-14 Andrea Marchesinijson_load* return NULL if the first argument is NULL
2011-11-02 Petri LehtinenDistribute jansson_config.h.win32
2011-11-01 Petri LehtinenRemove '+' and leading zeros from exponents in the...
2011-11-01 Petri LehtinenUse %I64d format for printing long longs on Windows
2011-10-07 Petri Lehtinenjson_dump_file: Open the output file in wb mode
2011-10-06 Petri Lehtinenjansson 2.2.1 origin/2.2 origin/HEAD origin/master v2.2.1
2011-10-04 Petri Lehtinenjson_load_file: Open the input file in rb mode
2011-10-03 Petri LehtinenMake identifier decoding work under all locales
2011-10-03 Petri LehtinenUse strchr() when searching for a single character
2011-10-02 Petri LehtinenMake real number encoding and decoding work under all...
2011-09-24 Petri LehtinenImplement all other encoding functions using json_dump_...
2011-09-20 Petri LehtinenMerge pull request #33 from bakulf/master
2011-09-20 Andrea Marchesiniscope error. result points to a out-of-score variable.
2011-09-20 Andrea Marchesiniunsed static variable removed
2011-09-02 Petri Lehtinenjansson 2.2 v2.2
2011-08-08 Petri LehtinenMerge branch '2.1'
2011-06-30 Petri LehtinenMerge branch '2.1'
2011-06-30 Petri LehtinenMerge branch 'issue-29'
2011-06-30 JKLnew typedef json_dump_callback_t, function json_dump_ca...
2011-06-30 JKLuse size_t for strbuffer writes, and avoid integer...
2011-06-17 Petri LehtinenCheck that target is string and value is not NULL in...
2011-06-10 Petri Lehtinenjansson 2.1 v2.1
2011-05-29 Petri LehtinenAdd JSON_DISABLE_EOF_CHECK decoding flag
2011-05-29 Petri LehtinenReduce code duplication in the decoder
2011-05-24 Petri LehtinenClear errno before calling strtod()
2011-05-15 Petri LehtinenAdd JSON_REJECT_DUPLICATES decoding flag
2011-05-14 Petri LehtinenAdd JSON_ENCODE_ANY flag to allow encoding any JSON...
2011-04-21 Petri LehtinenMerge branch '2.0'
2011-04-21 Petri LehtinenFix a leak when memory allocation fails in json_object_... origin/2.0
2011-04-10 Petri LehtinenAdd json_loadb() for decoding possibly non null-termina...
2011-04-05 Petri LehtinenMerge branch '2.0'
2011-03-31 Petri LehtinenMerge branch '2.0'
2011-03-31 Petri Lehtinenjansson 2.0.1 v2.0.1
2011-03-31 Petri LehtinenMerge branch '2.0'
2011-03-31 Petri LehtinenFix a few malloc() and free() calls
2011-03-30 Petri LehtinenFix invalid object key hashing in json_unpack() strict...
2011-03-27 Petri LehtinenMerge branch '2.0'
2011-03-27 Petri LehtinenSet JANSSON_MICRO_VERSION to 255 (0xFF) for git master
2011-03-27 Petri LehtinenUse the correct number of parens in JANSSON_VERSION_HEX...
2011-03-23 Petri LehtinenUse the correct number of parens in JANSSON_VERSION_HEX...
2011-03-21 Petri LehtinenANSI C requires struct initializers to be constant...
2011-03-21 Petri LehtinenFix json_object_size() return value
2011-03-20 Petri LehtinenEnhance portability of va_copy()
2011-03-10 Petri LehtinenFix a declaration after statement
next