summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* * lib-src/rcs2log: Add fallback for $TMPDIR.Stefan Kangas2022-10-191-1/+1
* Add gettid to seccomp-filterPhilipp Stephani2022-10-111-0/+1
* Port bwrap/allows-stdout test to Ubuntu 22.04.1Paul Eggert2022-10-101-0/+5
* Don’t truncate seccomp-filter diagnosticPaul Eggert2022-10-021-8/+5
* Prefer static_assert to verify in seccomp-filterPaul Eggert2022-10-021-12/+11
* Remove hard-coded path to pwd in Makefiles.Gregory Heytings2022-09-281-4/+4
* Port better to C23 bool+true+false keywordsPaul Eggert2022-09-281-1/+0
* Fix several printfs for 32 bit systemsPo Lu2022-09-101-1/+1
* Display error in emacsclient if setsockopt failedStefan Kangas2022-09-091-3/+10
* ; Make emacsclient.c more quiet againStefan Kangas2022-09-071-2/+0
* ; * lib-src/emacsclient.c (main): Fix previous change.Stefan Kangas2022-09-071-2/+2
* Fix the MS-Windows buildEli Zaretskii2022-09-061-3/+8
* Add new --timeout flag to emacsclientStefan Kangas2022-09-061-3/+72
* * lib-src/etags.c: Remove XEmacs support.Stefan Kangas2022-08-071-8/+0
* Revert "Revert part of 59732a83c8 to fix bug#52969"Stefan Monnier2022-08-031-357/+3
* Merge from origin/emacs-28Stefan Kangas2022-07-161-0/+3
|\
| * Build Seccomp filter only if we have a 64-bit userspace (Bug#56549)Philipp Stephani2022-07-151-0/+3
| * Revert "Don’t assume openat"Eli Zaretskii2022-04-171-1/+2
* | Fix quoting of file names in 'ctags'Eli Zaretskii2022-07-011-0/+11
* | Update the 'etags' test suiteEli Zaretskii2022-06-091-0/+3
* | Pacify GCC 12 -Wanalyzer-use-of-uninitialized-valuePaul Eggert2022-05-311-8/+8
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-14/+19
* | Merge from origin/emacs-28Paul Eggert2022-04-171-2/+1
|\ \ | |/
| * Don’t assume openatPaul Eggert2022-04-171-2/+1
* | ebrowse dumping need not return intPaul Eggert2022-04-081-25/+13
* | Do not include <attribute.h> from <config.h>Paul Eggert2022-03-086-1/+7
* | Merge from origin/emacs-28Stefan Kangas2022-03-061-0/+2
|\ \ | |/
| * * lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.Andreas Schwab2022-03-051-0/+2
* | Merge from origin/emacs-28Stefan Kangas2022-01-231-0/+2
|\ \ | |/
| * Seccomp: improve support for newer versions of glibc (Bug#51073)Philipp Stephani2022-01-221-0/+2
* | Merge from origin/emacs-28Po Lu2022-01-211-1/+9
|\ \ | |/
| * Fix UB in ebrowseEli Zaretskii2022-01-201-1/+9
* | Fix Emacs icon not appearing on HaikuPo Lu2022-01-171-3/+36
* | Avoid user environment interfering with bootstrapGlenn Morris2022-01-121-0/+3
* | Fix two unused variable warnings in make-docfile.cStefan Kangas2022-01-041-2/+0
* | Revert part of 59732a83c8 to fix bug#52969Stefan Monnier2022-01-031-3/+359
* | Merge from origin/emacs-28Stefan Kangas2022-01-021-1/+1
|\ \ | |/
| * ; Run set-copyright from admin.elGlenn Morris2022-01-011-1/+1
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0116-16/+16
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0116-16/+16
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-463/+3
* | Prefer $(info) to @echoPaul Eggert2021-12-201-5/+5
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-121-2/+7
|\ \
| * | Really fix the etags TEX parsingLars Ingebrigtsen2021-12-121-3/+3
| * | Fix an off-by-one error in TEX parsing in etagsLars Ingebrigtsen2021-12-121-2/+7
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-101-2/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-28Stefan Kangas2021-12-101-2/+1
| |\ \ | | |/
| | * emacsclient takes more care about XDG_RUNTIME_DIRPaul Eggert2021-12-091-2/+1