log lib/readutmp.c @ 12028:a65ac3b41872

age author description
Thu, 12 Mar 2009 13:09:42 +0100 Jim Meyering avoid gcc warnings about unused macro definitions
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Wed, 18 Oct 2006 17:51:57 +0000 Jim Meyering * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
Wed, 18 Oct 2006 13:24:19 +0000 Sergey Poznyakoff (desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Wed, 22 Jun 2005 18:27:44 +0000 Paul Eggert (desirable_utmp_entry): Fix bug where "who -b" and "who -r"
Thu, 02 Jun 2005 20:41:04 +0000 Paul Eggert Sync from coreutils.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Mon, 02 May 2005 07:00:50 +0000 Paul Eggert Merge from coreutils.
Wed, 01 Dec 2004 07:29:45 +0000 Paul Eggert Include readutmp.h first.
Mon, 04 Oct 2004 20:17:39 +0000 Paul Eggert Remove dependencies on unlocked-io.
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Mon, 19 Apr 2004 20:12:23 +0000 Jim Meyering (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure,
Mon, 15 Sep 2003 22:34:18 +0000 Paul Eggert Don't trash errno when a read fails.
Wed, 18 Jun 2003 06:03:29 +0000 Jim Meyering Merge changes from coreutils.
Sat, 17 Nov 2001 13:29:42 +0000 Jim Meyering Include unlocked-io.h.
Wed, 05 Apr 2000 15:00:11 +0000 Jim Meyering Include sys/types.h before sys/stat.h.
Thu, 03 Feb 2000 12:20:59 +0000 Jim Meyering (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
Sun, 30 Jan 2000 16:41:25 +0000 Jim Meyering (extract_trimmed_name): Use UT_USER instead of hard-coding
Wed, 05 May 1999 13:34:18 +0000 Jim Meyering (read_utmp): Use the new definitions.
Mon, 03 May 1999 02:38:50 +0000 Jim Meyering (read_utmp): Ignore the return value from utmpname.
Tue, 02 Mar 1999 13:53:33 +0000 Jim Meyering (read_utmp) [HAVE_UTMPNAME]: Rewrite.
Mon, 08 Feb 1999 03:32:06 +0000 Jim Meyering Include stdio.h.
Mon, 08 Feb 1999 00:00:44 +0000 Jim Meyering *** empty log message ***
Sat, 16 May 1998 20:26:54 +0000 Jim Meyering (read_utmp): Add variant for systems that have the utmpname function.
Sun, 13 Jul 1997 13:31:30 +0000 Jim Meyering don't include error.h.
Sun, 13 Jul 1997 03:54:00 +0000 Jim Meyering (read_utmp): Take new params: count and buffer.
Sun, 13 Jul 1997 02:54:48 +0000 Jim Meyering .