summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAge
* Mark the return value from strerror as a constantPhilipp Klaus Krause2020-10-14
* ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-03
* ; Fix typosStefan Kangas2020-09-21
* Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen2020-08-13
* Merge from origin/emacs-27Glenn Morris2020-05-28
|\
| * Fix rare assertion violations in 'etags'Eli Zaretskii2020-05-24
* | Port etags FALLTHROUGH to C2XPaul Eggert2020-05-23
* | * lib-src/Makefile.in (LINK_CFLAGS): Remove; unused.Paul Eggert2020-04-04
* | Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-28
* | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-04
|/
* Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim2020-01-16
* Fix copyright years by handPaul Eggert2020-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Prefer static to extern in ebrowsePaul Eggert2019-12-09
* * lib-src/etags.c (pot_etags_version): Remove; unused.Paul Eggert2019-12-09
* * lib-src/etags.c (Forth_suffixes): Now static.Paul Eggert2019-12-09
* etags: remove some arbitrary limitsPaul Eggert2019-11-26
* Update some URLsPaul Eggert2019-09-23
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-15
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-31
* emacsclient: adjust to new config file locationPaul Eggert2019-08-30
* * lib-src/make-docfile.c: Fix comment typo.Paul Eggert2019-07-12
* Tweak builtin symbol order for speedPaul Eggert2019-07-11
* Make fingerprint handling compatible with LTOAndreas Schwab2019-07-09
* emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen2019-06-27
* Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero2019-06-26
* Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-25
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* etags: Fix handling of quoted symbol names in ErlangDavid Hull2019-06-25
* Remove -q from zstd invocationLars Ingebrigtsen2019-06-24
* Add Zstandard compression support for etagsAlexander Gramiak2019-06-24
* Simplify lib-src version printingPaul Eggert2019-06-20
* Update author/maintainer infoPaul Eggert2019-05-26
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-22
* Port new fingerprinting scheme to clang + LTOPaul Eggert2019-05-04
* Simplify use of NDEBUG in etags.cPaul Eggert2019-05-03
* * lib-src/profile.c: Delete long-obsolete fileStefan Monnier2019-04-26
* Port emacsclient euidaccess to Solaris 10Paul Eggert2019-04-25
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-24
* Port make-fingerprint to LeakSanitizerPaul Eggert2019-04-20
* Improve XDG_RUNTIME_DIR diagnosticPaul Eggert2019-04-20
* * lib-src/make-fingerprint.c (main): Properly initialize 'prog'Philipp Stephani2019-04-18
* Fix make-fingerprint off-by-one bugPaul Eggert2019-04-18
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Fix MS-Windows build broken by make-fingerprint changesEli Zaretskii2019-04-15
* Replace executable’s fingerprint in placePaul Eggert2019-04-14
* Remove the need for temacs.inPaul Eggert2019-04-09
* Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-09
* Suppress GC stats when obviously not neededPaul Eggert2019-03-01
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27