summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAgeFilesLines
* Use decode_string_utf_8 in emacs-module.c.Philipp Stephani2020-01-131-1/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-231-1/+1
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-261-19/+22
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-2/+1
* * src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier2019-07-021-9/+8
* * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-021-11/+1
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-021-1/+1
* Remove unnecessary tortoise checks.Pip Cet2019-06-271-1/+0
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-3/+1
* Fix names of functions in last commitEli Zaretskii2019-04-281-9/+12
* Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-281-44/+8
* Use high-level integer conversion macro in a few cases.Philipp Stephani2019-04-231-2/+2
* * src/json.c (json_make_string): Add missing cast.Philipp Stephani2019-04-231-1/+1
* Speed up JSON parsingEli Zaretskii2019-04-231-3/+17
* Go back to old way of checking json int rangePaul Eggert2019-04-221-1/+8
* Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani2019-04-221-8/+1
* Use eassume (false) for branch that's never taken.Philipp Stephani2019-04-191-1/+1
* Fix compilation warning due to a recent changeEli Zaretskii2019-04-191-0/+2
* Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-191-1/+14
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-2/+2
* Improve documentation changes of a recent commitEli Zaretskii2019-04-131-10/+32
* Add :array-type option to json-parse-stringDmitry Gutov2019-04-131-13/+65
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-9/+9
* Fix integer overflow check in json codePaul Eggert2018-12-311-1/+1
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-131-13/+89
* Use new function overflow_error in a few placesPhilipp Stephani2018-09-211-2/+2
* Support bignums when serializing JSONPhilipp Stephani2018-09-211-3/+7
* Improve bignum support for system typesPaul Eggert2018-08-271-8/+4
* Modularize bignums betterPaul Eggert2018-08-271-1/+1
* Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+8
|\
| * Avoid segfaults in jason-serialize on MS-WindowsEli Zaretskii2018-08-071-2/+7
| * ; * src/json.c: Fix typo in license statementPhilipp Stephani2018-07-301-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* Minor doc string fixes in json.cEli Zaretskii2018-06-161-2/+3
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-151-82/+113
* Support custom null and false objects when parsing JSONJoão Távora2018-06-151-54/+82
* Fix pointer misuse in JSON parserPaul Eggert2018-06-091-32/+28
* Accept plists when serializing and parsing JSONJoão Távora2018-06-071-24/+73
* ; Fix arglist doc of json parse functionsBasil L. Contovounesios2018-02-031-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-8/+25
* Fix MS-Windows build broken by recent changes in json.cChris Zheng2017-12-251-0/+3
* Accept alists when serializing JSONPhilipp Stephani2017-12-241-10/+47
* JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-1/+6
* JSON: improve some commentsPhilipp Stephani2017-12-221-5/+8