summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-30Po Lu2024-09-111-12/+2
|\
| * Make json-serialize always return a unibyte string (bug#70007)Mattias Engdegård2024-09-081-12/+2
* | ; * src/json.c: refactor: clean out development detritusMattias Engdegård2024-09-091-40/+17
|/
* Spelling fixesPaul Eggert2024-06-041-1/+1
* ; * src/json.c: Comment correctionMattias Engdegård2024-04-041-2/+2
* * src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård2024-04-041-1/+1
* ; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård2024-04-031-3/+0
* ; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor2024-04-031-1/+1
* ; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii2024-04-021-1/+2
* Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård2024-04-021-39/+11
* json-insert doc fixesMattias Engdegård2024-04-021-2/+3
* Update JSON codec doc stringsMattias Engdegård2024-04-011-48/+50
* ; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård2024-04-011-2/+1
* ; json.c stylistic adjustmentsPo Lu2024-04-011-3/+4
* Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård2024-04-011-3/+3
* Faster JSON parsingMattias Engdegård2024-04-011-119/+68
* ; Another round of stylistic fixes in json.cEli Zaretskii2024-03-311-97/+71
* ; json.c stylistic adjustmentsPo Lu2024-03-311-25/+32
* ; json.c stylistic adjustmentsPo Lu2024-03-311-41/+45
* Fix the native JSON support codeEli Zaretskii2024-03-301-7/+11
* Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-301-9/+0
* New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-525/+546
* Clean up removal of libjansson parserEli Zaretskii2024-03-301-67/+0
* Replace libjansson JSON parser with a custom oneGéza Herman2024-03-301-242/+1122
* (DOHASH): Change calling conventionStefan Monnier2024-01-241-3/+2
* Add C macro for hash table iterationMattias Engdegård2024-01-211-25/+22
* Inlined and specialised hash table look-upMattias Engdegård2024-01-131-1/+1
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-1/+2
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-121-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Simplify last change (bug#60311)Eli Zaretskii2022-12-261-14/+26
* Fix 'json-available-p' on MS-WindowsMattias Engdegård2022-12-261-52/+39
* Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-2/+4
|\
| * Allow NUL characters in JSON inputLars Ingebrigtsen2022-07-021-2/+4
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-1/+1
|\|
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-1/+1
* | Add tree-sitter intergrationYuan Fu2022-05-071-16/+0
|/
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-5/+5
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Signal an error in json.c function if not availableLars Ingebrigtsen2021-07-201-16/+9
* ; * src/json.c (Fjson_parse_string): Fix the doc string.Eli Zaretskii2021-02-131-8/+8
* Pass 'struct json_configuration' as const where possible.Philipp Stephani2021-02-131-5/+6
* Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-37/+37
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-9/+9
* * src/json.c (lisp_to_json): Simplify.Philipp Stephani2020-08-091-3/+1
* Merge from origin/emacs-27Glenn Morris2020-07-071-0/+2
|\
| * Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-291-0/+2
* | Use decode_string_utf_8 in emacs-module.c.Philipp Stephani2020-01-131-1/+0
|/