summaryrefslogtreecommitdiff
path: root/src/users.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-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
* all: detect --help and --version more consistentlyBernhard Voelker2019-02-241-10/+3
* 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: use consistent diagnostics for unknown long optionsBernhard Voelker2017-11-291-1/+6
* 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-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-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-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-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
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-9/+9
* 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
* doc: correct and normalize --help output of several toolsBenno Schulenberg2008-08-041-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake2007-08-301-2/+2
* 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
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (users): New arg OPTIONS. All uses changed.Paul Eggert2005-03-301-6/+7
* (list_entries_users): Use IS_USER_PROCESSPaul Eggert2004-11-301-5/+1
* (main): Use getopt_long rather than getopt.Paul Eggert2004-11-171-1/+1
* Remove now-unused long-options static var.Paul Eggert2004-09-211-18/+2
* (list_entries_users, users): Use size_t for sizes.Paul Eggert2004-08-021-14/+10
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-1/+2
* (list_entries_users): Use xnmalloc, rather than xmalloc.Jim Meyering2004-05-061-1/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* Cast NULL to `(char *)' in call to variadic function,Jim Meyering2003-11-051-1/+1