update spec version
[jansson.git] / test /
2013-04-17 Sam hartmanMerge commit 'v2.4' into HEAD
2012-09-19 Petri LehtinenMerge pull request #90 from luke-jr/patch-1
2012-09-13 Petri LehtinenDisallow NaN or Inf real values
2012-08-11 Petri LehtinenMerge branch '2.3'
2012-08-11 Alessandro Ghedinifix check-exports test on ppc64
2012-07-30 Petri LehtinenAdd json_boolean() macro
2012-07-27 Petri LehtinenMerge branch '2.3'
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-06-06 Paul HarrisBugfix: must cast void* to do pointer math
2012-06-06 Paul HarrisBugfix: Changed all use of ssize_t to size_t.
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-26 Petri LehtinenCheck for missing args and envvars in run-tests.sh
2012-04-20 Petri LehtinenMerge branch '2.3'
2012-04-18 Petri LehtinenMerge branch '2.3'
2012-04-18 Petri LehtinenMerge branch '2.3'
2012-03-26 Petri LehtinenDocument and tweak json_load_callback()
2012-03-25 Petri LehtinenMerge pull request #60 from rogerz/contrib
2012-03-25 RogerzIgnore the binary test_load_callback
2012-03-22 Petri LehtinenMerge branch '2.3'
2012-03-22 Petri LehtinenAdd json_load_callback to the list of exported symbols
2012-03-22 Petri LehtinenMerge pull request #57 from rogerz/contrib
2012-03-22 Rogerz ZhangAdd json_load_callback()
2012-03-22 Petri LehtinenMake test stripping locale independent
2012-03-20 Petri LehtinenMerge branch '2.3'
2012-03-20 Petri LehtinenUpdate copyright notices for 2012
2012-03-08 Petri LehtinenMerge branch '2.3'
2012-03-08 Petri LehtinenFix tests on shells that don't support the export FOO...
2012-02-12 Petri LehtinenMerge branch '2.3'
2012-02-12 Petri LehtinenDisribute the check-exports tests
2012-01-30 Petri LehtinenMerge branch '2.3'
2012-01-30 Petri LehtinenMake test_load.c not depend on the C locale
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-23 Petri LehtinenWrite number of bytes read to error position on success...
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Andrea MarchesiniJSON_DECODE_ANY
2011-11-14 Andrea Marchesinijson_load* return NULL if the first argument is NULL
2011-11-01 Petri LehtinenRemove '+' and leading zeros from exponents in the...
2011-11-01 Petri LehtinenFix test file comparisons on MinGW
2011-10-02 Petri LehtinenMake real number encoding and decoding work under all...
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 JKLtest file for new json_dump_callback function
2011-05-29 Petri LehtinenAdd JSON_DISABLE_EOF_CHECK decoding flag
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-10 Petri LehtinenAdd json_loadb() for decoding possibly non null-termina...
2011-04-05 Petri LehtinenMerge branch '2.0'
2011-04-05 Jim MeyeringAvoid set-but-not-used warning/error in a test
2011-03-31 Petri LehtinenMerge branch '2.0'
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 LehtinenTest framework enhancements, fix the check_exports...
2011-02-27 Petri LehtinenFix packing of invalid UTF-8 strings
2011-02-25 Petri Lehtinentests: Add missing json_decref() calls to suites/api...
2011-02-25 Petri LehtinenRemove invalid subdirs from test/suites/Makefile.am
2011-02-22 Petri LehtinenAdd lots of tests for pack/unpack code, fix bugs found
2011-02-22 Petri LehtinenRefactor decoder input stream
2011-02-19 Petri Lehtinentests: Use "make STOP=1 check" to stop on first failure
2011-02-17 Petri LehtinenAdd custom memory allocation
2011-01-25 Petri LehtinenExpand the pack/unpack API, implement unpack flags
2011-01-24 Petri LehtinenRefactor json_pack()
2011-01-24 Petri LehtinenUnify style
2011-01-22 Petri LehtinenUpdate copyright notices for 2011
2011-01-14 Graeme SmecherMake json_pack/json_unpack() recursive
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-08-14 Petri LehtinenMerge branch '1.3'
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-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-12 Petri LehtinenRemove the C++ interface
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-06-10 Petri LehtinenFix a few memory leaks in tests origin/1.2
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-14 Petri LehtinenZero the visited flag after an encoding error
2010-05-14 Petri LehtinenZero the visited flag after encoding an empty array...
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-26 Petri LehtinenEnhance tests for null byte
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
next