aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-20* src/alloc.c (purecopy): Use AUTO_STRING.Paul Eggert1-1/+1
2016-03-19No need to block input when reading directoriesPaul Eggert1-13/+1
2016-03-19Improve w32notify notificationsFabrice Popineau5-246/+349
2016-03-10Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2-7/+26
2016-03-10Rework C source files to avoid ^(Paul Eggert191-536/+533
2016-03-10Fix asynchronous TLS connections on MS-WindowsAlain Schneble1-8/+26
2016-03-09Minor fixes for getaddrinfo_a usagePaul Eggert1-25/+23
2016-03-09Properly handle lambda as read function (bug 22961)Andreas Schwab1-2/+2
2016-03-08Pacify --enable-gcc-warningsPaul Eggert1-2/+1
2016-03-08Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics4-491/+475
2016-03-07Assume getaddrinfo in C codePaul Eggert1-64/+4
2016-03-07Remove support for IRIXPaul Eggert5-45/+4
2016-03-06Fix Cygwin-w32 buildKen Brown2-0/+10
2016-03-06Speed up redisplay of binary files with long series of nullsEli Zaretskii1-6/+34
2016-03-06Don't signal errors on E_AGAINLars Magne Ingebrigtsen1-1/+3
2016-03-05Allow making TLS negotiation blockingLars Magne Ingebrigtsen2-3/+15
2016-03-05Implement getaddrinfo fallback for MS-WindowsEli Zaretskii1-0/+125
2016-03-04doc string file descriptor exhaustion fixPaul Eggert1-3/+3
2016-03-04Add accessors for `file-attributes'Lars Ingebrigtsen1-0/+8
2016-03-04Fix Bug#22814Michael Albinus1-1/+23
2016-03-04Fix Bug#22814Michael Albinus1-0/+3
2016-03-03Ensure TLS negotiation progressLars Ingebrigtsen2-7/+32
2016-03-02emacs-module.h slight simplificationPaul Eggert2-8/+8
2016-03-02* src/emacs-module.c (CHECK_USER_PTR): Fix typo in previous change.Paul Eggert1-1/+1
2016-03-02emacs-module.c simplification and tuneupPaul Eggert1-12/+16
2016-03-02Use standard checks whenever possible.Philipp Stephani1-102/+21
2016-03-02Deterministic build improvementsPaul Eggert4-16/+19
2016-03-02Remove build system name from deterministic dumpsPhilipp Stephani2-0/+17
2016-03-01; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii1-3/+4
2016-03-01* src/syntax.c (syntax_multibyte): Omit unnecessary parens.Paul Eggert1-1/+1
2016-03-01Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii1-5/+8
2016-02-29Made the new OS X visible bell more visible.Anders Lindgren1-1/+4
2016-02-29Stop calling res_initPaul Eggert2-17/+1
2016-02-29* src/process.c (Fdelete_process): Simplify cast.Paul Eggert1-2/+1
2016-02-29Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen1-1/+17
2016-02-28Fix TLS connections on MS-WindowsEli Zaretskii1-7/+13
2016-02-28Return the correct error values from gnutls.cLars Ingebrigtsen1-4/+7
2016-02-27Fix char signedness issue in bidi codeAndreas Schwab1-2/+2
2016-02-27Remove unused code in coding.cEli Zaretskii1-29/+19
2016-02-26* src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel1-1/+1
2016-02-26--enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert4-95/+89
2016-02-26Improve the register-hotkey functionality on MS-WindowsJussi Lahdenniemi4-44/+541
2016-02-25Remove unneeded workaround in xftfont.cEli Zaretskii1-10/+0
2016-02-25Integer overflow cleanups for ports and socklenPaul Eggert3-36/+41
2016-02-25Fix redisplay on a TTY after 'make-frame'Eli Zaretskii1-1/+8
2016-02-25Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen1-0/+15
2016-02-25Fix an assertionChris Feng1-1/+3
2016-02-24* src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier1-10/+18
2016-02-24Allocate glyph matrices for the initial frameChris Feng2-1/+4
2016-02-24Make setting the coding system non-blockingLars Ingebrigtsen1-14/+13