| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -161/+0 | |
| 2005-09-22 | Sync from gnulib. | Paul Eggert | 1 | -1/+3 | |
| 2005-06-22 | (desirable_utmp_entry): Fix bug where "who -b" and "who -r" | Paul Eggert | 1 | -0/+1 | |
| failed to give output. | |||||
| 2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | 1 | -5/+5 | |
| in comments or local variable names. | |||||
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2005-03-30 | (read_utmp) [!defied UTMP_NAME_FUNCTION]: Add support for options. | Paul Eggert | 1 | -40/+24 | |
| Don't assume the file is a regular file. | |||||
| 2005-03-30 | (read_utmp): New arg OPTIONS. All uses changed. | Paul Eggert | 1 | -17/+42 | |
| Include signal.h, stdbool.h. (desirable_utmp_entry): New function. (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation using x2nrealloc, to simplify logic. (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in size calculation. | |||||
| 2004-11-30 | Include readutmp.h first. | Paul Eggert | 1 | -1/+3 | |
| Include <errno.h>, since readutmp.h no longer does that. | |||||
| 2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | 1 | -1/+4 | |
| 2004-08-02 | (read_utmp): Don't assume that the number of users is less than INT_MAX. | Paul Eggert | 1 | -17/+14 | |
| Check for integer overflow in size calculations. Return -1 (not 1) on failure, since we set errno in that case. | |||||
| 2004-06-12 | (extract_trimmed_name): Don't apply strchr to a | Jim Meyering | 1 | -6/+8 | |
| non-string; this leads to undefined behavior. | |||||
| 2004-04-19 | (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure, | Jim Meyering | 1 | -4/+10 | |
| don't leak memory and do call END_UTMP_ENT. | |||||
| 2003-10-16 | Fix indentation, from gnulib. | Jim Meyering | 1 | -2/+2 | |
| 2003-09-17 | (read_utmp): Likewise. | Jim Meyering | 1 | -9/+19 | |
| Check for fstat error. Close stream and free storage when failing. | |||||
| 2003-04-11 | Include <string.h> and <stdlib.h> unconditionally. | Jim Meyering | 1 | -11/+2 | |
| 2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | 1 | -1/+1 | |
| 2003-01-10 | Don't declare functions declared by xalloc.h. | Jim Meyering | 1 | -4/+8 | |
| Include "xalloc.h" instead. | |||||
| 2001-11-17 | Include unlocked-io.h. | Jim Meyering | 1 | -1/+2 | |
| 2000-04-05 | Include sys/types.h before sys/stat.h. | Jim Meyering | 1 | -1/+2 | |
| Required for ultrix4.3. | |||||
| 2000-02-03 | (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', | Jim Meyering | 1 | -1/+1 | |
| rather than with `#if HAVE_UTMPNAME'. | |||||
| 2000-01-30 | (extract_trimmed_name): Use UT_USER instead of hard-coding | Jim Meyering | 1 | -4/+4 | |
| 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 | 1 | -4/+4 | |
| 1999-05-03 | (read_utmp): Ignore the return value from utmpname. | Jim Meyering | 1 | -2/+5 | |
| 1999-03-02 | (read_utmp) [HAVE_UTMPNAME]: Rewrite. | Jim Meyering | 1 | -43/+12 | |
| 1999-02-08 | Include stdio.h. | Jim Meyering | 1 | -0/+2 | |
| 1999-02-08 | *** empty log message ***SH-UTILS-1_16f | Jim Meyering | 1 | -2/+3 | |
| 1998-05-16 | (read_utmp): Add variant for systems that have the utmpname function. | Jim Meyering | 1 | -7/+71 | |
| Ansideclify. | |||||
| 1997-07-13 | don't include error.h. | Jim Meyering | 1 | -1/+0 | |
| 1997-07-13 | (read_utmp): Take new params: count and buffer. | Jim Meyering | 1 | -17/+16 | |
| Return boolean indicating failure. Now, caller must give diagnostic upon. | |||||
| 1997-07-13 | . | Jim Meyering | 1 | -0/+95 | |
