summaryrefslogtreecommitdiff
path: root/src/json.c
AgeCommit message (Expand)Author
2024-06-04Spelling fixesPaul Eggert
2024-04-04; * src/json.c: Comment correctionMattias Engdegård
2024-04-04* src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård
2024-04-03; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård
2024-04-03; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor
2024-04-02; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii
2024-04-02Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård
2024-04-02json-insert doc fixesMattias Engdegård
2024-04-01Update JSON codec doc stringsMattias Engdegård
2024-04-01; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård
2024-04-01; json.c stylistic adjustmentsPo Lu
2024-04-01Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård
2024-04-01Faster JSON parsingMattias Engdegård
2024-03-31; Another round of stylistic fixes in json.cEli Zaretskii
2024-03-31; json.c stylistic adjustmentsPo Lu
2024-03-31; json.c stylistic adjustmentsPo Lu
2024-03-30Fix the native JSON support codeEli Zaretskii
2024-03-30Always enable native JSON support and remove Jansson referencesMattias Engdegård
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård
2024-03-30Clean up removal of libjansson parserEli Zaretskii
2024-03-30Replace libjansson JSON parser with a custom oneGéza Herman
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-21Add C macro for hash table iterationMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-12Abstract predicate and constant for unused hash keysMattias Engdegård
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-26Simplify last change (bug#60311)Eli Zaretskii
2022-12-26Fix 'json-available-p' on MS-WindowsMattias Engdegård
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-07-02Allow NUL characters in JSON inputLars Ingebrigtsen
2022-06-14Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-05-07Add tree-sitter intergrationYuan Fu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-20Signal an error in json.c function if not availableLars Ingebrigtsen
2021-02-13; * src/json.c (Fjson_parse_string): Fix the doc string.Eli Zaretskii
2021-02-13Pass 'struct json_configuration' as const where possible.Philipp Stephani
2021-02-13Allow any JSON value at the top level (Bug#42994).Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-09* src/json.c (lisp_to_json): Simplify.Philipp Stephani
2020-07-07Merge from origin/emacs-27Glenn Morris
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii
2019-07-26Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier