aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port struct Lisp_FLoat to oddball platformsPaul Eggert2020-05-261-1/+3
* Move union emacs_align_type to alloc.cPaul Eggert2020-05-252-41/+41
* Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-19/+58
* Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-61/+14
* Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-253-29/+78
* Fix segfault on closing frame with tooltip (Bug#41239)Noam Postavsky2020-05-241-2/+7
* Restore check for Emacs 20.2 bytecodesPaul Eggert2020-05-231-1/+13
* Merge from origin/emacs-27Glenn Morris2020-05-231-1/+11
|\
| * Fix accessing files on networked drives on MS-WindowsEli Zaretskii2020-05-231-1/+11
| * Redo RCS Id for pdumperPaul Eggert2020-05-211-0/+5
* | ; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.Andrea Corallo2020-05-201-3/+17
* | Hoist some byte-code checking out of evalPaul Eggert2020-05-195-72/+65
* | Reject attempts to clear pure stringsPaul Eggert2020-05-181-19/+32
* | Redo RCS Id for pdumperPaul Eggert2020-05-181-0/+5
* | Restore buffer-undo-list to buffer-local-variablesGlenn Morris2020-05-181-10/+30
* | * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-172-4/+10
* | Merge from origin/emacs-27Glenn Morris2020-05-162-4/+6
|\ \ | |/
| * Fix a crash in handle_display_specClément Pit-Claudel2020-05-131-1/+1
| * In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)Martin Rudalics2020-05-131-3/+5
* | Pacify GCC 10.1.0Paul Eggert2020-05-117-10/+32
* | * src/xdisp.c (Fwindow_text_pixel_size): Fix previous merge.Glenn Morris2020-05-091-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-05-091-19/+47
|\ \ | |/
| * Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-3/+6
| * Fix handling of FROM = t and TO = t by 'window-text-pixel-size'Eli Zaretskii2020-05-081-15/+38
* | Improve nonnull checking with GCC in emacs-modulePaul Eggert2020-05-091-6/+10
* | Prevent hanging in next-single-char-property-changeFederico Tedin2020-05-091-5/+7
* | Pacify buggy old GCC with a castPaul Eggert2020-05-061-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\ \ | |/
| * * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-061-4/+16
|\ \ | |/
| * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* | Don’t assume __has_attribute in emacs-module.cPaul Eggert2020-05-051-1/+1
* | Fix typos in recent attribute.h simplificationPaul Eggert2020-05-051-4/+5
* | Simplify by using attribute.h macrosPaul Eggert2020-05-032-84/+28
* | Fix initial frame resizing issue on NS (bug#40200)Alan Third2020-05-031-30/+21
* | Merge from origin/emacs-27Glenn Morris2020-05-031-28/+28
|\ \ | |/
| * Make sure alist-related functions say so in their docEli Zaretskii2020-04-291-28/+28
* | Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-031-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-04-291-1/+1
|\ \ | |/
| * Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-281-1/+1
* | Improve multibyte_length performancePaul Eggert2020-04-271-21/+21
* | Simplify string-to-charPaul Eggert2020-04-261-12/+6
* | Improve string_char_and_length speedPaul Eggert2020-04-262-65/+27
* | Inline a couple of functions that were macrosPaul Eggert2020-04-252-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-251-95/+176
|\ \ | |/
| * ; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii2020-04-241-95/+176
* | Fix GDI+ image loading by file nameEli Zaretskii2020-04-252-5/+6
* | Remove unused variable from ftfont.cIgor Saprykin2020-04-251-5/+2
* | Fix two fringe bitmapsEli Zaretskii2020-04-251-2/+2
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-236-26/+92