summaryrefslogtreecommitdiff
path: root/src/nice.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* doc: be more consistent when documenting exit statusPádraig Brady2022-09-281-0/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-4/+5
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-7/+5
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-2/+6
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* doc: correct an old bit of ugliness in nice --help outputJim Meyering2012-09-281-1/+1
* doc: disambiguate the niceness explanation in nice --helpPádraig Brady2012-09-281-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* nice,chroot: use more standard option parsingPádraig Brady2010-03-261-11/+23
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* nice, nohup, su: detect write failure to stderrEric Blake2009-10-281-2/+11
* nice: execute program even when setpriority fails due to EACCESJim Meyering2009-10-261-1/+8
* chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake2009-10-231-7/+7
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-37/+37
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* use new global, "Version", rather than macro, VERSIONJim Meyering2008-08-261-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* nice.c: avoid a castJim Meyering2008-06-031-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-5/+2
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake2007-08-301-2/+2
* Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1.Jim Meyering2007-08-291-7/+7
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* Don't include <assert.h>; it wasn't used.Jim Meyering2005-12-281-3/+0
* (main): Hoist errno=0 outside the ifdef.Paul Eggert2005-09-091-8/+7
* Use the phrase "niceness" instead of "nice value" to describePaul Eggert2005-09-081-16/+16
* Don't embed `this'-style quotes in format strings.Jim Meyering2005-06-161-1/+3