Age | Commit message (Expand) | Author |
1997-03-18 | (idle_string): Rename local, IDLE, to avoid shadowing global. | Jim Meyering |
1997-02-09 | update copyrights for 1997 | Jim Meyering |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering |
1997-01-26 | (usage): Fix typo (--writeable -> --writable) in help output | Jim Meyering |
1996-12-28 | Indent cpp directives. | Jim Meyering |
1996-12-28 | [!WTMP_FILE]: Provide default path. | Jim Meyering |
1996-12-21 | Replace hard-coded /etc/wtmp with WTMP_FILE. Suggestion from Eivind. | Jim Meyering |
1996-12-21 | (usage): Say that UTMP_FILE is the default FILE | Jim Meyering |
1996-11-23 | (usage): Alphabetize option descriptions the way sort -f would. | Jim Meyering |
1996-11-03 | change bug-reporting address | Jim Meyering |
1996-11-02 | change bug-reporting address | Jim 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 getloadavg | Jim Meyering |
1996-10-05 | fix --version output | Jim Meyering |
1996-10-05 | (main): update --version output to conform to coding standard | Jim 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 in | Jim 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-13 | Mark translatable strings in new code. | Jim Meyering |
1996-04-11 | Reindent. | Jim Meyering |
1996-04-10 | (print_uptime) [UPTIME]: New function. From Kaveh Ghazi. | Jim Meyering |
1996-03-24 | Update FSF's address. | Jim Meyering |
1996-03-16 | Don'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-19 | Protoize. | Jim Meyering |
1996-01-06 | rename from who.c | Jim Meyering |