summaryrefslogtreecommitdiff
path: root/src/json.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-20Signal an error in json.c function if not availableLars Ingebrigtsen
2021-02-13; * src/json.c (Fjson_parse_string): Fix the doc string.Eli Zaretskii
2021-02-13Pass 'struct json_configuration' as const where possible.Philipp Stephani
2021-02-13Allow any JSON value at the top level (Bug#42994).Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-09* src/json.c (lisp_to_json): Simplify.Philipp Stephani
2020-07-07Merge from origin/emacs-27Glenn Morris
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii
2019-07-26Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert
2019-07-02* src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier
2019-07-02* src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier
2019-07-02* src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier
2019-06-27Remove unnecessary tortoise checks.Pip Cet
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-04-28Fix names of functions in last commitEli Zaretskii
2019-04-28Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani
2019-04-23Use high-level integer conversion macro in a few cases.Philipp Stephani
2019-04-23* src/json.c (json_make_string): Add missing cast.Philipp Stephani
2019-04-23Speed up JSON parsingEli Zaretskii
2019-04-22Go back to old way of checking json int rangePaul Eggert
2019-04-22Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani
2019-04-19Use eassume (false) for branch that's never taken.Philipp Stephani
2019-04-19Fix compilation warning due to a recent changeEli Zaretskii
2019-04-19Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-04-13Improve documentation changes of a recent commitEli Zaretskii
2019-04-13Add :array-type option to json-parse-stringDmitry Gutov
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2018-12-31Fix integer overflow check in json codePaul Eggert
2018-12-31Update more copyright yearsPaul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-10-13Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii
2018-09-21Use new function overflow_error in a few placesPhilipp Stephani
2018-09-21Support bignums when serializing JSONPhilipp Stephani
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-27Modularize bignums betterPaul Eggert
2018-08-20Define get_proc_addr in Cygwin-w32 buildAndy Moreton
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-08-07Avoid segfaults in jason-serialize on MS-WindowsEli Zaretskii
2018-07-30; * src/json.c: Fix typo in license statementPhilipp Stephani
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-16Minor doc string fixes in json.cEli Zaretskii