summaryrefslogtreecommitdiffstats
path: root/src/jv.c
AgeCommit message (Expand)Author
2024-03-28jv_array_indexes: remove a bunch of unnecessary copies/getsEmanuele Torre
2023-12-13Merge pull request from GHSA-686w-5m7m-54vcjq-1.7.1Emanuele Torre
2023-12-13Merge pull request from GHSA-7hmr-442f-qc8jEmanuele Torre
2023-11-29Convert decnum to binary64 (double) instead of decimal64Mattias Wadman
2023-10-30jvp_object_contains: remove unnecessary jv_copyEmanuele Torre
2023-09-27Remove a bunch of unused variables, and useless assignmentsEmanuele Torre
2023-08-17Fix overflow on numeric comparison (#2849)itchyny
2023-08-13Fix crash on numeric comparison again (ref #2825)itchyny
2023-08-10Make sure to init key and dbl_key also on win32Mattias Wadman
2023-08-04Let error(null) throw nullEmanuele Torre
2023-08-03Fix crash on numeric comparison (ref #2804) (#2818)itchyny
2023-08-02Fix rounding small (but not too small) numbers to zero on calculationitchyny
2023-07-30Add JQ_FALLTHROUGH and use it to quiet warningsNicolas Williams
2023-07-25implode: Better invalid input validation and handlingMattias Wadman
2023-07-24Add decnum workflow to test building without decNumber supportitchyny
2023-07-24Improve USE_DECNUM check positionitchyny
2023-07-14Fix indices/1 and rindex/1 in case of overlapping matches in stringsEmanuele Torre
2023-07-10Cross compile for Linux, MacOS and Windows on CI (#2665)Owen Ou
2023-07-06Fix dumping large floating numbers (fix #2367) (#2661)itchyny
2022-05-26Fix iterration problem for non decimal stringTomas Halman
2021-09-06Fix Windows build for 1.7 release (moar)Nicolas Williams
2021-09-03Fix Windows build for 1.7 release (pthread stuff)Nicolas Williams
2020-03-02compatibiltiy->compatibilityAlanscut
2019-10-22Add configure guards around literal jv_numbersWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-04-07Improve jv_is_integer()Mark Feit
2019-02-26Change contains to return true for empty string needlesWilliam Langford
2019-02-09Make sure to free in jv_string_indexesMuh Muhten
2019-02-08Fix infinite loop in index("") (fix #1815)Nicolas Williams
2019-01-18`contains` should handle embedded NULs (fix #1732)Nicolas Williams
2017-03-01Fix off-by-one bug in #1108 fixNicolas Williams
2017-03-01Array slice overflows (fix #1108)Nicolas Williams
2017-02-25Add jv_object_has()Nicolas Williams
2015-10-12Accept only bitwise identical NaN values in jv_identical (fix #978)David Tolnay
2015-09-24Support NaN in path expressions (fix #962)David Tolnay
2015-08-23Move source files to src/David Tolnay