summaryrefslogtreecommitdiff
path: root/lib-src
AgeCommit message (Expand)Author
2019-11-26etags: remove some arbitrary limitsPaul Eggert
2019-09-23Update some URLsPaul Eggert
2019-09-15Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen
2019-08-31Check instead of relying on NOTREACHEDPaul Eggert
2019-08-30emacsclient: adjust to new config file locationPaul Eggert
2019-07-12* lib-src/make-docfile.c: Fix comment typo.Paul Eggert
2019-07-11Tweak builtin symbol order for speedPaul Eggert
2019-07-09Make fingerprint handling compatible with LTOAndreas Schwab
2019-06-27emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen
2019-06-26Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero
2019-06-25Prefer PATH_MAX to MAXPATHLENPaul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-06-25etags: Fix handling of quoted symbol names in ErlangDavid Hull
2019-06-24Remove -q from zstd invocationLars Ingebrigtsen
2019-06-24Add Zstandard compression support for etagsAlexander Gramiak
2019-06-20Simplify lib-src version printingPaul Eggert
2019-05-26Update author/maintainer infoPaul Eggert
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert
2019-05-04Port new fingerprinting scheme to clang + LTOPaul Eggert
2019-05-03Simplify use of NDEBUG in etags.cPaul Eggert
2019-04-26* lib-src/profile.c: Delete long-obsolete fileStefan Monnier
2019-04-25Port emacsclient euidaccess to Solaris 10Paul Eggert
2019-04-24Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert
2019-04-20Port make-fingerprint to LeakSanitizerPaul Eggert
2019-04-20Improve XDG_RUNTIME_DIR diagnosticPaul Eggert
2019-04-18* lib-src/make-fingerprint.c (main): Properly initialize 'prog'Philipp Stephani
2019-04-18Fix make-fingerprint off-by-one bugPaul Eggert
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-04-15Fix MS-Windows build broken by make-fingerprint changesEli Zaretskii
2019-04-14Replace executable’s fingerprint in placePaul Eggert
2019-04-09Remove the need for temacs.inPaul Eggert
2019-04-09Remove assumption of uint64_t etc. in portable codePaul Eggert
2019-03-01Suppress GC stats when obviously not neededPaul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-01-16; Copyright fixes for pdumper filesGlenn Morris
2019-01-15Add portable dumperDaniel Colascione
2019-01-03Fix EBROWSE parsing of classes declared final.Andrey Kotlarski
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Fix copyright years by handPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-06emacsclient: avoid background chatterPaul Eggert
2018-12-06Fix emacsclient hang when backgroundedPaul Eggert
2018-12-03emacsclient: fix typo on recent socket-leak changePaul Eggert
2018-12-03Fix WINDOWSNT/DOS_NT buildEli Zaretskii
2018-12-02emacsclient: don’t leak socket to child processesPaul Eggert
2018-12-02Use tcdrain, not fdatasync, to drain ttysPaul Eggert
2018-12-02emacsclient: fix symlink/socket racePaul Eggert
2018-12-01emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert
2018-11-26Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii
2018-11-26emacsclient: assume HAVE_INET_SOCKETSPaul Eggert