summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-31(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31fix typo. sheeshJim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31Use UT_USER in place of hard-coded `->ut_name' here, too.Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31(ISASCII): Add #undef and move definition to followJim Meyering
inclusion of wctype.h to work around solaris2.6 namespace pollution. (ISPRINT): Likewise.
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(correct_password): Guard with `HAVE_GETSPNAM && HAVE_STRUCT_PASSWD_SP_PWDP',Jim Meyering
rather than just `#ifdef HAVE_SHADOW_H'.
2000-01-30use double parens on AC_CHECK_MEMBERSJim Meyering
2000-01-30(writable-files): Check $(xd-delta), too.Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30do it rightJim Meyering
2000-01-30(writable-files): New target.Jim Meyering
(my-distcheck): Depend on it. (alpha): Likewise.
2000-01-30*** empty log message ***Jim Meyering
2000-01-30Clean up some kludgy old shadow password tests.Jim Meyering
2000-01-30(utmp_includes): Define.Jim Meyering
Check for ut_user and ut_name members in both struct utmpx and struct utmp.
2000-01-30redo it on per-header basisJim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(extract_trimmed_name): Use UT_USER instead of hard-codingJim Meyering
uses of ->ut_name. The latter doesn't work with new Linux header files where only utmpx.ut_user is declared.
2000-01-30(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(my-distcheck): Depend on po-check, so I'll be warnedJim Meyering
about any required changes at `make distcheck' time rather than at `make alpha' time.
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30.Jim Meyering
2000-01-30.Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(ST_NBLOCKS): Use st_size only for regular files andJim Meyering
for directories. From H. J. Lu.
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(main): Exit with nonzero status if ftruncate fails.Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-29whoops: s/jm_MACROS/jm_LIB_CHECK/Jim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29.Jim Meyering
2000-01-29New file containing library-related checks fromJim Meyering
fileutils and sh-utils (textutils had none).
2000-01-29*** empty log message ***Jim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29add lots of seq examplesJim Meyering
2000-01-29patch from Bruno demonstrating how to use seq to produce integerJim Meyering
output or output in non-decimal
2000-01-29back out bruno's %d, %u, etc. changesJim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29Back out most of the 2000-01-21 and 01-22 changes.Jim Meyering
[Instead, merely give examples showing how to accomplish the same task with fewer limitations using existing tools. ] Suggestion from Bruno Haible. (valid_format): Rename from check_format.
2000-01-29Back out the 2000-01-21 change.Jim Meyering
Remove associated tests and add two equal-width ones.