aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/comp.c: Compile float_blocks as constants.scratch/comp-static-dataVibhav Pant2023-06-071-6/+12
* Merge branch 'master' into scratch/comp-static-dataVibhav Pant2023-06-0672-1365/+2216
|\
| * Fix bug with point-adjustment after M-x COMMANDEli Zaretskii2023-06-051-0/+4
| * Merge from origin/emacs-29Eli Zaretskii2023-06-031-2/+2
| |\
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary again.Eli Zaretskii2023-05-261-2/+2
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-265-16/+38
| |\ \ | | |/
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary wording.Eli Zaretskii2023-05-261-2/+2
| | * Handle #@00 in new reader in a compatible way (bug#63722)Mattias EngdegÄrd2023-05-261-6/+11
| | * Don't mark selection request eventsPo Lu2023-05-261-0/+7
| | * Fix rare crashes in 'try_window_reusing_current_matrix'Eli Zaretskii2023-05-251-1/+3
| | * ; Support SQLite3 extensions on macOSEli Zaretskii2023-05-231-4/+6
| | * Fix 'use-dialog-box-p' and friendsEli Zaretskii2023-05-231-5/+11
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-261-14/+60
| |\ \ | | |/
| | * Disable loading SQLite3 extensions when SQLite3 version is too oldEli Zaretskii2023-05-231-5/+16
| | * Fix loading SQLite extensionsEli Zaretskii2023-05-201-9/+44
| * | Fix syntax bugs involving escaped newlines in commentsAlan Mackenzie2023-05-221-3/+17
| * | Plug various leaks and fix input method initializationPo Lu2023-05-224-89/+148
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-181-1/+2
| |\ \ | | |/
| | * Attempt to fix redisplay problems on macOSAaron Jensen2023-05-181-1/+2
| * | 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'scratch/long-lines-cleanupGregory 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 changesGregory 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