Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-05 | Include sys/types.h before sys/stat.h. | Jim Meyering | |
Required for ultrix4.3. | |||
2000-02-03 | (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', | Jim Meyering | |
rather than with `#if HAVE_UTMPNAME'. | |||
2000-01-30 | (extract_trimmed_name): Use UT_USER instead of hard-coding | Jim Meyering | |
uses of ->ut_name. The latter doesn't work with new Linux header files where only utmpx.ut_user is declared. | |||
1999-05-05 | (read_utmp): Use the new definitions. | Jim Meyering | |
1999-05-03 | (read_utmp): Ignore the return value from utmpname. | Jim Meyering | |
1999-03-02 | (read_utmp) [HAVE_UTMPNAME]: Rewrite. | Jim Meyering | |
1999-02-08 | Include stdio.h. | Jim Meyering | |
1999-02-08 | *** empty log message *** | Jim Meyering | |
1998-05-16 | (read_utmp): Add variant for systems that have the utmpname function. | Jim Meyering | |
Ansideclify. | |||
1997-07-13 | don't include error.h. | Jim Meyering | |
1997-07-13 | (read_utmp): Take new params: count and buffer. | Jim Meyering | |
Return boolean indicating failure. Now, caller must give diagnostic upon. | |||
1997-07-13 | . | Jim Meyering | |