Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-12 | (make_path): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | Also check `test -t 1'. | Jim Meyering | |
This is necessary on linux-2.4.21, otherwise, the test stty/basic-1 would hang when run in the background. | |||
2003-07-11 | . | Jim Meyering | |
2003-07-11 | ARgh. nearly every test depends on whether stdout and/or stderr is a tty. | Jim Meyering | |
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | Add src/nohup.c and src/setuidgid.c. | Jim Meyering | |
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | (nohup.1): Depend on nohup.c, rather than nohup.sh. | Jim Meyering | |
2003-07-11 | . | Jim Meyering | |
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | Also fail if cat-to-create-expected-output | Jim Meyering | |
fails. Otherwise, if both `exp' and `out' end up empty because of e.g., a full disk, they would mistakenly compare equal. | |||
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | . | Jim Meyering | |
2003-07-11 | (EXTRA_SCRIPTS): Remove definition. | Jim Meyering | |
(bin_PROGRAMS): Add nohup. (EXTRA_DIST): Remove nohup.sh. (all_programs): Remove use of $(EXTRA_SCRIPTS). | |||
2003-07-11 | (TESTS): Add nohup. | Jim Meyering | |
2003-07-11 | tests for the new nohup.c | Jim Meyering | |
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | New file. Rewrite of nohup.sh in C. | Jim Meyering | |
This solves a portability problem: on at least Solaris systems, when nohup.sh used the vendor /bin/sh, it would exit with status of `1' rather than the required 126 or 127 upon failure to exec the specified program. | |||
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | *** empty log message *** | Jim Meyering | |
2003-07-11 | (diagnose_copy_fd_failure): New function, renamed from | Jim Meyering | |
the macro, COPY_FD_DIAGNOSE. (diagnose_copy_fd_failure): Enclose diagnostic in _(...). (head_file): Likewise. | |||
2003-07-11 | (change_attributes): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (batch_convert): Use the quote function rather than using literal `...' in | Jim Meyering | |
a diagnostic. | |||
2003-07-11 | Include "quote.h". | Jim Meyering | |
Use the quote function rather than using literal `...' in a diagnostic. | |||
2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (tac_seekable): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-11 | . | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | Include "posixver.h". | Jim Meyering | |
(parse_user_spec): Accept `.' as a separator only in pre-POSIX-200112 mode. | |||
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | . | Jim Meyering | |
2003-07-10 | (Standards conformance): Mention that uses like | Jim Meyering | |
`tail -1' and `head -1', like `sort +1', are non conforming. (chown invocation): Say that using `.' as a separator may not work. | |||
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | (usage): Use 1024*1024 in place of 1048576. | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | . | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | (noinst_PROGRAMS): Define to setuidgid. | Jim Meyering | |
2003-07-10 | Now that we have setuidgid, use it in place of the kludge in this test. | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |
2003-07-10 | New program, solely for testing (not installed). | Jim Meyering | |
2003-07-10 | . | Jim Meyering | |
2003-07-10 | New files, in support of new asprintf use. From gnulib. | Jim Meyering | |
2003-07-10 | *** empty log message *** | Jim Meyering | |