summaryrefslogtreecommitdiff
path: root/src/who-users.c
AgeCommit message (Expand)Author
1997-07-13.Jim Meyering
1997-03-18(idle_string): Rename local, IDLE, to avoid shadowing global.Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-01-26(usage): Fix typo (--writeable -> --writable) in help outputJim Meyering
1996-12-28Indent cpp directives.Jim Meyering
1996-12-28[!WTMP_FILE]: Provide default path.Jim Meyering
1996-12-21Replace hard-coded /etc/wtmp with WTMP_FILE. Suggestion from Eivind.Jim Meyering
1996-12-21(usage): Say that UTMP_FILE is the default FILEJim Meyering
1996-11-23(usage): Alphabetize option descriptions the way sort -f would.Jim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-20(print_entry): Don't take address of UT_TIME_MEMBER directly.Jim Meyering
1996-10-12(print_uptime): Change #ifdef guard on getloadavgJim Meyering
1996-10-05fix --version outputJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-08-03(print_uptime) [HAVE_PROC_UPTIME]: Read from /proc/uptime.Jim Meyering
1996-07-16(print_uptime): Reverse `days' and `day' in uptime message.Jim Meyering
1996-07-15(print_uptime): Use 0, not undefined errno inJim Meyering
1996-04-24(main): Declare to return int, not void.Jim Meyering
1996-04-13(print_uptime): Invoke getloadavg only if we have it.Jim Meyering
1996-04-13Mark translatable strings in new code.Jim Meyering
1996-04-11Reindent.Jim Meyering
1996-04-10(print_uptime) [UPTIME]: New function. From Kaveh Ghazi.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-16(read_utmp): Declare n_read to be of type size_t rather than int.Jim Meyering
1996-03-12(main): Initialize for internationalized message support:Jim Meyering
1996-03-07(print_entry): Use STRUCT_UTMP, not `struct utmp'.Jim Meyering
1996-02-23(print_entry): Use strchr, not index.Jim Meyering
1996-02-14(main): When failing because there were `too many arguments,' say so.Jim Meyering
1996-02-13(print_entry): If possible, canonicalize the host hame.Jim Meyering
1996-01-19Protoize.Jim Meyering
1996-01-06rename from who.cJim Meyering