summaryrefslogtreecommitdiff
path: root/ext/json/vendor/fpconv.c
AgeCommit message (Expand)Author
2025-11-18[ruby/json] Use #if instead of #ifdef when checking for JSON_DEBUG so debuggi...Scott Myron
2025-09-19[ruby/json] Avoid scientific notation before exponent 15Jean Boussier
2025-05-26[ruby/json] Fix: generate_json_float to reserve enough memory for large negat...Jean Boussier
2025-05-12Explicit cast down from `double` to `int`Nobuyoshi Nakada
2025-05-12[ruby/json] Favor decimal notation over scientific notation for floatsJean Boussier
2025-05-08[ruby/json] Constify static data in fpconv.cNobuyoshi Nakada
2025-03-24Reorganize `fpconv` vendoringJean Boussier