summaryrefslogtreecommitdiff
path: root/src/who.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+2
* 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 3-author programs to use proper_nameJim Meyering2008-05-261-1/+4
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Remove long-deprecated options.Jim Meyering2007-07-141-7/+1
* 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
* * src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering2007-03-281-2/+1
* * configure.ac: Avoid compiler warnings about default returnJim Meyering2006-10-121-0/+2
* (print_user): Rewrite to avoid warning from GCC 4.1.1 with -Wall.Paul Eggert2006-09-121-1/+1
* * src/copy.c (copy_internal): Don't test whether macros likePaul Eggert2006-08-281-5/+1
* (usage): Undocument deprecated --idle (-i) option.Jim Meyering2005-10-151-3/+1
* Include canon-host.h rather than declaring canon_host ourselves.Paul Eggert2005-09-221-1/+1
* Don't use "path" or "filename".Paul Eggert2005-06-021-2/+2
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (who): New arg OPTIONS. All uses changed.Paul Eggert2005-03-301-12/+9
* (print_user): Use NULL, not `0'.Jim Meyering2005-03-281-2/+3
* (USER_PROCESS, RUN_LVL, INIT_PROCESS, LOGIN_PROCESS,Paul Eggert2004-11-301-41/+28
* Fix memory leak.Paul Eggert2004-11-161-0/+3
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* (scan_entries): 0 -> STDIN_FILENO.Paul Eggert2004-08-031-1/+1
* (do_lookup, short_list, short_output, include_idle,Paul Eggert2004-08-021-85/+84
* (print_line): New arguments USERLEN and LINELEN, since USER and LINEPaul Eggert2004-07-241-14/+17
* (idle_string, print_user): New arg boottime,Jim Meyering2004-06-231-19/+27
* The 2004-06-19 fix for who and pinky was incomplete, as ctimeJim Meyering2004-06-221-13/+28
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-1/+2
* Don't dump core if ctime returns NULL; this is possible onJim Meyering2004-06-201-2/+12
* (print_line): Don't truncate user names at 8 bytes.Jim Meyering2004-06-201-1/+1
* (PIDSTR_DECL_AND_INIT): Don't assume pid_t fits in int.Jim Meyering2004-06-131-11/+8
* (list_entries_who): Don't output a trailing space.Jim Meyering2004-06-121-1/+3
* (print_user): Use xrealloc here, rather than unchecked realloc.Jim Meyering2004-04-181-3/+3
* Include "vasprintf.h", for asprintf.Jim Meyering2004-03-291-0/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* (who): Free `utmp_buf' so there is no confusion aboutJim Meyering2003-11-061-0/+2
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* Change meaning of -l from --lookup to --login, per POSIX.Jim Meyering2003-08-311-13/+5
* Avoid unnecessary and sometimes time-consuming hostname lookups.Jim Meyering2003-08-171-1/+1
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (print_line): Rewrite to use asprintf, in order to beJim Meyering2003-07-041-14/+60
* tweak comment to fit in 80 columnsJim Meyering2003-06-281-3/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (main): Handle argc < optind.Jim Meyering2003-05-101-0/+1
* (print_boottime, print_deadprocs, print_runlevel):Jim Meyering2003-02-061-6/+6