Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-03 | Require 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-02 | uniq now obeys LC_COLLATE. | Jim Meyering | |
2002-08-02 | *** empty log message *** | Jim Meyering | |
2002-08-02 | Include 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 or | Jim Meyering | |
execv fails, for consistency with POSIX commands like env and nice. | |||
2002-08-01 | (main): Exit with status 126 or 127 when execvp or | Jim Meyering | |
execv fails, for consistency with POSIX commands like env and nice. | |||
2002-08-01 | Change 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-29 | nohup changes | Jim Meyering | |
2002-07-29 | *** empty log message *** | Jim Meyering | |
2002-07-29 | Change 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-29 | require automake-1.6b | Jim 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-29 | Supply exit arg for both invocations of exit. | Jim Meyering | |
2002-07-29 | *** empty log message *** | Jim Meyering | |
2002-07-29 | Adjust 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-28 | Don'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 just | Jim 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-27 | If we have both utmpx.h and utmp.h, and there exists | Jim 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-27 | Port to POSIX 1003.1-2001 "nice", which | Jim 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-26 | Don't include malloc.h -- it was unnecessary. | Jim Meyering | |