summaryrefslogtreecommitdiff
path: root/src/nohup.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-03-27nohup: clarify stdin redirectionPaul Eggert
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-13nohup: if fd_repoen fails (redirecting stdin), report itJim Meyering
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake
2009-10-23nohup: use EXIT_CANCELED if not POSIXLY_CORRECTEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-04-28* src/nohup.c (usage): Describe how standard input and output are redirected.Paul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-03-23(main): Ignore fd_reopen return value when ignoring input, sincePaul Eggert
2006-03-23(main): nohup diagnostics are now more precise, and nohup nowPaul Eggert
2005-08-12(main): Explain why we reopen stdin for write-only access.Jim Meyering
2005-07-15(main): Don't worry about POSIXLY_CORRECT.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-06-03Fix typo in comment.Paul Eggert
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-26Fix typo in comment.Paul Eggert
2005-05-26nohup now redirects a tty stdin to an unreadable fd instead of closing it.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12(main): nohup now closes stdin if it is a terminal, unlessPaul Eggert
2005-04-23(main): If getopt fails, exit with status 127, not status 1.Paul Eggert
2005-04-11Include unistd-safer.h.Paul Eggert
2005-04-05(usage): Mention that some shells provide aJim Meyering
2005-03-19(main): nohup now ignores the umask when creating nohup.out.Paul Eggert