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
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix undefined behavior in json.c (Bug#42113)
Philipp Stephani
2020-06-29
1
-0
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix and speed up en/decoding of UTF-8 strings
Eli Zaretskii
2019-11-23
1
-1
/
+1
*
Adjust remaining uses of `NILP (HASH_HASH)`.
Stefan Monnier
2019-07-26
1
-19
/
+22
*
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-20
1
-2
/
+1
*
* src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in buffer
Stefan Monnier
2019-07-02
1
-9
/
+8
*
* src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.
Stefan Monnier
2019-07-02
1
-11
/
+1
*
* src/coding.c (decode_coding_gap): Remove `chars` argument.
Stefan Monnier
2019-07-02
1
-1
/
+1
*
Remove unnecessary tortoise checks.
Pip Cet
2019-06-27
1
-1
/
+0
*
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-25
1
-3
/
+1
*
Fix names of functions in last commit
Eli Zaretskii
2019-04-28
1
-9
/
+12
*
Refactoring: move UTF-8 decoding functions into coding.h.
Philipp Stephani
2019-04-28
1
-44
/
+8
*
Use high-level integer conversion macro in a few cases.
Philipp Stephani
2019-04-23
1
-2
/
+2
*
* src/json.c (json_make_string): Add missing cast.
Philipp Stephani
2019-04-23
1
-1
/
+1
*
Speed up JSON parsing
Eli Zaretskii
2019-04-23
1
-3
/
+17
*
Go back to old way of checking json int range
Paul Eggert
2019-04-22
1
-1
/
+8
*
Introduce a helper macro to convert a Lisp integer to a C integer.
Philipp Stephani
2019-04-22
1
-8
/
+1
*
Use eassume (false) for branch that's never taken.
Philipp Stephani
2019-04-19
1
-1
/
+1
*
Fix compilation warning due to a recent change
Eli Zaretskii
2019-04-19
1
-0
/
+2
*
Refactoring: have CATCHER_ALL also catch signals.
Philipp Stephani
2019-04-19
1
-1
/
+14
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-2
/
+2
*
Improve documentation changes of a recent commit
Eli Zaretskii
2019-04-13
1
-10
/
+32
*
Add :array-type option to json-parse-string
Dmitry Gutov
2019-04-13
1
-13
/
+65
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-9
/
+9
*
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
[next]