aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-101-8/+39
* | Merge branch 'mouse-wheel-buttons'Stefan Monnier2024-04-092-12/+54
|\ \
| * | (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-092-12/+54
* | | (Freplace_match): Fix bug#65451Stefan Monnier2024-04-071-1/+1
* | | Enable relinquishing access to Android content directoriesPo Lu2024-04-055-4/+57
* | | ; * src/json.c: Comment correctionMattias Engdegård2024-04-041-2/+2
* | | * src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård2024-04-041-1/+1
* | | Remove redundant byte-swapping boundaryPo Lu2024-04-042-19/+3
* | | ; * src/haikufns.c (syms_of_haikufns): Fix indentation.Po Lu2024-04-041-2/+2
* | | New variable haiku-pass-control-tab-to-systemTor-björn Claesson2024-04-043-0/+23
|/ /
* | ; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård2024-04-031-3/+0
* | ; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor2024-04-031-1/+1
* | ; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii2024-04-021-1/+2
* | Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård2024-04-021-39/+11
* | json-insert doc fixesMattias Engdegård2024-04-021-2/+3
* | Update JSON codec doc stringsMattias Engdegård2024-04-011-48/+50
* | ; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård2024-04-011-2/+1
* | ; json.c stylistic adjustmentsPo Lu2024-04-011-3/+4
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-04-015-137/+111
|\ \
| * | Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård2024-04-011-3/+3
| * | Faster JSON parsingMattias Engdegård2024-04-013-119/+82
| * | Fix listing of Android root directory when it is accessiblePo Lu2024-04-011-15/+10
| * | Fix wildcard signals in dbusbind.cMichael Albinus2024-03-311-0/+16
* | | Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny2024-04-012-2/+22
|/ /
* | List special directories when reading root directory on AndroidPo Lu2024-03-311-3/+124
* | ; Another round of stylistic fixes in json.cEli Zaretskii2024-03-311-97/+71
* | ; json.c stylistic adjustmentsPo Lu2024-03-311-25/+32
* | ; json.c stylistic adjustmentsPo Lu2024-03-311-41/+45
* | Fix the native JSON support codeEli Zaretskii2024-03-302-8/+12
* | Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-304-21/+3
* | New JSON encoder (bug#70007)Mattias Engdegård2024-03-304-530/+547
* | Merge from origin/emacs-29Eli Zaretskii2024-03-301-7/+10
|\ \ | |/
| * Fix documentation of 'other-window-for-scrolling'Eli Zaretskii2024-03-251-7/+10
* | ; Fix last change in inclusion of byteswap.h headerEli Zaretskii2024-03-301-5/+4
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-03-302-1/+1
|\ \
| * | Fix implicit declaration of bswap_{32,64}Andreas Schwab2024-03-302-1/+1
* | | Clean up removal of libjansson parserEli Zaretskii2024-03-301-67/+0
* | | Replace libjansson JSON parser with a custom oneGéza Herman2024-03-301-242/+1122
|/ /
* | Fix building the SFNT font driverPo Lu2024-03-301-2/+2
* | * src/fns.c (Fvaluelt): More generous depth limit (20 -> 200).Mattias Engdegård2024-03-291-1/+1
* | Faster non-destructive list sortingMattias Engdegård2024-03-291-30/+35
* | Speed up `sort` by special-casing the `value<` orderingMattias Engdegård2024-03-292-44/+40
* | New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-295-24/+93
* | Add back timsort key function handling (bug#69709)Mattias Engdegård2024-03-293-118/+309
* | Add `value<` (bug#69709)Mattias Engdegård2024-03-293-45/+285
* | ; Fix recently-changed documentationEli Zaretskii2024-03-261-9/+12
* | Prevent passwords from being recorded during text conversionPo Lu2024-03-264-4/+15
* | * src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii2024-03-231-2/+2
* | Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu2024-03-231-11/+23
* | Minor adjustments to last changePo Lu2024-03-231-11/+6