aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Remove unused code in coding.cEli Zaretskii2016-02-271-29/+19
* | | | | | | | | | | | | | | | | | * src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel2016-02-261-1/+1
* | | | | | | | | | | | | | | | | | --enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert2016-02-264-95/+89
* | | | | | | | | | | | | | | | | | Improve the register-hotkey functionality on MS-WindowsJussi Lahdenniemi2016-02-264-44/+541
* | | | | | | | | | | | | | | | | | Integer overflow cleanups for ports and socklenPaul Eggert2016-02-253-36/+41
* | | | | | | | | | | | | | | | | | Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen2016-02-251-0/+15
* | | | | | | | | | | | | | | | | | Make setting the coding system non-blockingLars Ingebrigtsen2016-02-241-14/+13
* | | | | | | | | | | | | | | | | | Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-02-241-1/+1
* | | | | | | | | | | | | | | | | | Port to --enable-gcc-warnings sans getaddrinfo_aPaul Eggert2016-02-231-5/+4
* | | | | | | | | | | | | | | | | | Minor cleanups for async DNS etc.Paul Eggert2016-02-236-160/+146
* | | | | | | | | | | | | | | | | | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-236-97/+199
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-02-225-16/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
| * | | | | | | | | | | | | | | | | Fix memory reservation on MS-WindowsEli Zaretskii2016-02-201-2/+4
| * | | | | | | | | | | | | | | | | Fix "[:upper:]" for non-ASCII charactersEli Zaretskii2016-02-201-4/+10
| * | | | | | | | | | | | | | | | | Fix decoding DOS EOL in a unibyte bufferEli Zaretskii2016-02-171-3/+3