summaryrefslogtreecommitdiff
path: root/src/who.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-8/+8
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: avoid strncat warning on GCCPádraig Brady2020-11-071-2/+2
* 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
* who: simplify port to GCC 8Paul Eggert2018-05-141-8/+5
* maint: port to GCC 8Paul Eggert2018-05-031-4/+8
* 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 to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering2017-06-101-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
* who: avoid new warning from upcoming gcc-7Jim Meyering2016-09-221-0/+4
* pinky,who: remove redeclarations of ttynameGeorge Burgess IV2016-09-111-2/+0
* 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: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker2015-02-171-2/+2
* 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
* pinky,who: fix bug in latest changeJim Meyering2012-07-151-2/+2
* maint: remove unwarranted uses of strncpyJim Meyering2012-07-151-14/+5
* maint: with split lines, don't leave an operator at end of lineJim Meyering2012-05-021-3/+3
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-221-2/+2
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-4/+4
* maint: convert `...' to '...' in --help outputJim 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: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering2011-04-031-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* who: omit useless definitions of MAXHOSTNAMELENPaul Eggert2010-12-201-4/+0
* sort, who: prefer free+malloc to realloc when contents are irrelevantPaul Eggert2010-08-101-3/+6
* maint: correct indentation of case_GETOPT_* macro usesJim Meyering2010-05-311-2/+2
* who --mesg (-T) can use a more accurate test for TTY writabilityKamil Dudka2010-01-251-1/+21
* 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/+2
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-198/+198
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering2008-12-211-1/+1
* make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering2008-11-101-1/+0
* who --help: add a general descriptionBenno Schulenberg2008-09-191-0/+3
* who: Gettextize two forgotten stringsBenno Schulenberg2008-08-111-2/+2
* who -r: don't print "last=" when the corresponding byte is unprintableJim Meyering2008-07-041-1/+2
* factor out time_t-to-string conversion idiomJim Meyering2008-06-271-2/+1