aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix earlier change to content URI resolution on AndroidPo Lu2024-05-101-109/+112
* | Improve static checking when using upcoming GCC 13.3Paul Eggert2024-05-092-2/+2
* | Intern additional symbols ahead-of-timePo Lu2024-05-092-8/+16
* | Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-0940-240/+419
* | Don't report erroneous /content directory on Android 4.3 and earlierPo Lu2024-05-091-1/+1
* | Fix hang after failed yank-media on AndroidPo Lu2024-05-081-40/+34
* | Do not report text conversion information from tooltip framesPo Lu2024-05-071-0/+1
* | Fix bug#66151Po Lu2024-05-071-4/+5
* | `read': give fuller error message for errors following "#".Alan Mackenzie2024-05-061-12/+40
* | (Fkey_description): Fix corner (bug#59305)Stefan Monnier2024-05-061-1/+1
* | Fix lock files on some versions of CygwinEli Zaretskii2024-05-051-1/+3
* | Retract lexical cookie source load warningMattias Engdegård2024-05-051-43/+5
* | Fix cursor misalignment on truncated RTL rowsPo Lu2024-05-051-1/+1
* | Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-045-9/+16
* | Only issue lexical cookie warning for elisp filesMattias Engdegård2024-05-041-9/+22
* | Simplify management of Android handle IDsPo Lu2024-05-046-450/+241
* | ; * src/lread.c (warn_missing_cookie): Fix typo.Po Lu2024-05-041-4/+4
* | * src/lread.c (warn_missing_cookie): Exempt the user init file.Po Lu2024-05-041-4/+11
* | Warn when loading .el files without lexical-binding declarationMattias Engdegård2024-05-031-15/+41
* | Prevent reporting of crashes when Emacs is restarted on AndroidPo Lu2024-05-031-0/+15
* | Fix display of stipples on NS with respect to cursor highlightPo Lu2024-05-022-48/+86
* | ; Improve commentary in intervals.hEli Zaretskii2024-05-021-6/+6
* | Port visible bell to AndroidPo Lu2024-05-023-293/+7
* | Switch to GXinvert in XTflashPo Lu2024-05-021-15/+4
* | ; Update commentary in intervals.hPo Lu2024-05-021-4/+4
* | Fix minor typos in haikuterm.cPo Lu2024-05-011-3/+3
* | Implement dots and dashes on NextstepPo Lu2024-05-012-13/+68
* | ; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios2024-05-011-1/+1
* | ; * src/androidselect.c (extract_fd_offsets): Fix typos.Po Lu2024-05-011-2/+2
* | Fix compatibility issues with Android clipboardsPo Lu2024-05-013-40/+218
* | Fix deletion of text holding `inhibit-read-only' propertiesPo Lu2024-04-302-15/+41
* | Work around bad GCC diagnostic in select_windowPaul Eggert2024-04-301-0/+4
* | Pacify GCC 14 -Wanalyzer-out-of-bounds in hbfont.cPaul Eggert2024-04-301-0/+2
* | Pacify GCC 14 -Wstring-operflow in ftfont.cPaul Eggert2024-04-301-5/+5
* | Pacify GCC 14 -Wnull-dereference in intervals.cPaul Eggert2024-04-301-4/+5
* | Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert2024-04-302-4/+3
* | Pacify GCC 14 -Wclobbered in eval.cPaul Eggert2024-04-301-0/+6
* | Pacify GCC 14 -Wnull-dereferencePaul Eggert2024-04-305-42/+36
* | Pacify GCC 14 -Walloc-sizePaul Eggert2024-04-301-2/+3
* | Fix value< string comparison ungoodthinkMattias Engdegård2024-04-291-4/+4
* | Take fields into account during text conversionPo Lu2024-04-299-38/+323
* | Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-285-94/+149
* | (COMPILED): Rename to CLOSUREStefan Monnier2024-04-2813-109/+116
* | * src/comp.c (comp_hash_string): Count bytes, not chars.Mattias Engdegård2024-04-281-1/+1
* | Implement dots and dashes on PGTKPo Lu2024-04-282-16/+76
* | Implement dots and dashes on HaikuPo Lu2024-04-282-11/+105
* | Fix the Haiku buildPo Lu2024-04-281-1/+1
* | Implement dots and dashes on AndroidPo Lu2024-04-284-20/+269
* | Fix the MS-Windows build broken by a recent commitEli Zaretskii2024-04-281-1/+1
* | Fix Android buildPo Lu2024-04-281-1/+1