summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Don't smooth images when scaling up (bug#38394)Alan Third2020-08-04
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Use void * for pointers in with_echo_area_bufferPaul Eggert2020-08-03
* Ignore another memory leakPaul Eggert2020-08-03
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* Simplify pointer computation in mark_maybe_objectPaul Eggert2020-08-03
* Merge from origin/emacs-27Glenn Morris2020-08-03
|\
| * Avoid segfaults if XIM is set but not xim_stylesGrégory Mounié2020-08-02
| * Backport: Make checking for liveness of global values more precise.Philipp Stephani2020-07-31
| * Backport: Fix subtle bug when checking liveness of module values.Philipp Stephani2020-07-31
| * Backport: Fix memory leak for global module objects (Bug#42482).Philipp Stephani2020-07-31
* | Fix last change in 'try_window'Eli Zaretskii2020-08-03
* | Fix problem where TLS connections would sometimes hangDerek Zhou2020-08-03
* | Re-enable scroll-margin when cursor-motion optimization is disabledEli Zaretskii2020-08-02
* | * src/alloc.c (mark_maybe_object): Avoid signed integer overflowPhilipp Stephani2020-08-02
* | Fix last change in alloc.c.Eli Zaretskii2020-08-02
* | * src/alloc.c (mark_memory): Avoid signed integer overflowPhilipp Stephani2020-08-02
* | * src/alloc.c (mark_maybe_object): Make overflow check conditional.Philipp Stephani2020-08-01
* | Improve offset calculation in wide int buildsPhilipp Stephani2020-08-01
* | * src/alloc.c (resize_string_data): Adjust string bytes (Bug#42540)Philipp Stephani2020-08-01
* | Recreate macOS color list if it is corruptAlan Third2020-08-01
* | Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-01
* | Suppress sanitizer errors about pointer arithmetic in a few placesPhilipp Stephani2020-08-01
* | Suppress leak sanitizer in a few more placesPhilipp Stephani2020-08-01
* | Fix last changeEli Zaretskii2020-08-01
* | Suppress leak detector in some casesPhilipp Stephani2020-08-01
* | Update from GnulibPaul Eggert2020-07-30
* | Port to Oracle Studio 12.6 (sparc)Paul Eggert2020-07-30
* | Fix face extension past EOL in overlay stringsEli Zaretskii2020-07-30
* | Merge from origin/emacs-27Glenn Morris2020-07-29
|\|
| * Fix last changeEli Zaretskii2020-07-25
| * Fix Arabic shaping when column-number-mode is in effectPip Cet2020-07-25
* | Fix uses of deprecated SELinux security_context_tBasil L. Contovounesios2020-07-28
* | Small refactoring to simplify the interface of internal function.Philipp Stephani2020-07-26
* | Make checking for liveness of global values more precise.Philipp Stephani2020-07-25
* | Fix subtle bug when checking liveness of module values.Philipp Stephani2020-07-25
* | Fix memory leak for global module objects (Bug#42482).Philipp Stephani2020-07-23
* | Merge from origin/emacs-27Glenn Morris2020-07-20
|\|
| * Improve documentation of 'kill-emacs'Eli Zaretskii2020-07-17
| * Fix interrupt-process on MS-WindowsEli Zaretskii2020-07-16
* | Don't message complete GIF data upon errorsLars Ingebrigtsen2020-07-17
* | Merge from origin/emacs-27Glenn Morris2020-07-11
|\|
| * Add commentary in gtkutil.cEli Zaretskii2020-07-11
| * ; * src/xdisp.c (decode_mode_spec): Fix commentary.Eli Zaretskii2020-07-08
* | Use Gnulib libgmp modulePaul Eggert2020-07-09
* | Special-case symbol and fixnum keys in member, assoc and rassocMattias Engdegård2020-07-08
* | Merge from origin/emacs-27Glenn Morris2020-07-07
|\|
| * Avoid infloop in 'format-mode-line'Eli Zaretskii2020-07-07
* | Merge from origin/emacs-27Glenn Morris2020-07-07
|\|
| * Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-29