aboutsummaryrefslogtreecommitdiffstats
path: root/src/json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-11/+1
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * Move pure+side-effect-free declarations to byte-opt.elStefan Kangas2024-12-161-10/+0
* | Ensure JSON parser allocations are traced (bug#74547)Pip Cet2024-12-011-0/+18
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-52/+19
|\ \ | |/
| * 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
| |/
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-1/+1
|\ \ | |/
| * Spelling fixesPaul Eggert2024-06-041-1/+1
* | Use igc_hash in json.cGerd Möllmann2024-04-231-1/+7
* | json.cGerd Möllmann2024-04-191-0/+17
|/
* ; * 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