index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Age
Commit message (
Expand
)
Author
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-05-23
Prefer ptrdiff_t to size_t when either will do
Paul Eggert
2026-05-23
Fix unlikely json.c size overflow calculations
Paul Eggert
2026-05-23
New function memory_full_up
Paul Eggert
2026-03-03
Faster JSON string serialisation (bug#80529)
Mattias Engdegård
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-21
Speed up JSON parsing by not maintaining line and column (bug#79192)
Mattias Engdegård
2025-04-19
Pacify GCC 15 -Wunterminated-string-initialization
Paul Eggert
2025-04-19
Avoid name clashes with static GnuTLS
Paul Eggert
2025-03-30
Respect narrowed buffers when parsing JSON (bug#77325)
Pip Cet
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-16
Move pure+side-effect-free declarations to byte-opt.el
Stefan Kangas
2024-12-12
Pure storage removal: Remove purecopy hash table flag
Pip Cet
2024-09-11
Merge from savannah/emacs-30
Po Lu
2024-09-09
; * src/json.c: refactor: clean out development detritus
Mattias Engdegård
2024-09-08
Make json-serialize always return a unibyte string (bug#70007)
Mattias Engdegård
2024-06-04
Spelling fixes
Paul Eggert
2024-04-04
; * src/json.c: Comment correction
Mattias 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-02
Fix json-insert unibyte buffer bug (bug#70007)
Mattias Engdegård
2024-04-02
json-insert doc fixes
Mattias Engdegård
2024-04-01
Update JSON codec doc strings
Mattias 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 adjustments
Po Lu
2024-04-01
Don't signal `json-end-of-file` for short nonempty bad JSON inputs
Mattias Engdegård
2024-04-01
Faster JSON parsing
Mattias Engdegård
2024-03-31
; Another round of stylistic fixes in json.c
Eli Zaretskii
2024-03-31
; json.c stylistic adjustments
Po Lu
2024-03-31
; json.c stylistic adjustments
Po Lu
2024-03-30
Fix the native JSON support code
Eli Zaretskii
2024-03-30
Always enable native JSON support and remove Jansson references
Mattias Engdegård
2024-03-30
New JSON encoder (bug#70007)
Mattias Engdegård
2024-03-30
Clean up removal of libjansson parser
Eli Zaretskii
2024-03-30
Replace libjansson JSON parser with a custom one
Géza Herman
2024-01-24
(DOHASH): Change calling convention
Stefan Monnier
2024-01-21
Add C macro for hash table iteration
Mattias Engdegård
2024-01-13
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-12
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-26
Simplify last change (bug#60311)
Eli Zaretskii
2022-12-26
Fix 'json-available-p' on MS-Windows
Mattias Engdegård
2022-08-29
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-07-02
Allow NUL characters in JSON input
Lars Ingebrigtsen
2022-06-14
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
[next]