index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Age
Commit message (
Expand
)
Author
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-20
Signal an error in json.c function if not available
Lars Ingebrigtsen
2021-02-13
; * src/json.c (Fjson_parse_string): Fix the doc string.
Eli Zaretskii
2021-02-13
Pass 'struct json_configuration' as const where possible.
Philipp Stephani
2021-02-13
Allow any JSON value at the top level (Bug#42994).
Philipp Stephani
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-09
* src/json.c (lisp_to_json): Simplify.
Philipp Stephani
2020-07-07
Merge from origin/emacs-27
Glenn Morris
2020-06-29
Fix undefined behavior in json.c (Bug#42113)
Philipp Stephani
2020-01-13
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-23
Fix and speed up en/decoding of UTF-8 strings
Eli Zaretskii
2019-07-26
Adjust remaining uses of `NILP (HASH_HASH)`.
Stefan Monnier
2019-07-20
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-02
* src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in buffer
Stefan 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-27
Remove unnecessary tortoise checks.
Pip Cet
2019-06-25
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-04-28
Fix names of functions in last commit
Eli Zaretskii
2019-04-28
Refactoring: move UTF-8 decoding functions into coding.h.
Philipp Stephani
2019-04-23
Use 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-23
Speed up JSON parsing
Eli Zaretskii
2019-04-22
Go back to old way of checking json int range
Paul Eggert
2019-04-22
Introduce a helper macro to convert a Lisp integer to a C integer.
Philipp Stephani
2019-04-19
Use eassume (false) for branch that's never taken.
Philipp Stephani
2019-04-19
Fix compilation warning due to a recent change
Eli Zaretskii
2019-04-19
Refactoring: have CATCHER_ALL also catch signals.
Philipp Stephani
2019-04-18
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-13
Improve documentation changes of a recent commit
Eli Zaretskii
2019-04-13
Add :array-type option to json-parse-string
Dmitry Gutov
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2018-12-31
Fix integer overflow check in json code
Paul Eggert
2018-12-31
Update more copyright years
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-10-13
Improve 'json-insert' so it doesn't cons a string from JSON
Eli Zaretskii
2018-09-21
Use new function overflow_error in a few places
Philipp Stephani
2018-09-21
Support bignums when serializing JSON
Philipp Stephani
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-27
Modularize bignums better
Paul Eggert
2018-08-20
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-07
Avoid segfaults in jason-serialize on MS-Windows
Eli Zaretskii
2018-07-30
; * src/json.c: Fix typo in license statement
Philipp Stephani
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-16
Minor doc string fixes in json.c
Eli Zaretskii
[next]