| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: use alignasof, not stdalign | Paul Eggert | 2023-02-04 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2023-01-01 | 31 | -31/+31 |
* | all: prefer HTTPS to HTTP | Stefan Kangas | 2022-09-18 | 2 | -2/+2 |
* | maint: prefer static_assert to verify | Paul Eggert | 2022-09-15 | 2 | -2/+2 |
* | maint: assume C23 alignof | Paul Eggert | 2022-09-15 | 1 | -1/+0 |
* | maint: don’t include config.h twice | Paul Eggert | 2022-09-15 | 2 | -3/+0 |
* | maint: adjust to Gnulib stdbool C23 change | Paul Eggert | 2022-09-12 | 6 | -6/+0 |
* | maint: syntax-check: fix preprocessor indentation | Pádraig Brady | 2022-04-13 | 1 | -1/+1 |
* | cp,mv,install: omit an ‘inline’ | Paul Eggert | 2022-04-12 | 1 | -1/+1 |
* | cp,mv,install: improve EACCES targetdir messages | Paul Eggert | 2022-04-12 | 1 | -16/+34 |
* | cp,mv,install: avoid excess stat calls on non-GNU | Paul Eggert | 2022-04-12 | 2 | -7/+9 |
* | cp,mv,install: modularize targetdir | Paul Eggert | 2022-04-12 | 3 | -0/+167 |
* | maint: pacify gcc -flto -Wmaybe-uninitialized | Paul Eggert | 2022-01-31 | 2 | -0/+5 |
* | shred: fix declaration typo | Paul Eggert | 2022-01-27 | 1 | -2/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2022-01-02 | 29 | -29/+29 |
* | maint: syntax-check requires "char const *", not "const char *" | Jim Meyering | 2021-12-20 | 1 | -1/+1 |
* | maint: use GNU style for spacing | Paul Eggert | 2021-12-18 | 4 | -8/+8 |
* | maint: fix nonnull decl | Paul Eggert | 2021-11-15 | 1 | -2/+1 |
* | maint: use minmax.h instead of rolling our own | Paul Eggert | 2021-10-31 | 4 | -8/+5 |
* | maint: add function attributes to .h files | Paul Eggert | 2021-10-31 | 13 | -36/+74 |
* | maint: remove unused __attribute__ defn | Paul Eggert | 2021-10-31 | 1 | -6/+0 |
* | maint: prefer attribute.h in .c files | Paul Eggert | 2021-10-31 | 3 | -3/+4 |
* | sort: fix unlikely bug when '\377' < 0 | Paul Eggert | 2021-10-10 | 2 | -3/+5 |
* | maint: switch to C11-style _Noreturn | Paul Eggert | 2021-10-02 | 1 | -5/+1 |
* | maint: port to Autoconf 2.71 | Paul Eggert | 2021-04-26 | 1 | -1/+1 |
* | maint: use "char const *" rather than "const char *" | Pádraig Brady | 2021-04-11 | 5 | -14/+14 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2021-01-01 | 29 | -29/+29 |
* | build: update gnulib submodule to latest | Paul Eggert | 2020-10-19 | 1 | -2/+2 |
* | maint: use getrandom, not getentropy | Paul Eggert | 2020-06-01 | 2 | -7/+6 |
* | maint: use getentropy and new tempname modules | Paul Eggert | 2020-05-31 | 5 | -272/+21 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2020-01-01 | 29 | -29/+29 |
* | shuf: improve randperm overflow checking | Paul Eggert | 2019-10-22 | 2 | -11/+18 |
* | gnulib: update to use new strtold module | Pádraig Brady | 2019-02-10 | 1 | -6/+1 |
* | build: fix recent build failure on systems without strtold | Pádraig Brady | 2019-01-30 | 1 | -2/+7 |
* | printf,seq: remove c-strtod dependency | Paul Eggert | 2019-01-26 | 1 | -1/+3 |
* | printf,seq: improve long double accuracy | Paul Eggert | 2019-01-26 | 1 | -1/+3 |
* | printf,seq,sleep,tail,timeout: accept current-locale floats | Paul Eggert | 2019-01-26 | 5 | -0/+125 |
* | maint: update all copyright year number ranges | Assaf Gordon | 2019-01-01 | 28 | -28/+28 |
* | build: update gnulib submodule to latest | Paul Eggert | 2018-10-19 | 1 | -2/+2 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2018-01-01 | 28 | -28/+28 |
* | all: prefer HTTPS in URLs | Paul Eggert | 2017-09-19 | 28 | -28/+28 |
* | gnulib: update to latest and adjust gl/modules/tempname.diff | Jim Meyering | 2017-08-12 | 1 | -2/+1 |
* | shred: use explicit_bzero | Paul Eggert | 2017-07-20 | 2 | -2/+2 |
* | maint: remove unused functions and constants | Paul Eggert | 2017-04-22 | 2 | -17/+3 |
* | build: update gnulib submodule to latest | Paul Eggert | 2017-04-22 | 1 | -9/+2 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2017-01-01 | 28 | -28/+28 |
* | shred,sort: ensure faster unaligned access to rand module | Pádraig Brady | 2016-11-27 | 2 | -2/+2 |
* | maint: remove gl/lib/reg*.c.diff; no longer needed | Jim Meyering | 2016-03-15 | 4 | -152/+0 |
* | build: update gnulib submodule to latest | Eric Blake | 2016-03-09 | 1 | -27/+28 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2016-01-01 | 28 | -28/+28 |