Age | Commit message (Expand) | Author | Files | Lines |
2012-01-27 | maint: use single copyright year range | Jim Meyering | 1 | -1/+1 |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | 1 | -1/+1 |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | 1 | -3/+3 |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | 1 | -2/+1 |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 1 | -1/+1 |
2009-12-13 | nohup: if fd_repoen fails (redirecting stdin), report it | Jim Meyering | 1 | -1/+5 |
2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake | 1 | -0/+9 |
2009-10-23 | nohup: use EXIT_CANCELED if not POSIXLY_CORRECT | Eric Blake | 1 | -7/+15 |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | 1 | -1/+1 |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | 1 | -45/+45 |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | 1 | -1/+1 |
2009-06-13 | diag: say "failed to...", rather than "cannot..." in a few diagnostics | Jim Meyering | 1 | -1/+1 |
2008-09-19 | nohup, remove, tr: also gettextize the alternative messages | Benno Schulenberg | 1 | -4/+4 |
2008-08-26 | use new global, "Version", rather than macro, VERSION | Jim Meyering | 1 | -1/+1 |
2008-06-03 | use gnulib's progname module | Jim Meyering | 1 | -3/+1 |
2008-06-02 | declare program_name consistently | Jim Meyering | 1 | -1/+1 |
2008-05-26 | adjust copyright dates | Jim Meyering | 1 | -1/+1 |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering | 1 | -1/+1 |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake | 1 | -2/+2 |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | 1 | -5/+4 |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 1 | -1/+1 |
2007-04-28 | * src/nohup.c (usage): Describe how standard input and output are redirected. | Paul Eggert | 1 | -0/+7 |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | 1 | -1/+1 |
2006-03-23 | (main): Ignore fd_reopen return value when ignoring input, since | Paul Eggert | 1 | -2/+2 |
2006-03-23 | (main): nohup diagnostics are now more precise, and nohup now | Paul Eggert | 1 | -19/+47 |
2005-08-12 | (main): Explain why we reopen stdin for write-only access. | Jim Meyering | 1 | -1/+3 |
2005-07-15 | (main): Don't worry about POSIXLY_CORRECT. | Paul Eggert | 1 | -6/+2 |
2005-07-03 | Include fd-reopen.h. | Paul Eggert | 1 | -31/+13 |
2005-06-03 | Fix typo in comment. | Paul Eggert | 1 | -1/+1 |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | 1 | -2/+2 |
2005-05-26 | Fix typo in comment. | Paul Eggert | 1 | -1/+1 |
2005-05-26 | nohup now redirects a tty stdin to an unreadable fd instead of closing it. | Paul Eggert | 1 | -6/+21 |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 |
2005-05-12 | (main): nohup now closes stdin if it is a terminal, unless | Paul Eggert | 1 | -1/+7 |
2005-04-23 | (main): If getopt fails, exit with status 127, not status 1. | Paul Eggert | 1 | -1/+1 |
2005-04-11 | Include unistd-safer.h. | Paul Eggert | 1 | -2/+3 |
2005-04-05 | (usage): Mention that some shells provide a | Jim Meyering | 1 | -0/+1 |
2005-03-19 | (main): nohup now ignores the umask when creating nohup.out. | Paul Eggert | 1 | -25/+25 |
2004-11-17 | (main): Use getopt_long rather than getopt. | Paul Eggert | 1 | -1/+1 |
2004-09-21 | Include <getopt.h>. | Paul Eggert | 1 | -10/+5 |
2004-08-03 | (main): Use bool for booleans. | Paul Eggert | 1 | -1/+1 |
2004-07-04 | (main): Don't pass NULL first argument to path_concat. | Jim Meyering | 1 | -5/+10 |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | 1 | -1/+1 |
2004-04-20 | (main) [!defined _POSIX_SOURCE]: | Jim Meyering | 1 | -12/+1 |
2004-04-04 | (main): Adjust to new calling convention for set_cloexec_flag. | Jim Meyering | 1 | -1/+1 |
2004-03-04 | (main): Don't invoke set_cloexec_flag with a file descriptor of -1. | Jim Meyering | 1 | -1/+2 |
2004-03-03 | Include "cloexec.h". | Jim Meyering | 1 | -0/+5 |