aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-09-15Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen1-5/+1
2019-08-31Check instead of relying on NOTREACHEDPaul Eggert2-9/+5
2019-08-30emacsclient: adjust to new config file locationPaul Eggert1-15/+32
2019-07-12* lib-src/make-docfile.c: Fix comment typo.Paul Eggert1-1/+1
2019-07-11Tweak builtin symbol order for speedPaul Eggert1-5/+16
2019-07-09Make fingerprint handling compatible with LTOAndreas Schwab1-1/+2
2019-06-27emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen1-1/+5
2019-06-26Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero1-0/+1
2019-06-25Prefer PATH_MAX to MAXPATHLENPaul Eggert1-6/+16
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert3-92/+69
2019-06-25etags: Fix handling of quoted symbol names in ErlangDavid Hull1-8/+32
2019-06-24Remove -q from zstd invocationLars Ingebrigtsen1-1/+1
2019-06-24Add Zstandard compression support for etagsAlexander Gramiak1-1/+2
2019-06-20Simplify lib-src version printingPaul Eggert4-34/+19
2019-05-26Update author/maintainer infoPaul Eggert2-3/+3
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert1-1/+1
2019-05-04Port new fingerprinting scheme to clang + LTOPaul Eggert1-18/+14
2019-05-03Simplify use of NDEBUG in etags.cPaul Eggert1-9/+1
2019-04-26* lib-src/profile.c: Delete long-obsolete fileStefan Monnier2-102/+1
2019-04-25Port emacsclient euidaccess to Solaris 10Paul Eggert1-2/+4
2019-04-24Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert1-1/+1
2019-04-20Port make-fingerprint to LeakSanitizerPaul Eggert1-1/+4
2019-04-20Improve XDG_RUNTIME_DIR diagnosticPaul Eggert1-5/+23
2019-04-18* lib-src/make-fingerprint.c (main): Properly initialize 'prog'Philipp Stephani1-1/+1
2019-04-18Fix make-fingerprint off-by-one bugPaul Eggert1-12/+13
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-0/+2
2019-04-15Fix MS-Windows build broken by make-fingerprint changesEli Zaretskii2-3/+102
2019-04-14Replace executable’s fingerprint in placePaul Eggert1-31/+88
2019-04-09Remove the need for temacs.inPaul Eggert1-3/+3
2019-04-09Remove assumption of uint64_t etc. in portable codePaul Eggert1-6/+6
2019-03-01Suppress GC stats when obviously not neededPaul Eggert1-0/+3
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-1/+1
2019-01-16; Copyright fixes for pdumper filesGlenn Morris1-2/+2
2019-01-15Add portable dumperDaniel Colascione2-1/+117
2019-01-03Fix EBROWSE parsing of classes declared final.Andrey Kotlarski1-14/+54
2019-01-01Fix copyright years by handPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert15-15/+15
2018-12-06emacsclient: avoid background chatterPaul Eggert1-18/+33
2018-12-06Fix emacsclient hang when backgroundedPaul Eggert1-15/+1
2018-12-03emacsclient: fix typo on recent socket-leak changePaul Eggert1-1/+1
2018-12-03Fix WINDOWSNT/DOS_NT buildEli Zaretskii1-2/+0
2018-12-02emacsclient: don’t leak socket to child processesPaul Eggert1-2/+21
2018-12-02Use tcdrain, not fdatasync, to drain ttysPaul Eggert2-5/+9
2018-12-02emacsclient: fix symlink/socket racePaul Eggert1-37/+41
2018-12-01emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert1-53/+77
2018-11-26Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii1-0/+2
2018-11-26emacsclient: assume HAVE_INET_SOCKETSPaul Eggert1-64/+48
2018-11-26emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert1-16/+16
2018-11-26emacsclient: fix some races on POSIX systemsPaul Eggert1-85/+196