aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Test !FASTER_TIMEFNS with builtin resolutionsPaul Eggert2024-07-161-12/+12
* | Make ztrillion staticPaul Eggert2024-07-161-1/+1
* | Fix buffer size problem in print_bool_vectorPaul Eggert2024-07-161-1/+1
* | alloc.c: ckd_add, not by-hand checksPaul Eggert2024-07-161-4/+4
* | Fix get_conversion_field --with-wide-wint overflowPaul Eggert2024-07-161-2/+2
* | Pacify -Wmissing-variable-declarations for lisp_malloc_userPaul Eggert2024-07-161-0/+1