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