| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitter | Yuan Fu | 2022-08-29 | 1 | -2/+4 |
|\ |
|
| * | Allow NUL characters in JSON input | Lars Ingebrigtsen | 2022-07-02 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitter | Yuan Fu | 2022-06-14 | 1 | -1/+1 |
|\| |
|
| * | Use BASE_EQ when comparing with Qunbound | Mattias EngdegÄrd | 2022-06-12 | 1 | -1/+1 |
* | | Add tree-sitter intergration | Yuan Fu | 2022-05-07 | 1 | -16/+0 |
|/ |
|
* | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias EngdegÄrd | 2022-02-12 | 1 | -5/+5 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Signal an error in json.c function if not available | Lars Ingebrigtsen | 2021-07-20 | 1 | -16/+9 |
* | ; * src/json.c (Fjson_parse_string): Fix the doc string. | Eli Zaretskii | 2021-02-13 | 1 | -8/+8 |
* | Pass 'struct json_configuration' as const where possible. | Philipp Stephani | 2021-02-13 | 1 | -5/+6 |
* | Allow any JSON value at the top level (Bug#42994). | Philipp Stephani | 2021-02-13 | 1 | -37/+37 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Use the full name of the null byte/character, not its abbreviation | Andreas Schwab | 2020-10-05 | 1 | -9/+9 |
* | * src/json.c (lisp_to_json): Simplify. | Philipp Stephani | 2020-08-09 | 1 | -3/+1 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-07-07 | 1 | -0/+2 |
|\ |
|
| * | Fix undefined behavior in json.c (Bug#42113) | Philipp Stephani | 2020-06-29 | 1 | -0/+2 |
* | | Use decode_string_utf_8 in emacs-module.c. | Philipp Stephani | 2020-01-13 | 1 | -1/+0 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix and speed up en/decoding of UTF-8 strings | Eli Zaretskii | 2019-11-23 | 1 | -1/+1 |
* | Adjust remaining uses of `NILP (HASH_HASH)`. | Stefan Monnier | 2019-07-26 | 1 | -19/+22 |
* | Simplify hashfn/cmpfn calling convention | Paul Eggert | 2019-07-20 | 1 | -2/+1 |
* | * src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in buffer | Stefan Monnier | 2019-07-02 | 1 | -9/+8 |
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap. | Stefan Monnier | 2019-07-02 | 1 | -11/+1 |
* | * src/coding.c (decode_coding_gap): Remove `chars` argument. | Stefan Monnier | 2019-07-02 | 1 | -1/+1 |
* | Remove unnecessary tortoise checks. | Pip Cet | 2019-06-27 | 1 | -1/+0 |
* | Avoid some strlen work, primarily via strnlen | Paul Eggert | 2019-06-25 | 1 | -3/+1 |
* | Fix names of functions in last commit | Eli Zaretskii | 2019-04-28 | 1 | -9/+12 |
* | Refactoring: move UTF-8 decoding functions into coding.h. | Philipp Stephani | 2019-04-28 | 1 | -44/+8 |
* | Use high-level integer conversion macro in a few cases. | Philipp Stephani | 2019-04-23 | 1 | -2/+2 |
* | * src/json.c (json_make_string): Add missing cast. | Philipp Stephani | 2019-04-23 | 1 | -1/+1 |
* | Speed up JSON parsing | Eli Zaretskii | 2019-04-23 | 1 | -3/+17 |
* | Go back to old way of checking json int range | Paul Eggert | 2019-04-22 | 1 | -1/+8 |
* | Introduce a helper macro to convert a Lisp integer to a C integer. | Philipp Stephani | 2019-04-22 | 1 | -8/+1 |
* | Use eassume (false) for branch that's never taken. | Philipp Stephani | 2019-04-19 | 1 | -1/+1 |
* | Fix compilation warning due to a recent change | Eli Zaretskii | 2019-04-19 | 1 | -0/+2 |
* | Refactoring: have CATCHER_ALL also catch signals. | Philipp Stephani | 2019-04-19 | 1 | -1/+14 |
* | Mark _Noreturn error functions as cold | Paul Eggert | 2019-04-18 | 1 | -2/+2 |
* | Improve documentation changes of a recent commit | Eli Zaretskii | 2019-04-13 | 1 | -10/+32 |
* | Add :array-type option to json-parse-string | Dmitry Gutov | 2019-04-13 | 1 | -13/+65 |
* | Fix misuses of NULL when talking about the NUL character | Stefan Monnier | 2019-03-21 | 1 | -9/+9 |
* | Fix integer overflow check in json code | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | Update more copyright years | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -1/+1 |
* | Improve 'json-insert' so it doesn't cons a string from JSON | Eli Zaretskii | 2018-10-13 | 1 | -13/+89 |
* | Use new function overflow_error in a few places | Philipp Stephani | 2018-09-21 | 1 | -2/+2 |
* | Support bignums when serializing JSON | Philipp Stephani | 2018-09-21 | 1 | -3/+7 |
* | Improve bignum support for system types | Paul Eggert | 2018-08-27 | 1 | -8/+4 |
* | Modularize bignums better | Paul Eggert | 2018-08-27 | 1 | -1/+1 |
* | Define get_proc_addr in Cygwin-w32 build | Andy Moreton | 2018-08-20 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -3/+8 |
|\ |
|