summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-151-5/+1
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-312-9/+5
* emacsclient: adjust to new config file locationPaul Eggert2019-08-301-15/+32
* * lib-src/make-docfile.c: Fix comment typo.Paul Eggert2019-07-121-1/+1
* Tweak builtin symbol order for speedPaul Eggert2019-07-111-5/+16
* Make fingerprint handling compatible with LTOAndreas Schwab2019-07-091-1/+2
* emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen2019-06-271-1/+5
* Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero2019-06-261-0/+1
* Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-251-6/+16
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-253-92/+69
* etags: Fix handling of quoted symbol names in ErlangDavid Hull2019-06-251-8/+32
* Remove -q from zstd invocationLars Ingebrigtsen2019-06-241-1/+1
* Add Zstandard compression support for etagsAlexander Gramiak2019-06-241-1/+2
* Simplify lib-src version printingPaul Eggert2019-06-204-34/+19
* Update author/maintainer infoPaul Eggert2019-05-262-3/+3
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-1/+1
* Port new fingerprinting scheme to clang + LTOPaul Eggert2019-05-041-18/+14
* Simplify use of NDEBUG in etags.cPaul Eggert2019-05-031-9/+1
* * lib-src/profile.c: Delete long-obsolete fileStefan Monnier2019-04-262-102/+1
* Port emacsclient euidaccess to Solaris 10Paul Eggert2019-04-251-2/+4
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-241-1/+1
* 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