summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-03.Jim Meyering
2002-08-03.Jim Meyering
2002-08-03*** empty log message ***Jim Meyering
2002-08-03(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.Jim Meyering
2002-08-03*** empty log message ***Jim Meyering
2002-08-03*** empty log message ***Jim Meyering
2002-08-03*** empty log message ***Jim Meyering
2002-08-03Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.Jim Meyering
2002-08-03*** empty log message ***Jim Meyering
2002-08-02*** empty log message ***Jim Meyering
2002-08-02uniq now obeys LC_COLLATE.Jim Meyering
2002-08-02*** empty log message ***Jim Meyering
2002-08-02Include hard-locale.h, xmemcoll.h.Jim Meyering
(hard_LC_COLLATE): New var. (different): Args are now char *, not const char *. Use xmemcoll instead of memcmp to compare lines, so that LC_COLLATE has effect. However, use memcmp if it is an easy locale. (check_file): Do not include newline in comparison, so that xmemcoll has a byte to stomp on temporarily. (main): Set hard_LC_COLLATE.
2002-08-01*** empty log message ***Jim Meyering
2002-08-01*** empty log message ***Jim Meyering
2002-08-01(run_shell): Exit with status 126 or 127 when execvp orJim Meyering
execv fails, for consistency with POSIX commands like env and nice.
2002-08-01(main): Exit with status 126 or 127 when execvp orJim Meyering
execv fails, for consistency with POSIX commands like env and nice.
2002-08-01Change 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. Fix bug: command was run if nohup.out wasn't writeable.
2002-08-01*** empty log message ***Jim Meyering
2002-08-01*** empty log message ***Jim Meyering
2002-08-01(jm_PREREQ_TEMPNAME): lib/tempname.c may use uintmax_t,Jim Meyering
so require require jm_AC_TYPE_UINTMAX_T. Patch by Joe Orton.
2002-07-29nohup changesJim Meyering
2002-07-29*** empty log message ***Jim Meyering
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.