summaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Simplify last change (bug#60311)Eli Zaretskii2022-12-261-14/+26
* Fix 'json-available-p' on MS-WindowsMattias Engdegård2022-12-261-52/+39
* Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-2/+4
|\
| * Allow NUL characters in JSON inputLars Ingebrigtsen2022-07-021-2/+4
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-1/+1
|\ \ | |/
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-1/+1
* | Add tree-sitter intergrationYuan Fu2022-05-071-16/+0
|/
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-5/+5
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Signal an error in json.c function if not availableLars Ingebrigtsen2021-07-201-16/+9
* ; * src/json.c (Fjson_parse_string): Fix the doc string.Eli Zaretskii2021-02-131-8/+8
* Pass 'struct json_configuration' as const where possible.Philipp Stephani2021-02-131-5/+6
* Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-37/+37
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-9/+9
* * src/json.c (lisp_to_json): Simplify.Philipp Stephani2020-08-091-3/+1
* Merge from origin/emacs-27Glenn Morris2020-07-071-0/+2
|\
| * Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-291-0/+2
* | 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