summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-12* src/keyboard.c parse_solitary_modifier): Accept `click` modifierStefan Monnier
2021-03-12Merge from origin/emacs-27Glenn Morris
2021-03-12Merge from origin/emacs-27Glenn Morris
2021-03-12Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-03-11Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)Juri Linkov
2021-03-11On MS-Windows, fflush stderr after newlinePaul Eggert
2021-03-11Fix some leaksYuuki Harano
2021-03-11* src/image.c (image_set_transform): Don't use ! for Lisp object.Philipp Stephani
2021-03-11* src/image.c (FRAME_SCALE_FACTOR): Define only when needed.Philipp Stephani
2021-03-10; Fix US spelling in last change.Basil L. Contovounesios
2021-03-10Enable selectable image smoothing (bug#38394)Alan Third
2021-03-09Port alternate signal stack to upcoming glibc 2.34Paul Eggert
2021-03-09* src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier
2021-03-09* src/comp.c (ABI_VERSION): Bump following-up 380ba045c4.Andrea Corallo
2021-03-09Merge commit '9cbdf20316' into native-compAndrea Corallo
2021-03-09* Fix comp unit type decl in eln files to fix GC crash (bug#46256)Pip Cet
2021-03-09Zero stale pointer when unloading comp units (bug#46256)Pip Cet
2021-03-08Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-03-08Add new face 'help-key-binding' for keybindings in helpStefan Kangas
2021-03-07* Handle `comp-native-driver-options' both as file-local both as globalAndrea Corallo
2021-03-07; * src/comp.c (load_comp_unit): Fix a comment.Andrea Corallo
2021-03-07Allow for `comp-native-driver-options' to work as a file-local variable.Andrea Corallo
2021-03-07* Work around GCC PR99126 on all libgccjit < 11Andrea Corallo
2021-03-07Avoid aborts in native-comp subprocesses when exiting Emacs on WindowsEli Zaretskii
2021-03-07Fix encoding of file names in comp.cEli Zaretskii
2021-03-07Use MS-Windows system APIs to get number of processorsEli Zaretskii
2021-03-07; * src/comp.c (Fcomp__compile_ctxt_to_file) [WINDOWSNT]: Fix last change.Eli Zaretskii
2021-03-07Fix libgccjit PROGNAME on MS-WindowsEli Zaretskii
2021-03-06Simplify silent-rules build machineryGlenn Morris
2021-03-06* src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007.Glenn Morris
2021-03-05* src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier
2021-03-05Fix some unsafe uses of SSDATA in comp.cEli Zaretskii
2021-03-05Fix initialization of 'while-no-input-ignore-events'Eli Zaretskii
2021-03-05* Harden `comp-abi-hash' computationAndrea Corallo
2021-03-04Fix typos and doc strings in native-compilation filesEli Zaretskii
2021-03-04Call the set_buffer_overlays_ settersMatt Armstrong
2021-03-04* src/comp.c (hash_native_abi): Account for `system-configuraton-options'.Andrea Corallo
2021-03-03Don't call _setjmp through a function pointer (Bug#46824)Pip Cet
2021-03-03* src/comp.c (return_nil): Make it not a nested function.Andrea Corallo
2021-03-03Fix compilation warnings in --with-wide-int build on WindowsEli Zaretskii
2021-03-03Avoid aborting on MS-Windows at startupEli Zaretskii
2021-03-02Fix unicode strings can't be pasted correctlyYuuki Harano
2021-03-01* src/eval.c (init_eval_once): Bump max_specpdl_size (bug46818)Stefan Monnier
2021-03-01Clean up obsolete commentMatt Armstrong
2021-02-28Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo
2021-02-27Avoid crashes in Mew due to corrupted tool-bar labelEli Zaretskii
2021-02-26* Canonicalize filenames on Windows before hashing (bug#46256)Andrea Corallo
2021-02-26Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-02-25Fix documentation of a recent changeEli Zaretskii
2021-02-25New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'Juri Linkov