summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Port make-fingerprint to LeakSanitizerPaul Eggert2019-04-201-1/+4
* Improve XDG_RUNTIME_DIR diagnosticPaul Eggert2019-04-201-5/+23
* * lib-src/make-fingerprint.c (main): Properly initialize 'prog'Philipp Stephani2019-04-181-1/+1
* Fix make-fingerprint off-by-one bugPaul Eggert2019-04-181-12/+13
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-0/+2
* Fix MS-Windows build broken by make-fingerprint changesEli Zaretskii2019-04-152-3/+102
* Replace executable’s fingerprint in placePaul Eggert2019-04-141-31/+88
* Remove the need for temacs.inPaul Eggert2019-04-091-3/+3
* Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-091-6/+6
* Suppress GC stats when obviously not neededPaul Eggert2019-03-011-0/+3
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+1
* ; Copyright fixes for pdumper filesGlenn Morris2019-01-161-2/+2
* Add portable dumperDaniel Colascione2019-01-152-1/+117
* Fix EBROWSE parsing of classes declared final.Andrey Kotlarski2019-01-031-14/+54
* Merge from origin/emacs-26Paul Eggert2018-12-3115-16/+16
|\
| * Fix copyright years by handPaul Eggert2019-01-011-1/+1
| * Update copyright year to 2019Paul Eggert2019-01-0115-15/+15
* | emacsclient: avoid background chatterPaul Eggert2018-12-061-18/+33
* | Fix emacsclient hang when backgroundedPaul Eggert2018-12-061-15/+1
* | emacsclient: fix typo on recent socket-leak changePaul Eggert2018-12-031-1/+1
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-2/+0
* | emacsclient: don’t leak socket to child processesPaul Eggert2018-12-021-2/+21
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-022-5/+9
* | emacsclient: fix symlink/socket racePaul Eggert2018-12-021-37/+41
* | emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert2018-12-011-53/+77
* | Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii2018-11-261-0/+2
* | emacsclient: assume HAVE_INET_SOCKETSPaul Eggert2018-11-261-64/+48
* | emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert2018-11-261-16/+16
* | emacsclient: fix some races on POSIX systemsPaul Eggert2018-11-261-85/+196
* | Avoid compilation warning in emacsclient.cEli Zaretskii2018-11-231-1/+3
* | emacsclient: fix child exit when exec failsPaul Eggert2018-11-231-9/+5
* | emacsclient: one ‘main’ functionPaul Eggert2018-11-231-28/+19
* | emacsclient: tidy socket failure cleanupPaul Eggert2018-11-221-27/+23
* | emacsclient: coalesce WINDOWSNT-specific codePaul Eggert2018-11-221-10/+7
* | emacsclient: sockaddr portability fixesPaul Eggert2018-11-221-21/+25
* | emacsclient: getopt minor cleanupPaul Eggert2018-11-211-9/+12
* | emacsclient: omit EXTRA_SPACE guessworkPaul Eggert2018-11-211-31/+31
* | emacsclient: take more care with int widthPaul Eggert2018-11-211-7/+10
* | emacsclient.c: use C99 to avoid {}Paul Eggert2018-11-211-110/+108
* | emacsclient: improve use of localsPaul Eggert2018-11-211-7/+6
* | emacsclient: fix unlikely crash with "&"Paul Eggert2018-11-211-51/+34
* | Fix last changeEli Zaretskii2018-11-191-0/+2
* | Avoid compiler warning in emacsclient.cEli Zaretskii2018-11-191-0/+2
* | emacsclient.c: file name component fixesPaul Eggert2018-11-191-29/+6
* | emacsclient.c: reindent to fit in 80Paul Eggert2018-11-191-11/+17
* | emacsclient.c: use C99 betterPaul Eggert2018-11-191-26/+22
* | emacsclient.c: use STDOUT_FILENOPaul Eggert2018-11-191-5/+5
* | emacsclient.c: use bool for booleanPaul Eggert2018-11-191-89/+78
* | emacsclient.c: make identifiers more localPaul Eggert2018-11-191-31/+34
* | emacsclient.c: clean up preprocessing directivesPaul Eggert2018-11-191-82/+59