aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-08-052-26/+43
|\
| * Fix missing point information in undoPhillip Lord2016-07-051-26/+30
| * Avoid crashes when buffer modification hooks clobber match dataEli Zaretskii2016-07-041-0/+13
* | Merge from origin/emacs-25Paul Eggert2016-08-052-5/+9
|\ \ | |/
| * Avoid assertion violations when rendering some fontsEli Zaretskii2016-06-291-1/+2
| * Fixup warning message regarding HOME a bit moreNoam Postavsky2016-06-271-3/+3
| * ; Fix typo in commit before lastNoam Postavsky2016-06-271-2/+2
| * Give more helpful warning about setting HOMENoam Postavsky2016-06-261-4/+7
* | Spelling and minor grammar fixesPaul Eggert2016-08-052-3/+3
* | Fix GnuTLS includesPaul Eggert2016-08-032-2/+1
* | Simplify by assuming GnuTLS 2.12.2 or laterPaul Eggert2016-08-032-4/+1
* | Port to systems lacking GNUTLS_NONBLOCKPaul Eggert2016-08-031-2/+6
* | Fix non-blocking GnuTLS with slow connectionPaul Eggert2016-08-031-1/+30
* | Require GnuTLS 2.12.2 or laterPaul Eggert2016-08-031-23/+0
* | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-024-7/+8
* | Fix (mapcar F S) crash when F alters S’s lengthPaul Eggert2016-08-021-47/+30
* | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-022-3/+3
* | * src/window.c: Fix bootstrap failure due to window.el changesStefan Monnier2016-08-021-12/+2
* | Port regex changes to strict ISO CPaul Eggert2016-08-021-2/+2
* | Remove unused STREQ macroMichal Nazarewicz2016-08-021-2/+0
* | Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz2016-08-023-14/+35
* | Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-023-25/+30
* | Get rid of re_set_syntaxMichal Nazarewicz2016-08-023-7/+29
* | Remove dead opcodes in regex bytecodeMichal Nazarewicz2016-08-021-27/+1
* | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-023-239/+181
* | Fix use-after-close in connect_network_socketPaul Eggert2016-08-021-2/+2
* | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-302-11/+14
* | Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)Michal Nazarewicz2016-07-271-1/+1
* | Avoid segfaults in compute_motionEli Zaretskii2016-07-261-5/+8
* | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-116/+93
* | ‘signal’ no longer returnsPaul Eggert2016-07-2513-39/+54
* | * src/bytecode.c: Fix compilation with BYTE_CODE_SAFEStefan Monnier2016-07-211-0/+9
* | Fix use-after-close in connect_network_socketPaul Eggert2016-07-211-0/+4
* | Fix lifetime bug in tzlookupPaul Eggert2016-07-201-3/+3
* | Remove CHECK_FRAME_FONT cruft from bytecode.cPaul Eggert2016-07-201-15/+0
* | Work around GCC bug 54561 in a better wayPaul Eggert2016-07-204-15/+19
* | Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-204-26/+74
* | Prevent bar cursor overwriting next glyph (bug#16856)Alan Third2016-07-191-1/+4
* | ; Spelling fixPaul Eggert2016-07-191-1/+1
* | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-193-4/+108
* | Keep w32 environment settings internal onlyNoam Postavsky2016-07-182-10/+28
* | Remove separate pool for popup dialogs (bug#23856)Alan Third2016-07-171-20/+4
* | Fix cursor display (bug#23993)Alan Third2016-07-161-1/+1
* | Stop worrying about Alliant in bytecode.cPaul Eggert2016-07-151-5/+3
* | Remove BYTE_MAINTAIN_TOPPaul Eggert2016-07-151-210/+10
* | Remove now-inaccurate bytecode commentsPaul Eggert2016-07-151-18/+1
* | Port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-151-16/+14
* | Remove unused SHEAP_OBJAndreas Schwab2016-07-141-1/+0
* | Omit unnecessary #includes from xwidget.cPaul Eggert2016-07-131-74/+0