aboutsummaryrefslogtreecommitdiffstats
path: root/src/json.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani1-0/+2
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani1-1/+0
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii1-1/+1
2019-07-26Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier1-19/+22
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert1-2/+1
2019-07-02* src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier1-9/+8
2019-07-02* src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier1-11/+1
2019-07-02* src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier1-1/+1
2019-06-27Remove unnecessary tortoise checks.Pip Cet1-1/+0
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert1-3/+1
2019-04-28Fix names of functions in last commitEli Zaretskii1-9/+12
2019-04-28Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani1-44/+8
2019-04-23Use high-level integer conversion macro in a few cases.Philipp Stephani1-2/+2
2019-04-23* src/json.c (json_make_string): Add missing cast.Philipp Stephani1-1/+1
2019-04-23Speed up JSON parsingEli Zaretskii1-3/+17
2019-04-22Go back to old way of checking json int rangePaul Eggert1-1/+8
2019-04-22Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani1-8/+1
2019-04-19Use eassume (false) for branch that's never taken.Philipp Stephani1-1/+1
2019-04-19Fix compilation warning due to a recent changeEli Zaretskii1-0/+2
2019-04-19Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani1-1/+14
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-2/+2
2019-04-13Improve documentation changes of a recent commitEli Zaretskii1-10/+32
2019-04-13Add :array-type option to json-parse-stringDmitry Gutov1-13/+65
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-9/+9
2018-12-31Fix integer overflow check in json codePaul Eggert1-1/+1
2018-12-31Update more copyright yearsPaul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-1/+1
2018-10-13Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii1-13/+89
2018-09-21Use new function overflow_error in a few placesPhilipp Stephani1-2/+2
2018-09-21Support bignums when serializing JSONPhilipp Stephani1-3/+7
2018-08-27Improve bignum support for system typesPaul Eggert1-8/+4
2018-08-27Modularize bignums betterPaul Eggert1-1/+1
2018-08-20Define get_proc_addr in Cygwin-w32 buildAndy Moreton1-0/+1
2018-08-07More macro renamings for bignumTom Tromey1-1/+1
2018-08-07Avoid segfaults in jason-serialize on MS-WindowsEli Zaretskii1-2/+7
2018-07-30; * src/json.c: Fix typo in license statementPhilipp Stephani1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-5/+5
2018-06-16Minor doc string fixes in json.cEli Zaretskii1-2/+3
2018-06-15Also allow custom false and null when serializing to JSONJoão Távora1-82/+113
2018-06-15Support custom null and false objects when parsing JSONJoão Távora1-54/+82
2018-06-09Fix pointer misuse in JSON parserPaul Eggert1-32/+28
2018-06-07Accept plists when serializing and parsing JSONJoão Távora1-24/+73
2018-02-03; Fix arglist doc of json parse functionsBasil L. Contovounesios1-2/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani1-8/+25
2017-12-25Fix MS-Windows build broken by recent changes in json.cChris Zheng1-0/+3
2017-12-24Accept alists when serializing JSONPhilipp Stephani1-10/+47
2017-12-24JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani1-1/+6
2017-12-22JSON: improve some commentsPhilipp Stephani1-5/+8