summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-28*** empty log message ***Jim Meyering
2002-07-28*** empty log message ***Jim Meyering
2002-07-28*** empty log message ***Jim Meyering
2002-07-28*** empty log message ***Jim Meyering
2002-07-28Don't require jm_FUNC_READDIR.Jim Meyering
2002-07-28(jm_FUNC_READDIR): Remove file/macro. No longer needed.Jim Meyering
2002-07-27.Jim Meyering
2002-07-27*** empty log message ***Jim Meyering
2002-07-27(jm_PREREQ_READUTMP): Don't check justJim Meyering
`struct utmpx.ut_exit' and `struct utmp.ut_exit'. Instead, check all combinations of utmp/utmpx and ut_termination/e_termination and ut_exit/e_exit.
2002-07-27If we have both utmpx.h and utmp.h, and there existsJim Meyering
the utmp.ut_exit member, but not the utmpx.ut_exit member, then undefine HAVE_UTMPX_H. For AIX 4.3.3. Doing all this in cpp is a big kludge; someday we'll put the brains in an autoconf macro. (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
2002-07-27(UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.Jim Meyering
Now they're defined in readutmp.h. (print_deadprocs): Remove obsolete FIXME comment.
2002-07-27*** empty log message ***Jim Meyering
2002-07-27Port to POSIX 1003.1-2001 "nice", whichJim Meyering
requires the option "-n 5" rather than "-5". This matters with GNU "nice" if the user has set the _POSIX2_VERSION environment variable.
2002-07-27*** empty log message ***Jim Meyering
2002-07-27*** empty log message ***Jim Meyering
2002-07-27*** empty log message ***Jim Meyering
2002-07-26*** empty log message ***Jim Meyering
2002-07-26Don't include malloc.h -- it was unnecessary.Jim Meyering
2002-07-25update from masterJim Meyering
2002-07-24*** empty log message ***Jim Meyering
2002-07-24(Time directives): Document %P, %R, %e, %F, %g, %G, and %VJim Meyering
2002-07-24.Jim Meyering
2002-07-24undo last changeJim Meyering
2002-07-23*** empty log message ***Jim Meyering
2002-07-23*** empty log message ***Jim Meyering
2002-07-23.Jim Meyering
2002-07-23*** empty log message ***Jim Meyering
2002-07-23(AC_C_BACKSLASH_A): Remove file, now that autoconfJim Meyering
2002-07-22*** empty log message ***Jim Meyering
2002-07-22(Formatting the file names): DocumentJim Meyering
that -N/--literal are equivalent to --quoting-style=literal. Reported by Oskar Liljeblad as Debian bug#103612.
2002-07-22*** empty log message ***Jim Meyering
2002-07-22(usage): The short form of --dereference is now -L, not -l.Jim Meyering
2002-07-22*** empty log message ***Jim Meyering
2002-07-22Add new option, --presume-input-tty, for testing only.Jim Meyering
Not documented.
2002-07-22Add a test for this:Jim Meyering
When not interactive, don't prompt for a symlink.
2002-07-22.Jim Meyering
2002-07-22*** empty log message ***Jim Meyering
2002-07-22*** empty log message ***Jim Meyering
2002-07-22*** empty log message ***Jim Meyering
2002-07-22Handle the case in which rm produces no output.Jim Meyering
2002-07-22This test might remove a file owned by the person running `make check'.Jim Meyering
Hoist definition of $target_file, and use that (not $f) in test for owner/dir/symlink. Patch by Michael Stone.
2002-07-22rm would prompt for non-dangling symlinksJim Meyering
(prompt): When not interactive, don't prompt for a symlink.
2002-07-22*** empty log message ***Jim Meyering
2002-07-20Fix typo in last change: add missing $Jim Meyering
2002-07-20*** empty log message ***Jim Meyering
2002-07-20(copy_internal): Use file_name_lookup, not getdport.Jim Meyering
Patch by Alfred M. Szmidt.
2002-07-20*** empty log message ***Jim Meyering
2002-07-20.Jim Meyering
2002-07-20.Jim Meyering
2002-07-20(main): Add an explicit `exit (EXIT_SUCCESS);'Jim Meyering
for --version, rather than falling through.