summaryrefslogtreecommitdiff
path: root/src/who.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-06(print_boottime, print_deadprocs, print_runlevel):Jim Meyering1-6/+6
2002-09-14(print_user): Change type of local to size_tJim Meyering1-1/+1
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-3/+3
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering1-1/+1
2002-07-27(UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.Jim Meyering1-9/+0
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-05-03(usage): Tweak description of --users.Jim Meyering1-1/+1
2002-04-28add comment for prev changeJim Meyering1-0/+2
2002-04-28(make_id_equals_comment): Cast sizeof expression (used as fieldJim Meyering1-1/+1
2002-04-28(PIDSTR_DECL_AND_INIT): Cast ut_pid value to int.Jim Meyering1-1/+1
2002-04-28Don't include xalloc.h.Jim Meyering1-1/+0
2002-04-16(UT_TYPE_UNDEF, UT_TYPE, IS_USER_PROCESS): Define.Jim Meyering1-3/+16
2002-04-16(BOOT_TIME): Define.Jim Meyering1-42/+58
2002-04-15add FIXME commentsJim Meyering1-0/+2
2002-04-15Include xalloc.h.Jim Meyering1-15/+13
2001-12-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering1-3/+13
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering1-1/+1
2001-06-09Add options to make `who' more POSIX compliant.Jim Meyering1-149/+415
2000-11-17Explicitly include sys/types.h before including system.h.Jim Meyering1-1/+3
2000-05-07Include "closeout.h".Jim Meyering1-0/+3
2000-01-31Use UT_USER in place of hard-coded `->ut_name' here, too.Jim Meyering1-5/+5
1999-12-18(print_entry): Correct do_lookup test so that whoJim Meyering1-4/+7
1999-04-24(print_entry): Use `#if', not `#ifdef HAVE_UT_HOST'.Jim Meyering1-2/+2
1999-03-31No longer include long-options.h.Jim Meyering1-4/+6
1999-03-31(PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1-2/+7
1999-03-06Include long-options.h.Jim Meyering1-18/+6
1999-02-08copyright dateJim Meyering1-1/+1
1999-02-08Include stdio.h.Jim Meyering1-0/+1
1999-01-25(usage): Remove static attribute.Jim Meyering1-1/+1
1998-09-19update bug-reporting addressJim Meyering1-1/+1
1998-06-29Include system.h only after error.h and readutmp.hJim Meyering1-3/+3
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1-1/+1
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering1-1/+0
1997-10-07update bug-reporting addressJim Meyering1-1/+1
1997-09-01(main): New option --lookup (-l).Jim Meyering1-2/+11
1997-07-13Rename lots of `this' locals.Jim Meyering1-46/+55
1997-07-13(who): rename users to n_usersJim Meyering1-3/+3
1997-07-13.Jim Meyering1-0/+451
1996-02-25.Jim Meyering1-2/+0
1996-01-06Define WHO and include new file, who-users.c.Jim Meyering1-654/+2
1995-11-27s/non-zero/nonzero/gJim Meyering1-4/+4
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1-16/+16
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering1-4/+3
1995-05-13Use l?stat, not safe_l?stat.Jim Meyering1-2/+1
1995-03-09add 1995 to Copyright datesJim Meyering1-1/+1
1995-02-27(userid_compare): K&R'ify function definition.Jim Meyering1-1/+3
1994-12-20* src/*.c: Include "error.h" instead of simply declaringJim Meyering1-1/+1
1994-12-20(print_entry): Use safe_stat instead of SAFE_STAT.Jim Meyering1-1/+1
1994-12-04Use strr?chr instead of r?index.Jim Meyering1-1/+1
1994-11-18(list_entries): Delete. Split in two actually...Jim Meyering1-206/+266