aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/alloc.c (purecopy): Use AUTO_STRING.Paul Eggert2016-03-201-1/+1
* No need to block input when reading directoriesPaul Eggert2016-03-191-13/+1
* Improve w32notify notificationsFabrice Popineau2016-03-195-246/+349
* Merge from origin/emacs-25John Wiegley2016-03-11191-551/+598
|\
| * Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-102-7/+26
| * Rework C source files to avoid ^(Paul Eggert2016-03-10191-536/+533
| * Properly handle lambda as read function (bug 22961)Andreas Schwab2016-03-091-2/+2
| * Speed up redisplay of binary files with long series of nullsEli Zaretskii2016-03-061-6/+34
| * doc string file descriptor exhaustion fixPaul Eggert2016-03-041-3/+3
| * Fix Bug#22814Michael Albinus2016-03-041-0/+3
* | Fix asynchronous TLS connections on MS-WindowsAlain Schneble2016-03-101-8/+26
* | Minor fixes for getaddrinfo_a usagePaul Eggert2016-03-091-25/+23
* | Pacify --enable-gcc-warningsPaul Eggert2016-03-081-2/+1
* | Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics2016-03-084-491/+475
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-64/+4
* | Remove support for IRIXPaul Eggert2016-03-075-45/+4
* | Fix Cygwin-w32 buildKen Brown2016-03-062-0/+10
* | Don't signal errors on E_AGAINLars Magne Ingebrigtsen2016-03-061-1/+3
* | Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-052-3/+15
* | Implement getaddrinfo fallback for MS-WindowsEli Zaretskii2016-03-051-0/+125
* | Add accessors for `file-attributes'Lars Ingebrigtsen2016-03-041-0/+8
* | Fix Bug#22814Michael Albinus2016-03-041-1/+23
* | Merge from origin/emacs-25John Wiegley2016-03-032-8/+12
|\ \ | |/
| * ; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii2016-03-011-3/+4
| * Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii2016-03-011-5/+8
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+4
|\ \ | |/
| * Made the new OS X visible bell more visible.Anders Lindgren2016-02-291-1/+4
* | Merge from origin/emacs-25John Wiegley2016-03-035-24/+31
|\ \ | |/
| * Fix char signedness issue in bidi codeAndreas Schwab2016-02-271-2/+2
| * Remove unneeded workaround in xftfont.cEli Zaretskii2016-02-251-10/+0
| * Fix redisplay on a TTY after 'make-frame'Eli Zaretskii2016-02-251-1/+8
| * Fix an assertionChris Feng2016-02-251-1/+3
| * * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-241-10/+18
* | Merge from origin/emacs-25John Wiegley2016-03-032-1/+4
|\ \ | |/
| * Allocate glyph matrices for the initial frameChris Feng2016-02-242-1/+4
* | Merge from origin/emacs-25John Wiegley2016-03-031-4/+4
|\ \ | |/
| * Further improve doc string of 'disable-point-adjustment'Eli Zaretskii2016-02-231-4/+4
* | Ensure TLS negotiation progressLars Ingebrigtsen2016-03-032-7/+32
* | emacs-module.h slight simplificationPaul Eggert2016-03-022-8/+8
* | * src/emacs-module.c (CHECK_USER_PTR): Fix typo in previous change.Paul Eggert2016-03-021-1/+1
* | emacs-module.c simplification and tuneupPaul Eggert2016-03-021-12/+16
* | Use standard checks whenever possible.Philipp Stephani2016-03-021-102/+21
* | Deterministic build improvementsPaul Eggert2016-03-024-16/+19
* | Remove build system name from deterministic dumpsPhilipp Stephani2016-03-022-0/+17
* | * src/syntax.c (syntax_multibyte): Omit unnecessary parens.Paul Eggert2016-03-011-1/+1
* | Stop calling res_initPaul Eggert2016-02-292-17/+1
* | * src/process.c (Fdelete_process): Simplify cast.Paul Eggert2016-02-291-2/+1
* | Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen2016-02-291-1/+17
* | Fix TLS connections on MS-WindowsEli Zaretskii2016-02-281-7/+13
* | Return the correct error values from gnutls.cLars Ingebrigtsen2016-02-281-4/+7