aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-131-4/+501
|\ \ | |/
| * 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
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-192-3/+53
|\ \ | |/
| * 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
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-251-4/+11
|\ \ | |/
| * 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
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-182-0/+402
|\ \ | |/
| * * 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
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-081-27/+2
|\ \ | |/
| * Simplify silent-rules build machineryGlenn Morris2021-03-061-27/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-0315-18/+23
|\ \ | |/
| * 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
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-273-43/+17
|\ \ \ | |/ /
| * | Adjust to recent Gnulib changesPaul Eggert2020-12-253-43/+17
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-141-0/+1
|\ \ \ | |/ /
| * | Fix crash (segfault) in etags on generating tags for Erlang filesSerge Tupchii2020-12-081-0/+1
* | | emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano2020-11-241-0/+5
|/ /
* | 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
|\ \ | |/
| * Fix rare assertion violations in 'etags'Eli Zaretskii2020-05-241-2/+5
* | Port etags FALLTHROUGH to C2XPaul Eggert2020-05-231-1/+1