index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from savannah/emacs-30
Po Lu
2024-09-11
1
-12
/
+2
|
\
|
*
Make json-serialize always return a unibyte string (bug#70007)
Mattias Engdegård
2024-09-08
1
-12
/
+2
*
|
; * src/json.c: refactor: clean out development detritus
Mattias Engdegård
2024-09-09
1
-40
/
+17
|
/
*
Spelling fixes
Paul Eggert
2024-06-04
1
-1
/
+1
*
; * src/json.c: Comment correction
Mattias Engdegård
2024-04-04
1
-2
/
+2
*
* src/json.c (make_symset_table): Fix over-large allocation size.
Mattias Engdegård
2024-04-04
1
-1
/
+1
*
; * src/json.c (json_parse_array): Remove unused variable.
Mattias Engdegård
2024-04-03
1
-3
/
+0
*
; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).
Randy Taylor
2024-04-03
1
-1
/
+1
*
; * src/json.c (Fjson_insert): Doc fix.
Eli Zaretskii
2024-04-02
1
-1
/
+2
*
Fix json-insert unibyte buffer bug (bug#70007)
Mattias Engdegård
2024-04-02
1
-39
/
+11
*
json-insert doc fixes
Mattias Engdegård
2024-04-02
1
-2
/
+3
*
Update JSON codec doc strings
Mattias Engdegård
2024-04-01
1
-48
/
+50
*
; * src/json.c (json_parse_object): Call make_hash_table directly.
Mattias Engdegård
2024-04-01
1
-2
/
+1
*
; json.c stylistic adjustments
Po Lu
2024-04-01
1
-3
/
+4
*
Don't signal `json-end-of-file` for short nonempty bad JSON inputs
Mattias Engdegård
2024-04-01
1
-3
/
+3
*
Faster JSON parsing
Mattias Engdegård
2024-04-01
1
-119
/
+68
*
; Another round of stylistic fixes in json.c
Eli Zaretskii
2024-03-31
1
-97
/
+71
*
; json.c stylistic adjustments
Po Lu
2024-03-31
1
-25
/
+32
*
; json.c stylistic adjustments
Po Lu
2024-03-31
1
-41
/
+45
*
Fix the native JSON support code
Eli Zaretskii
2024-03-30
1
-7
/
+11
*
Always enable native JSON support and remove Jansson references
Mattias Engdegård
2024-03-30
1
-9
/
+0
*
New JSON encoder (bug#70007)
Mattias Engdegård
2024-03-30
1
-525
/
+546
*
Clean up removal of libjansson parser
Eli Zaretskii
2024-03-30
1
-67
/
+0
*
Replace libjansson JSON parser with a custom one
Géza Herman
2024-03-30
1
-242
/
+1122
*
(DOHASH): Change calling convention
Stefan Monnier
2024-01-24
1
-3
/
+2
*
Add C macro for hash table iteration
Mattias Engdegård
2024-01-21
1
-25
/
+22
*
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
1
-1
/
+1
*
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-13
1
-1
/
+2
*
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-12
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Simplify last change (bug#60311)
Eli Zaretskii
2022-12-26
1
-14
/
+26
*
Fix 'json-available-p' on MS-Windows
Mattias Engdegård
2022-12-26
1
-52
/
+39
*
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-29
1
-2
/
+4
|
\
|
*
Allow NUL characters in JSON input
Lars Ingebrigtsen
2022-07-02
1
-2
/
+4
*
|
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-14
1
-1
/
+1
|
\
|
|
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-1
/
+1
*
|
Add tree-sitter intergration
Yuan Fu
2022-05-07
1
-16
/
+0
|
/
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-5
/
+5
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Signal an error in json.c function if not available
Lars Ingebrigtsen
2021-07-20
1
-16
/
+9
*
; * src/json.c (Fjson_parse_string): Fix the doc string.
Eli Zaretskii
2021-02-13
1
-8
/
+8
*
Pass 'struct json_configuration' as const where possible.
Philipp Stephani
2021-02-13
1
-5
/
+6
*
Allow any JSON value at the top level (Bug#42994).
Philipp Stephani
2021-02-13
1
-37
/
+37
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-9
/
+9
*
* src/json.c (lisp_to_json): Simplify.
Philipp Stephani
2020-08-09
1
-3
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-07-07
1
-0
/
+2
|
\
|
*
Fix undefined behavior in json.c (Bug#42113)
Philipp Stephani
2020-06-29
1
-0
/
+2
*
|
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-13
1
-1
/
+0
|
/
[next]