summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-12(make_path): Enclose diagnostic in _(...).Jim Meyering
2003-07-12*** empty log message ***Jim Meyering
2003-07-12Also 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-11ARgh. 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-11Add 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-11Also fail if cat-to-create-expected-outputJim 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-11tests for the new nohup.cJim Meyering
2003-07-11*** empty log message ***Jim Meyering
2003-07-11New 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 fromJim 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 `...' inJim Meyering
a diagnostic.
2003-07-11Include "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-10Include "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 likeJim 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-10Now 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-10New program, solely for testing (not installed).Jim Meyering
2003-07-10.Jim Meyering
2003-07-10New files, in support of new asprintf use. From gnulib.Jim Meyering
2003-07-10*** empty log message ***Jim Meyering