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
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
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-05-07
Add tree-sitter intergration
Yuan Fu
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-20
Signal an error in json.c function if not available
Lars Ingebrigtsen
2021-02-13
; * src/json.c (Fjson_parse_string): Fix the doc string.
Eli Zaretskii
2021-02-13
Pass 'struct json_configuration' as const where possible.
Philipp Stephani
2021-02-13
Allow any JSON value at the top level (Bug#42994).
Philipp Stephani
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-09
* src/json.c (lisp_to_json): Simplify.
Philipp Stephani
2020-07-07
Merge from origin/emacs-27
Glenn Morris
2020-06-29
Fix undefined behavior in json.c (Bug#42113)
Philipp Stephani
2020-01-13
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-23
Fix and speed up en/decoding of UTF-8 strings
Eli Zaretskii
2019-07-26
Adjust remaining uses of `NILP (HASH_HASH)`.
Stefan Monnier
[next]