Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / nohup.c
2006-03-23 Paul Eggert(main): Ignore fd_reopen return value when ignoring...
2006-03-23 Paul Eggert(main): nohup diagnostics are now more precise, and...
2005-08-12 Jim Meyering(main): Explain why we reopen stdin for write-only...
2005-07-15 Paul Eggert(main): Don't worry about POSIXLY_CORRECT.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-06-03 Paul EggertFix typo in comment.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-26 Paul EggertFix typo in comment.
2005-05-26 Paul Eggertnohup now redirects a tty stdin to an unreadable fd...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Paul Eggert(main): nohup now closes stdin if it is a terminal...
2005-04-23 Paul Eggert(main): If getopt fails, exit with status 127, not...
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-05 Jim Meyering(usage): Mention that some shells provide a
2005-03-19 Paul Eggert(main): nohup now ignores the umask when creating nohup...
2004-11-17 Paul Eggert(main): Use getopt_long rather than getopt.
2004-09-21 Paul EggertInclude <getopt.h>.
2004-08-03 Paul Eggert(main): Use bool for booleans.
2004-07-04 Jim Meyering(main): Don't pass NULL first argument to path_concat.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-04-20 Jim Meyering(main) [!defined _POSIX_SOURCE]:
2004-04-04 Jim Meyering(main): Adjust to new calling convention for set_cloexe...
2004-03-04 Jim Meyering(main): Don't invoke set_cloexec_flag with a file descr...
2004-03-03 Jim MeyeringInclude "cloexec.h".
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-18 Jim Meyering(NOHUP_FOUND_BUT_CANNOT_INVOKE, NOHUP_FAILURE):
2003-07-13 Jim Meyering(NOHUP_FAILURE, NOHUP_FOUND_BUT_CANNOT_INVOKE): Define.
2003-07-11 Jim MeyeringNew file. Rewrite of nohup.sh in C.