aboutsummaryrefslogtreecommitdiffstats
path: root/src/json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-08-241-88/+131
|\
| * Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård2025-08-211-88/+131
* | Require an explicit label for igc_xalloc_lisp_objs_exactHelmut Eller2025-06-181-2/+4
* | Merge branch 'master' into feature/igcPip Cet2025-05-011-2/+2
|\ \ | |/
| * Pacify GCC 15 -Wunterminated-string-initializationPaul Eggert2025-04-191-1/+1
| * Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-1/+1
* | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-6/+7
|\ \ | |/
| * Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet2025-03-301-6/+7
* | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-1/+1
|\ \ | |/
| * Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
| |\
| | * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
* | | 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