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
*
Fix integer overflow check in json code
Paul Eggert
2018-12-31
1
-1
/
+1
*
Update more copyright years
Paul Eggert
2018-12-31
1
-1
/
+1
*
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-1
/
+1
*
Improve 'json-insert' so it doesn't cons a string from JSON
Eli Zaretskii
2018-10-13
1
-13
/
+89
*
Use new function overflow_error in a few places
Philipp Stephani
2018-09-21
1
-2
/
+2
*
Support bignums when serializing JSON
Philipp Stephani
2018-09-21
1
-3
/
+7
*
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-8
/
+4
*
Modularize bignums better
Paul Eggert
2018-08-27
1
-1
/
+1
*
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-20
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-3
/
+8
|
\
|
*
Avoid segfaults in jason-serialize on MS-Windows
Eli Zaretskii
2018-08-07
1
-2
/
+7
|
*
; * src/json.c: Fix typo in license statement
Philipp Stephani
2018-07-30
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-1
/
+1
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-5
/
+5
|
/
*
Minor doc string fixes in json.c
Eli Zaretskii
2018-06-16
1
-2
/
+3
*
Also allow custom false and null when serializing to JSON
João Távora
2018-06-15
1
-82
/
+113
*
Support custom null and false objects when parsing JSON
João Távora
2018-06-15
1
-54
/
+82
*
Fix pointer misuse in JSON parser
Paul Eggert
2018-06-09
1
-32
/
+28
*
Accept plists when serializing and parsing JSON
João Távora
2018-06-07
1
-24
/
+73
*
; Fix arglist doc of json parse functions
Basil L. Contovounesios
2018-02-03
1
-2
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Improve error reporting when serializing non-Unicode strings to JSON
Philipp Stephani
2017-12-30
1
-8
/
+25
*
Fix MS-Windows build broken by recent changes in json.c
Chris Zheng
2017-12-25
1
-0
/
+3
*
Accept alists when serializing JSON
Philipp Stephani
2017-12-24
1
-10
/
+47
*
JSON serialization: reject duplicate keys in hashtables
Philipp Stephani
2017-12-24
1
-1
/
+6
*
JSON: improve some comments
Philipp Stephani
2017-12-22
1
-5
/
+8
*
Define helper functions only if needed
Philipp Stephani
2017-12-20
1
-1
/
+7
*
* src/json.c (json_parse_error): Fix embarrassing bug.
Philipp Stephani
2017-12-20
1
-0
/
+3
*
Use Jansson's error code support if available
Philipp Stephani
2017-12-19
1
-3
/
+12
*
Allow JSON parser functions to return alists
Philipp Stephani
2017-12-19
1
-30
/
+99
*
; Add a couple of encoding-related FIXMEs to json.c
Philipp Stephani
2017-12-19
1
-0
/
+8
*
; * src/json.c (lisp_to_json): Inline an unnecessary variable.
Philipp Stephani
2017-12-19
1
-2
/
+1
*
; Add comments about potential future Jansson flags
Philipp Stephani
2017-12-19
1
-0
/
+4
*
; * src/json.c: Convert non-ASCII quotes to ASCII characters.
Eli Zaretskii
2017-12-14
1
-6
/
+6
*
Support dynamic loading of libjansson on MS-Windows
Eli Zaretskii
2017-12-10
1
-0
/
+181
*
Implement native JSON support using Jansson
Philipp Stephani
2017-12-10
1
-0
/
+576
*
Revert "Implement native JSON support using Jansson"
Philipp Stephani
2017-09-18
1
-469
/
+0
*
Implement native JSON support using Jansson
Philipp Stephani
2017-09-18
1
-0
/
+469