index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
who-users.c
Age
Commit message (
Expand
)
Author
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