summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* * src/json.c (lisp_to_json): Simplify.Philipp Stephani2020-08-09
* Merge from origin/emacs-27Glenn Morris2020-07-07
|\
| * Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-29
* | Use decode_string_utf_8 in emacs-module.c.Philipp Stephani2020-01-13
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-23
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-26
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* * src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier2019-07-02
* * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-02
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-02
* Remove unnecessary tortoise checks.Pip Cet2019-06-27
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Fix names of functions in last commitEli Zaretskii2019-04-28
* Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-28
* Use high-level integer conversion macro in a few cases.Philipp Stephani2019-04-23
* * src/json.c (json_make_string): Add missing cast.Philipp Stephani2019-04-23
* Speed up JSON parsingEli Zaretskii2019-04-23
* Go back to old way of checking json int rangePaul Eggert2019-04-22
* Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani2019-04-22
* Use eassume (false) for branch that's never taken.Philipp Stephani2019-04-19
* Fix compilation warning due to a recent changeEli Zaretskii2019-04-19
* Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-19
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Improve documentation changes of a recent commitEli Zaretskii2019-04-13
* Add :array-type option to json-parse-stringDmitry Gutov2019-04-13
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Fix integer overflow check in json codePaul Eggert2018-12-31
* Update more copyright yearsPaul Eggert2018-12-31
* Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-13
* Use new function overflow_error in a few placesPhilipp Stephani2018-09-21
* Support bignums when serializing JSONPhilipp Stephani2018-09-21
* Improve bignum support for system typesPaul Eggert2018-08-27
* Modularize bignums betterPaul Eggert2018-08-27
* Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-20
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\
| * Avoid segfaults in jason-serialize on MS-WindowsEli Zaretskii2018-08-07
| * ; * src/json.c: Fix typo in license statementPhilipp Stephani2018-07-30
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Minor doc string fixes in json.cEli Zaretskii2018-06-16
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-15
* Support custom null and false objects when parsing JSONJoão Távora2018-06-15
* Fix pointer misuse in JSON parserPaul Eggert2018-06-09
* Accept plists when serializing and parsing JSONJoão Távora2018-06-07
* ; Fix arglist doc of json parse functionsBasil L. Contovounesios2018-02-03
* Update copyright year to 2018Paul Eggert2018-01-01