summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-29Change behavior to conform to POSIX 1003.1-2001:Jim Meyering
- Do not adjust scheduling priority. - Redirects stderr to stdout, if stderr is not a terminal. - Exit status is now 126 if command was found but not invoked, 127 if nohup failed or if command was not found.
2002-07-29.Jim Meyering
2002-07-29.Jim Meyering
2002-07-29require automake-1.6bJim Meyering
2002-07-29.Jim Meyering
2002-07-29.Jim Meyering
2002-07-29.Jim Meyering
2002-07-29*** empty log message ***Jim Meyering
2002-07-29*** empty log message ***Jim Meyering
2002-07-29(SUBDIRS): Remove djgpp, for now.Jim Meyering
2002-07-29.Jim Meyering
2002-07-29Supply exit arg for both invocations of exit.Jim Meyering
2002-07-29*** empty log message ***Jim Meyering
2002-07-29Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.Jim Meyering
From Paul Eggert.
2002-07-28*** empty log message ***Jim Meyering
2002-07-28.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-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.