From c31e4314d882e19b1c4a43275b9ed413550eb5f4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Jun 2001 09:00:29 +0000 Subject: *** empty log message *** --- old/sh-utils/ChangeLog | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'old/sh-utils/ChangeLog') diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index cb709bc25..f053bae9f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +2001-06-09 Jim Meyering + + (PIDSTR_DECL_AND_INIT): Define. + 2001-06-05 Jim Meyering * configure.in (ALL_LINGUAS): Add Turkish (tr). @@ -6,10 +10,26 @@ * src/dirname.c (main): Add `const' to declaration of local, `result'. -2001-04-01 Michael Stone +2001-04-01 Jim Meyering Add options to make `who' more POSIX compliant. - * who.c: FIXME: in progress... + * who.c: Accept new options: --all (-a), --boot (-b), --dead (-d), + --login, --process (-p), --runlevel (-r), --short (-s), --time (-t), + --users (-u). + The -u option now produces POSIX-specified results and is the same as + the long option `--users'. --idle is no longer the same as -u. + (time_string, print_line, print_boottime, print_deadprocs, print_login, + print_initspawn, print_clockchange, print_runlevel): New functions. + (print_user): Renamed from print_entry and reworked. + (search_entries): Remove function. + (who_am_i): Likewise. + (usage): Describe new options. + (main): Handle new options. + Mostly from Michael Stone. + + FIXME (remove this, later): This probably doesn't compile on any + type of system except Linux, due to the unprotected uses of e.g., + utmp_ent->ut_exit.e_termination. 2001-05-11 Paul Eggert -- cgit v1.2.3-70-g09d2