summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-24Fix bug#72255Po Lu
2024-07-23; * src/xdisp.c (Fformat_mode_line): Doc fix.Eli Zaretskii
2024-07-23Fix disappearing bar cursor on Hebrew text (bug#72230)Gerd Möllmann
2024-07-23* src/comp.c (obj_to_reloc): Use eassume.Stefan Kangas
2024-07-22Use SBYTES instead of strlen in treesit.cStefan Kangas
2024-07-22Prohibit unbinding of built-in variablesPo Lu
2024-07-21Fix Ftreesit_parser_createYuan Fu
2024-07-21Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu
2024-07-21Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu
2024-07-21Improve treesit-node-child-by-field-name docstringStefan Kangas
2024-07-21Fix punctuation and doc style in treesit.cStefan Kangas
2024-07-21; Fix recent changes in pdumper.cEli Zaretskii
2024-07-20Fix bool vector length overflowPaul Eggert
2024-07-20Change list-length intptr_t to ptrdiff_tPaul Eggert
2024-07-20Support dumping tree-sitter query (bug#69952)Yuan Fu
2024-07-20Support compiled queries in pdump by dumping source (bug#69952)Sergey Vinokurov
2024-07-20SAFE_ALLOCA fixesPaul Eggert
2024-07-20; Fix typo in xfont.cPo Lu
2024-07-20Avoid magic values in xfont_listStefan Kangas
2024-07-20Merge from origin/emacs-30Eli Zaretskii
2024-07-20; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to allowed extensions.Eli Zaretskii
2024-07-20Avoid accessing uninitialized bool_vector wordsPaul Eggert
2024-07-20Fix compilation on builds with native rectangle structuresPo Lu
2024-07-20Respect mouse-fine-graned-tracking in touch screen simple translationPo Lu
2024-07-19Merge from origin/emacs-30Stefan Monnier
2024-07-18Fix minor code style issue in pgtkfns.cStefan Kangas
2024-07-18Avoid overflow in pgtk_is_numeric_charStefan Kangas
2024-07-18Use strnlen to avoid unnecessary work in pgtkfns.cStefan Kangas
2024-07-18Minor cleanup of code in insdel.cEli Zaretskii
2024-07-18; Fix typosStefan Kangas
2024-07-18Avoid overflow in pgtk_is_numeric_charStefan Kangas
2024-07-18Merge from savannah/emacs-30Po Lu
2024-07-18; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.Po Lu
2024-07-16Quote BIN_DESTDIR betterPaul Eggert
2024-07-16Simplify time form analysisPaul Eggert
2024-07-16Test !FASTER_TIMEFNS with builtin resolutionsPaul Eggert
2024-07-16Make ztrillion staticPaul Eggert
2024-07-16Fix buffer size problem in print_bool_vectorPaul Eggert
2024-07-16alloc.c: ckd_add, not by-hand checksPaul Eggert
2024-07-16Fix get_conversion_field --with-wide-wint overflowPaul Eggert
2024-07-16Pacify -Wmissing-variable-declarations for lisp_malloc_userPaul Eggert
2024-07-16Pacify 32-bit GCC 14.1.1 in timer_check_2Paul Eggert
2024-07-16Make error messages adhere to our standardsStefan Kangas
2024-07-16Delete commented out code from `signal_or_quit`Stefan Kangas
2024-07-16Prefer `memcpy` to `strcpy` in image.cStefan Kangas
2024-07-16Restrict loop variable scope in `xpm_str_to_color_key`Stefan Kangas
2024-07-15Merge from savannah/emacs-30Po Lu
2024-07-14Further time decoding tidyingMattias EngdegÄrd
2024-07-13Minor renaming in timefns.cPaul Eggert
2024-07-14; * src/android.c (setEmacsParams): Delete unused variable.Po Lu