aboutsummaryrefslogtreecommitdiff
path: root/src/strconv.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Use dtoa for double to string conversionPetri Lehtinen1-15/+122
2024-03-08Use sprintf() to determine locale's decimal pointPetri Lehtinen1-19/+17
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-2/+2
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-24/+18
2019-10-21remove undef __NO_ISOCEXT for strtod compatiblitywillson-chen1-3/+0
2019-10-08fix issue #441AllenX20181-4/+0
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