aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/data.c (arithcompare): Simplify fixnum/bignum comparisons.Mattias Engdegård2024-07-271-2/+4
* | Simplify and speed up numeric comparisonsMattias Engdegård2024-07-274-99/+96
* | Merge from origin/emacs-30Eli Zaretskii2024-07-2716-28/+28
|\ \ | |/
| * NS: prevent makeKeyWindow warnings (bug#69525)Gerd Möllmann2024-07-261-1/+1
| * Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-2516-27/+27
* | Fix display of 'display' strings in RTL paragraphs at window-startEli Zaretskii2024-07-251-4/+22
* | Fix process-attributes rss and pmem on GNU/LinuxPaul Eggert2024-07-241-2/+8
* | Merge from savannah/emacs-30Andrea Corallo2024-07-241-7/+2
|\ \ | |/
| * * src/image.c (gui_put_x_image): Avoid memory leak.Po Lu2024-07-241-7/+2
* | Merge from savannah/emacs-30Po Lu2024-07-241-1/+2
|\ \ | |/
| * Adapt last change to non-NS systemsPo Lu2024-07-241-1/+2
* | Merge from savannah/emacs-30Po Lu2024-07-241-4/+7
|\ \ | |/
| * Fix NULL pointer dereferences in xpm_load_imagePo Lu2024-07-241-4/+7
* | Merge from savannah/emacs-30Po Lu2024-07-244-22/+20
|\ \ | |/
| * Fix bug#72255Po Lu2024-07-241-8/+8
| * ; * src/xdisp.c (Fformat_mode_line): Doc fix.Eli Zaretskii2024-07-231-1/+1
| * Fix disappearing bar cursor on Hebrew text (bug#72230)Gerd Möllmann2024-07-231-12/+8
| * Fix Ftreesit_parser_createYuan Fu2024-07-211-1/+3
| * Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu2024-07-211-2/+4
* | Merge from savannah/emacs-30Po Lu2024-07-241-19/+18
|\ \ | |/
| * Improve treesit-node-child-by-field-name docstringStefan Kangas2024-07-211-1/+1
| * Fix punctuation and doc style in treesit.cStefan Kangas2024-07-211-18/+17
* | * src/comp.c (obj_to_reloc): Use eassume.Stefan Kangas2024-07-231-1/+1
* | Use SBYTES instead of strlen in treesit.cStefan Kangas2024-07-221-8/+4
* | Prohibit unbinding of built-in variablesPo Lu2024-07-221-23/+22
* | Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu2024-07-211-2/+4
* | ; Fix recent changes in pdumper.cEli Zaretskii2024-07-211-4/+2
* | Fix bool vector length overflowPaul Eggert2024-07-203-10/+28
* | Change list-length intptr_t to ptrdiff_tPaul Eggert2024-07-201-3/+3
* | Support dumping tree-sitter query (bug#69952)Yuan Fu2024-07-202-8/+20
* | Support compiled queries in pdump by dumping source (bug#69952)Sergey Vinokurov2024-07-201-1/+22
* | SAFE_ALLOCA fixesPaul Eggert2024-07-209-51/+48
* | ; Fix typo in xfont.cPo Lu2024-07-201-2/+2
* | Avoid magic values in xfont_listStefan Kangas2024-07-201-2/+2
* | Merge from origin/emacs-30Eli Zaretskii2024-07-201-0/+1
|\ \ | |/
| * ; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to allowed extensions.Eli Zaretskii2024-07-201-0/+1
* | Avoid accessing uninitialized bool_vector wordsPaul Eggert2024-07-203-22/+29
* | Fix compilation on builds with native rectangle structuresPo Lu2024-07-202-5/+11
* | Respect mouse-fine-graned-tracking in touch screen simple translationPo Lu2024-07-201-0/+19
* | Merge from origin/emacs-30Stefan Monnier2024-07-1911-14/+14
|\ \ | |/
| * ; Fix typosStefan Kangas2024-07-1811-14/+14
| * Avoid overflow in pgtk_is_numeric_charStefan Kangas2024-07-181-1/+1
* | Fix minor code style issue in pgtkfns.cStefan Kangas2024-07-181-9/+3
* | Avoid overflow in pgtk_is_numeric_charStefan Kangas2024-07-181-2/+6
* | Use strnlen to avoid unnecessary work in pgtkfns.cStefan Kangas2024-07-181-4/+9
* | Minor cleanup of code in insdel.cEli Zaretskii2024-07-181-2/+2
* | Merge from savannah/emacs-30Po Lu2024-07-181-1/+1
|\ \ | |/
| * ; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.Po Lu2024-07-181-1/+1
* | Quote BIN_DESTDIR betterPaul Eggert2024-07-161-3/+3
* | Simplify time form analysisPaul Eggert2024-07-161-129/+54