summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-12-24doc: colorize -> colorPaul Eggert-13/+13
2021-12-20maint: update tests/init.sh from gnulibBernhard Voelker-0/+17
2021-12-20maint: syntax-check requires "char const *", not "const char *"Jim Meyering-11/+11
2021-12-20maint: split a long lineJim Meyering-1/+2
2021-12-20maint: commit-msg: compute UTF-8-aware line-lengthJim Meyering-3/+6
2021-12-19id: improve doc for when USER is omittedPaul Eggert-1/+1
2021-12-18maint: use GNU style for spacingPaul Eggert-96/+96
2021-12-16build: non-recursive Automake in a less hacky wayBruno Haible-5/+1
2021-12-16build: update bootstrap to latestPaul Eggert-110/+110
2021-12-16build: update gnulib submodule to latestPaul Eggert-0/+0
2021-12-14maint: factor.c: avoid new GCC 12 warningJim Meyering-1/+1
2021-12-14build: update gnulib submodule to latestPaul Eggert-0/+4
2021-12-10mv: Bug#52410 fixPaul Eggert-0/+9
2021-12-10build: update gnulib submodule to latestPaul Eggert-0/+0
2021-12-07uname: port to recent macOSPaul Eggert-36/+39
2021-11-21cp: clone on macOSPaul Eggert-0/+20
2021-11-21cp: streamline cloning by skipping fstatPaul Eggert-19/+18
2021-11-20cp: fix --preserve=ownership permissions bugPaul Eggert-24/+44
2021-11-18maint: prefer MAYBE_UNUSEDPaul Eggert-48/+51
2021-11-18cp: fix security context racePaul Eggert-29/+26
2021-11-16maint: update NEWS for macOS fixPaul Eggert-0/+4
2021-11-16cp: minor clarity tweakPaul Eggert-1/+1
2021-11-16cp: fix ptrdiff_t/ssize_t theoretical glitchesPaul Eggert-3/+2
2021-11-15build: update gnulib submodule to latestPaul Eggert-0/+0
2021-11-15maint: fix nonnull declPaul Eggert-2/+1
2021-11-15build: update gnulib submodule to latestPaul Eggert-0/+0
2021-11-13tests: avoid false failure in env-signal-handler.shPádraig Brady-43/+25
2021-11-01maint: fix recent syntax-check failuresPádraig Brady-4/+2
2021-10-31maint: use minmax.h instead of rolling our ownPaul Eggert-17/+6
2021-10-31maint: add function attributes to .h filesPaul Eggert-61/+116
2021-10-31maint: enable -Wsuggest-attribute=formatPaul Eggert-22/+31
2021-10-31maint: modernize attribute usagePaul Eggert-30/+26
2021-10-31maint: remove unused __attribute__ defnPaul Eggert-6/+0
2021-10-31b2sum: simplify attribute usagePaul Eggert-11/+5
2021-10-31maint: prefer attribute.h in .c filesPaul Eggert-70/+124
2021-10-31sort: --debug: add warnings about sign, radix, and grouping charsPádraig Brady-25/+159
2021-10-30maint: modernize README-{hacking,prereq}Paul Eggert-86/+70
2021-10-30cp: revert unnecessary FreeBSD workaroundPaul Eggert-4/+3
2021-10-29cp: defend better against FreeBSD 9.1 zfs bugPaul Eggert-9/+6
2021-10-22doc: say that printf(1) is preferred over echo(1)Pádraig Brady-4/+19
2021-10-12doc: timeout --kill-after: clarify disabled timeoutsPádraig Brady-2/+3
2021-10-12timeout: ensure --foreground -k exits with status 137Pádraig Brady-3/+15
2021-10-11doc: timeout --foreground: add clarification on exit statusPádraig Brady-1/+4
2021-10-10sort: fix unlikely bug when '\377' < 0Paul Eggert-13/+18
2021-10-02build: update gnulib submodule to latestPaul Eggert-0/+0
2021-10-02maint: switch to C11-style _NoreturnPaul Eggert-30/+10
2021-10-02ls: port to OpenBSDPaul Eggert-2/+2
2021-09-26doc: adjust ls --zero option order in texinfoPádraig Brady-8/+8
2021-09-25tests: cp/sparse-perf: make more robust and add zfs commentsPádraig Brady-17/+18
2021-09-24chmod: fix exit status when ignoring symlinksPádraig Brady-2/+40