summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errors with MinGW64 GCC 11Eli Zaretskii2021-10-241-0/+9
* Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).Philipp Stephani2021-10-091-0/+2
* Simplify socket symlink-attack checkingPaul Eggert2021-10-031-7/+6
* ; Fix typosStefan Kangas2021-09-031-1/+1
* Improve compatibility with musl-libc (Bug#48789)Philipp Stephani2021-08-291-3/+6
* Fix libexec installation on NS (bug#50250)Alan Third2021-08-291-0/+1
* Avoid using %n in emacsclientOmar Polo2021-08-221-4/+3
* Redo emacsclient socket symlink-attack checkingPaul Eggert2021-07-231-79/+147
* Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-122-39/+24
* Improve and update the 'etags' test suiteEli Zaretskii2021-06-181-2/+0
* Fix Mercury support, notably qualified procedures.Fabrice Nicol2021-06-181-43/+83
* Support mercury in 'ctags' as wellEli Zaretskii2021-06-101-3/+18
* Minor fixes for last changeEli Zaretskii2021-06-061-13/+13
* Add support for Mercury (https://mercurylang.org) in 'etags'Fabrice Nicol2021-06-061-4/+486
* Add support for Rust in etagsPierre-Antoine Rouby2021-05-171-0/+51
* * lib-src/Makefile.in (clean): Tidy up seccomp-filter files.Glenn Morris2021-05-091-0/+1
* Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris2021-05-091-3/+1
* Ensure that argument to 'verify' is a constant expression.Philipp Stephani2021-04-221-1/+2
* Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).Philipp Stephani2021-04-191-0/+6
* Fix Seccomp filter on CentOS 8.3 (Bug#47828).Philipp Stephani2021-04-181-3/+3
* * lib-src/seccomp-filter.c: Add missing headers.Philipp Stephani2021-04-121-0/+2
* Generate Seccomp filters only if we have the necessary constants.Philipp Stephani2021-04-121-0/+3
* Add a variant of the Seccomp filter file that allows 'execve'.Philipp Stephani2021-04-112-7/+39
* * lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.Philipp Stephani2021-04-111-2/+2
* Don't attempt to generate Seccomp filter file in Linux < 4.14.Philipp Stephani2021-04-111-0/+6
* Seccomp filter: allow reading the current time (Bug#47708).Philipp Stephani2021-04-111-0/+7
* Use pkg-config to check for libseccomp.Philipp Stephani2021-04-111-3/+6
* Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.Philipp Stephani2021-04-111-1/+0
* Only attempt to generate seccomp filter files on x86-64 systems.Philipp Stephani2021-04-111-2/+9
* * lib-src/seccomp-filter.c: Print trailing newline.Philipp Stephani2021-04-111-1/+4
* ; Fix copyright yearsGlenn Morris2021-04-101-1/+1
* Add a helper binary to create a basic Secure Computing filter.Philipp Stephani2021-04-102-0/+340
* Simplify silent-rules build machineryGlenn Morris2021-03-061-27/+2
* Port to Solaris 10Paul Eggert2021-01-011-2/+7
* Merge from origin/emacs-27Paul Eggert2021-01-011-1/+1
|\
| * Fix copyright years by handPaul Eggert2021-01-011-1/+1
| * Update copyright year to 2021Paul Eggert2021-01-0115-15/+15
| * Fix crash (segfault) in etags on generating tags for Erlang filesSerge Tupchii2020-12-091-0/+1
* | Update copyright year to 2021Paul Eggert2021-01-0115-15/+15
* | Adjust to recent Gnulib changesPaul Eggert2020-12-253-43/+17
* | Fix crash (segfault) in etags on generating tags for Erlang filesSerge Tupchii2020-12-081-0/+1
* | Merge from origin/emacs-27Glenn Morris2020-11-162-23/+22
|\ \ | |/
| * ; * lib-src/make-fingerprint.c: Update commentary.Glenn Morris2020-11-151-3/+6
| * Reformat argument commentary in etags.cEli Zaretskii2020-11-151-20/+16
| * ; Fix more trivial typosStefan Kangas2020-09-211-1/+1
* | Mark the return value from strerror as a constantPhilipp Klaus Krause2020-10-141-1/+1
* | ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-4/+4
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen2020-08-131-5/+11
* | Merge from origin/emacs-27Glenn Morris2020-05-281-2/+5
|\ \ | |/