summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-1739-151/+138
* Port modiff changes to GCC 4.8.5Paul Eggert2023-05-171-12/+5
* Prefer _WIDTH macros to sizeof in pdumper.cPaul Eggert2023-05-141-16/+10
* Prefer PTRDIFF_WIDTH in sort.cPaul Eggert2023-05-141-1/+1
* Prefer UINTMAX_WIDTH in print_objectPaul Eggert2023-05-141-1/+1
* Help GCC compute modiff_incrPaul Eggert2023-05-142-13/+19
* Pacify GCC 13 -Wnull-dereference in itree.cPaul Eggert2023-05-141-4/+2
* Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-143-10/+10
* Work around GCC bug 109847 in buffer.cPaul Eggert2023-05-141-0/+8
* Work around GCC bug 109579 in ccl.cPaul Eggert2023-05-141-0/+8
* Work around GCC bug 109577Paul Eggert2023-05-141-0/+8
* Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert2023-05-141-1/+1
* Merge from origin/emacs-29Eli Zaretskii2023-05-1312-232/+389
|\
| * Merge branch 'scratch/long-lines-cleanup' into 'emacs-29'Gregory Heytings2023-05-1311-231/+389
| |\
| | * Add an assertion in, and a commentary for, 'get_nearby_bol_pos'Gregory Heytings2023-05-131-3/+9
| | * Fix the return type of 'labeled_restrictions_get_bound'Gregory Heytings2023-05-131-41/+42
| | * Another final fix to last changesscratch/long-lines-cleanupGregory Heytings2023-04-021-1/+1
| | * Three final fixes to last changesGregory Heytings2023-04-011-3/+3
| | * Two further fixes to last changesGregory Heytings2023-04-011-2/+3
| | * Improve and fix last changesGregory Heytings2023-04-011-12/+21
| | * Fix cursor motion in character-only terminalsGregory Heytings2023-03-291-2/+6
| | * Make get_medium_narrowing_begv/zv staticGregory Heytings2023-03-292-4/+2
| | * Improve accuracy of cursor motion commands in long linesGregory Heytings2023-03-291-2/+21
| | * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-298-0/+14
| | * Code cleanup for long line optimizationsGregory Heytings2023-03-296-207/+313
| * | Fix mouse highlight with some fonts in Cairo buildsEli Zaretskii2023-05-121-1/+0
* | | Fix detection of tab bar windows on PGTKPo Lu2023-05-135-26/+21
* | | Fix opaque region specification on no-toolkit buildsPo Lu2023-05-131-7/+20
* | | Add trailing space to PROMPT in yes-or-no-pMichael Albinus2023-05-121-1/+10
* | | Don't set background_filled_pPo Lu2023-05-121-1/+0
* | | More descriptive character escape syntax error messages (bug#63436)Mattias EngdegÄrd2023-05-111-10/+4
* | | Merge branch 'emacs-29'Stefan Monnier2023-05-103-3/+20
|\ \ \ | |/ /
| * | with-display-message: Workaround for bug#63253Stefan Monnier2023-05-092-3/+11
| * | Avoid crashes in --without-all build trying to scale non-ASCII charEli Zaretskii2023-05-091-0/+9
| * | Fix crash when creating a child frame in NS (bug#63107)Alan Third2023-05-081-1/+12
* | | Speed up skip-chars-{forward|reverse} with char classesMattias EngdegÄrd2023-05-092-52/+38
* | | Fix crash when creating a child frame in NS (bug#63107)Alan Third2023-05-071-1/+12
* | | Merge from origin/emacs-29Dmitry Gutov2023-05-061-0/+7
|\ \ \ | |/ /
| * | More fixes for NetBSD/vaxPo Lu2023-05-051-0/+7
* | | Merge from origin/emacs-29Eli Zaretskii2023-05-024-7/+29
|\ \ \ | |/ /
| * | Fix vertical-motion when tab-line is displayed in a windowEli Zaretskii2023-05-011-3/+11
| * | Fix redisplay of mode line after its format changes from nilEli Zaretskii2023-04-301-0/+8
| * | Fix documentation of libxml-parse-* functionsEli Zaretskii2023-04-291-2/+8
| * | ; * src/treesit.c (syms_of_treesit): Fix error messages.Eli Zaretskii2023-04-281-2/+2
* | | Optimize search for composable characters in redisplayEli Zaretskii2023-04-294-20/+41
* | | Merge from origin/emacs-29Po Lu2023-04-281-3/+6
|\ \ \ | |/ /
| * | Fix two crashes upon startupPo Lu2023-04-281-3/+6
* | | Merge from origin/emacs-29Eli Zaretskii2023-04-252-14/+45
|\ \ \ | |/ /
| * | Don't support versioned grammar libraries on MS-WindowsEli Zaretskii2023-04-241-4/+10
| * | Accept versioned tree-sitter language grammar filesYuan Fu2023-04-241-2/+16