aboutsummaryrefslogtreecommitdiff
path: root/src/strconv.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Fix subnormal number parsing on mingw32Petri Lehtinen1-0/+7
2014-08-27Parse subnormal numbers correctlyPetri Lehtinen1-1/+2
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen1-2/+5
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg1-2/+2
2013-03-07Add CMake build system.Paul Harris1-0/+5
2011-11-01Remove '+' and leading zeros from exponents in the encoderPetri Lehtinen1-1/+22
2011-10-03Use strchr() when searching for a single characterPetri Lehtinen1-2/+2
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-0/+108