aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | * make-dist: Directory modules/mod-test no longer exists.Glenn Morris2017-06-071-10/+2
| * | More authors.el updatesGlenn Morris2017-06-075-7/+28
| * | * make-dist: Check a release has a ChangeLog with a release notice.Glenn Morris2017-06-071-0/+15
| * | * make-dist: Use existing ChangeLog if present.Glenn Morris2017-06-071-4/+10
| * | * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Fix port handling.Michael Albinus2017-06-071-7/+1
| * | (url-cookie-host-can-set-p): Protect against zero-length domainsLars Ingebrigtsen2017-06-071-4/+7
| * | More authors.el updatesGlenn Morris2017-06-061-4/+18
| * | ; * admin/authors.el (authors-obsolete-files-regexps): Tweak previous.Glenn Morris2017-06-061-1/+1
| * | More small authors.el updatesGlenn Morris2017-06-064-17/+37
| * | ; Update some more Maintainer: header commentsGlenn Morris2017-06-0512-12/+12
| * | ; Update some Maintainer: header commentsGlenn Morris2017-06-058-8/+8
| * | Make authors.el report names that were ignoredGlenn Morris2017-06-051-10/+24
| * | * admin/authors.el (authors-aliases): Additions.Glenn Morris2017-06-051-4/+4
| * | ; Small fixes for some Author: header commentsGlenn Morris2017-06-053-13/+13
| * | ; ChangeLog fixesGlenn Morris2017-06-057-98/+16
| * | * test/lisp/subr-tests.el (subr-tests-bug22027): Add test.Tino Calancha2017-06-051-0/+10
| * | * lisp/subr.el (read-passwd): Don't delete return value (Bug#22027).Noam Postavsky2017-06-051-1/+1
| * | Enable ElDoc messages after the newline commandDmitry Gutov2017-06-061-1/+1
| * | Enable eldoc-mode explicitly inside read--expressionDmitry Gutov2017-06-061-0/+1
| * | Fix check for package-unsigned-archives during retrievalAndy Moreton2017-06-061-1/+1
| * | Merge etc/emacs-buffer.gdb from emacs-25 to master.Noah Friedman2017-06-051-2/+2
| |\ \ | | |/
| | * (ybuffer-list): $alist must be ptr-unmasked at the end of the loop,Noah Friedman2017-05-081-2/+2
| * | Fix undefined behavior in mapbacktracePhilipp Stephani2017-06-051-1/+5
| * | Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-052-28/+33
| * | Use unwind protection to clean up data structures in modulesPhilipp Stephani2017-06-051-19/+26
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2017-06-0515-218/+250
| |\ \
| | * | Inline module_has_cleanupPhilipp Stephani2017-06-051-7/+1
| | * | Add missing dependency to test module source filePhilipp Stephani2017-06-051-1/+1
| | * | Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
| | * | Remove easserts etc. from emacs-module.cPaul Eggert2017-06-041-16/+0
| | * | Remove unnecessary checking in emacs-module.cPaul Eggert2017-06-041-6/+3
| | * | SCHARS and STRING_BYTES are nonnegativePaul Eggert2017-06-041-4/+8
| | * | * lisp/desktop.el (desktop-clear): Skip the daemon's frame (Bug#26912).Noam Postavsky2017-06-051-0/+4
| | * | Remove an unused error symbolPhilipp Stephani2017-06-041-5/+0
| | * | Support quitting in modulesPhilipp Stephani2017-06-043-1/+22
| | * | Use more specific errors for module load failurePhilipp Stephani2017-06-041-4/+32
| | * | Remove an unneeded assertionPhilipp Stephani2017-06-041-2/+0
| | * | Guard against signed integer overflowsPhilipp Stephani2017-06-041-1/+7
| | * | Add a couple more assertions to the module codePhilipp Stephani2017-06-041-0/+16
| | * | ; Grammar fixPhilipp Stephani2017-06-041-1/+1
| | * | ; Small comment fixPhilipp Stephani2017-06-041-1/+1
| | * | Use ATTRIBUTE_MAY_ALIAS where alias violations are likelyPhilipp Stephani2017-06-042-5/+8
| | * | Simplify interface of dynlib_attr.Philipp Stephani2017-06-042-20/+19
| | * | Rationalize environment lifetime management functionsPhilipp Stephani2017-06-041-7/+7
| | * | Rework printing of module functionsPhilipp Stephani2017-06-045-45/+39
| | * | Define helper macro to reduce code duplicationPhilipp Stephani2017-06-041-10/+17
| | * | Remove two FIXMEs that can't be fixedPhilipp Stephani2017-06-042-8/+4
| | * | Avoid slow startup in daemon mode when global-linum-mode is onEli Zaretskii2017-06-041-1/+10
| | * | Fix eldoc bug with curved quotePaul Eggert2017-06-041-1/+1
| | * | Tune ‘format’ after recent fixPaul Eggert2017-06-042-95/+72