| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: update all copyright year number ranges | Pádraig Brady | 2023-01-01 | 1 | -1/+1 |
* | doc: be more consistent when documenting exit status | Pádraig Brady | 2022-09-28 | 1 | -0/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2022-01-02 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2021-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2020-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Assaf Gordon | 2019-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2018-01-01 | 1 | -1/+1 |
* | all: prefer HTTPS in URLs | Paul Eggert | 2017-09-19 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2017-01-01 | 1 | -1/+1 |
* | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | 2016-10-16 | 1 | -4/+5 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2016-01-01 | 1 | -1/+1 |
* | all: quote string arguments in error messages | Pádraig Brady | 2015-10-27 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2015-01-01 | 1 | -1/+1 |
* | doc: output correct --help references with --program-prefix | Pádraig Brady | 2014-09-19 | 1 | -1/+1 |
* | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | 2014-09-08 | 1 | -7/+5 |
* | maint: update all copyright year number ranges | Bernhard Voelker | 2014-01-02 | 1 | -1/+1 |
* | maint: define usage note about mandatory args centrally | Bernhard Voelker | 2013-01-23 | 1 | -2/+6 |
* | maint: update all copyright year number ranges | Jim Meyering | 2013-01-01 | 1 | -1/+1 |
* | doc: correct an old bit of ugliness in nice --help output | Jim Meyering | 2012-09-28 | 1 | -1/+1 |
* | doc: disambiguate the niceness explanation in nice --help | Pádraig Brady | 2012-09-28 | 1 | -1/+1 |
* | maint: use single copyright year range | Jim Meyering | 2012-01-27 | 1 | -1/+1 |
* | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | 2012-01-09 | 1 | -1/+1 |
* | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | 2012-01-07 | 1 | -2/+1 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | nice,chroot: use more standard option parsing | Pádraig Brady | 2010-03-26 | 1 | -11/+23 |
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | nice, nohup, su: detect write failure to stderr | Eric Blake | 2009-10-28 | 1 | -2/+11 |
* | nice: execute program even when setpriority fails due to EACCES | Jim Meyering | 2009-10-26 | 1 | -1/+8 |
* | chroot, env, nice, su: use EXIT_CANCELED for internal failure | Eric Blake | 2009-10-23 | 1 | -7/+7 |
* | doc: mention the texinfo documentation in --help | Pádraig Brady | 2009-09-21 | 1 | -1/+1 |
* | global: convert indentation-TABs to spaces | Jim Meyering | 2009-08-25 | 1 | -37/+37 |
* | maint: update all Copyright year lists to include 2009 | Jim Meyering | 2009-06-23 | 1 | -1/+1 |
* | use new global, "Version", rather than macro, VERSION | Jim Meyering | 2008-08-26 | 1 | -1/+1 |
* | remove redundant const directives | Jim Meyering | 2008-06-16 | 1 | -1/+1 |
* | add "const" attribute, where possible | Jim Meyering | 2008-06-14 | 1 | -1/+1 |
* | nice.c: avoid a cast | Jim Meyering | 2008-06-03 | 1 | -1/+1 |
* | use gnulib's progname module | Jim Meyering | 2008-06-03 | 1 | -5/+2 |
* | declare program_name consistently | Jim Meyering | 2008-06-02 | 1 | -1/+1 |
* | adjust copyright dates | Jim Meyering | 2008-05-26 | 1 | -1/+1 |
* | convert single-author programs to use proper_name | Jim Meyering | 2008-05-26 | 1 | -1/+1 |
* | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake | 2007-08-30 | 1 | -2/+2 |
* | Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1. | Jim Meyering | 2007-08-29 | 1 | -7/+7 |
* | Update all copyright notices to use the newer form. | Jim Meyering | 2007-07-23 | 1 | -5/+4 |
* | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 2007-07-10 | 1 | -1/+1 |
* | Help translators include translation team's web or email address. | Jim Meyering | 2007-03-28 | 1 | -1/+1 |
* | Don't include <assert.h>; it wasn't used. | Jim Meyering | 2005-12-28 | 1 | -3/+0 |
* | (main): Hoist errno=0 outside the ifdef. | Paul Eggert | 2005-09-09 | 1 | -8/+7 |
* | Use the phrase "niceness" instead of "nice value" to describe | Paul Eggert | 2005-09-08 | 1 | -16/+16 |
* | Don't embed `this'-style quotes in format strings. | Jim Meyering | 2005-06-16 | 1 | -1/+3 |