summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert
2020-01-07Help the compiler inline sxhashPaul Eggert
2020-01-07Fix NS frame parameters (bug#39000)Alan Third
2020-01-07Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård
2020-01-07Scale top-left coordinates in display-monitor-attributes-listRobert Pluim
2020-01-07Fix rendering bug due to unsynchronized cairo surface size (Bug#38497)YAMAMOTO Mitsuharu
2020-01-07Avoid crash by access to cleared img->pixmap->data/img->mask->data (Bug#38774)YAMAMOTO Mitsuharu
2020-01-06Avoid assertion violations in very small-height windowsEli Zaretskii
2020-01-06Use pthread_setname_np to set thread nameRobert Pluim
2020-01-05Mark 'catch' and 'condition-case' bytecodes as obsoleteMattias Engdegård
2020-01-05Merge from origin/emacs-27Paul Eggert
2020-01-05Shorten pointer printing code using a small helper function.Philipp Stephani
2020-01-05Also print function data when printing module functions.Philipp Stephani
2020-01-04; Some that->than fixes.Paul Eggert
2020-01-04Fix bug in recent allocate_string_data patchPaul Eggert
2020-01-04Improve 'noexcept' support in C++17.Philipp Stephani
2020-01-04Fix typo in 'window_box_height'Martin Rudalics
2020-01-04emacs-module.h: Don't generate invalid C++11 code.Philipp Stephani
2020-01-03Let the OS clear new large strings of NULPaul Eggert
2020-01-03* src/alloc.c (cleanup_vector): Fix --without-modules builds.Glenn Morris
2020-01-03Implement finalizers for module functions (Bug#30373)Philipp Stephani
2020-01-03Fix the MS-Windows build broken by "Let the OS clear large new objects"Eli Zaretskii
2020-01-03Merge from origin/emacs-27Glenn Morris
2020-01-03; * src/dispnew.c (adjust_glyph_matrix): Fix last change.Eli Zaretskii
2020-01-03Fix redisplay when mode-line-format changes mode-line's heightEli Zaretskii
2020-01-02Let the OS clear large new objectsPaul Eggert
2020-01-02Do not block sw interrupts in batch mode (don't ignore C-c)Andrea Corallo
2020-01-02* src/fileio.c (Fwrite_region): Improve the doc string.Eli Zaretskii
2020-01-02Fix removal of frame decorations on Windows (Bug#38705)Martin Rudalics
2020-01-01Fix compilation with GTK versions older than 3Eli Zaretskii
2020-01-01Fix compilation with GTK versions older than 3Eli Zaretskii
2020-01-01Revert "Raise default max-specpdl-size value"Mattias Engdegård
2020-01-01Raise default max-specpdl-size valueMattias Engdegård
2020-01-01Revert "Pacify gcc -Wunused-function on Ubuntu 18.04.3"Andrea Corallo
2020-01-01make standard emacs compilable againAndrea Corallo
2020-01-01make build system configurable againAndrea Corallo
2020-01-01compile each eln to a temporary one and rename it as lastAndrea Corallo
2020-01-01rework build system for one passAndrea Corallo
2020-01-01fix nitAndrea Corallo
2020-01-01fix non local propagation handlingAndrea Corallo
2020-01-01move LATE_RELOCS just before VERY_LATE_RELOCSAndrea Corallo
2020-01-01sign and check function link tableAndrea Corallo
2020-01-01some rework to please --enable-check-lisp-object-typeAndrea Corallo
2020-01-01rename IMPORTED_FUNC_LINK_TABLE -> FUNC_LINK_TABLE_SYMAndrea Corallo
2020-01-01do not force function inliningAndrea Corallo
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo
2020-01-01adjust max_specpdl_size to sustain bootstrapAndrea Corallo
2020-01-01add native support to the build systemAndrea Corallo
2020-01-01always fill freloc before compiling tooAndrea Corallo
2020-01-01move late relocs after emacs relocationsAndrea Corallo