aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/test_load.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-8/+5
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-48/+43
2017-12-20Use a more specific error code for premature end of inputPhilipp Stephani1-0/+8
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani1-3/+21
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum1-1/+5
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2014-12-19Increase test coveragePetri Lehtinen1-0/+15
2014-12-18Honor JSON_DECODE_INT_AS_REAL at lexical stagePetri Lehtinen1-0/+14
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen1-0/+21
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2013-06-13Prevent unused-variable warningJason Choy1-0/+2
2013-06-12Tweak the JSON_DECODE_INT_AS_REAL test introduced in #123Petri Lehtinen1-6/+10
2013-06-11Using jsonp_strtod instead of casting to double to catch double overflowJason Choy1-3/+14
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy1-1/+1
2013-06-09Added a simple test for the JSON_DECODE_NO_INT optionJason Choy1-0/+12
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-01-30Make test_load.c not depend on the C localePetri Lehtinen1-1/+12
2012-01-23Write number of bytes read to error position on successful decodePetri Lehtinen1-0/+18
2011-11-14Merge branch '2.2'Petri Lehtinen1-0/+23
2011-11-14JSON_DECODE_ANYAndrea Marchesini1-0/+27
2011-11-14json_load* return NULL if the first argument is NULLAndrea Marchesini1-0/+23
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-3/+1
2011-05-29Add JSON_DISABLE_EOF_CHECK decoding flagPetri Lehtinen1-0/+19
2011-05-15Add JSON_REJECT_DUPLICATES decoding flagPetri Lehtinen1-1/+16
2011-04-05Avoid set-but-not-used warning/error in a testJim Meyering1-0/+2
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-10-26Make json_error_t transparent againPetri Lehtinen1-6/+3
2010-10-14Make json_error_t opaquePetri Lehtinen1-3/+6
2010-08-14Add a flags parameter to all decoding functions for future needsPetri Lehtinen1-1/+1
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2009-12-16Refactor the test systemPetri Lehtinen1-0/+24