Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "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-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-03-23 | (main): Ignore fd_reopen return value when ignoring input, since | Paul Eggert |
2006-03-23 | (main): nohup diagnostics are now more precise, and nohup now | Paul 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-03 | Include fd-reopen.h. | Paul Eggert |
2005-06-03 | Fix typo in comment. | Paul Eggert |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-26 | Fix typo in comment. | Paul Eggert |
2005-05-26 | nohup now redirects a tty stdin to an unreadable fd instead of closing it. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | (main): nohup now closes stdin if it is a terminal, unless | Paul Eggert |
2005-04-23 | (main): If getopt fails, exit with status 127, not status 1. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-05 | (usage): Mention that some shells provide a | Jim Meyering |
2005-03-19 | (main): nohup now ignores the umask when creating nohup.out. | Paul Eggert |
2004-11-17 | (main): Use getopt_long rather than getopt. | Paul Eggert |
2004-09-21 | Include <getopt.h>. | Paul Eggert |
2004-08-03 | (main): Use bool for booleans. | Paul Eggert |
2004-07-04 | (main): Don't pass NULL first argument to path_concat. | Jim Meyering |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-04-20 | (main) [!defined _POSIX_SOURCE]: | Jim Meyering |
2004-04-04 | (main): Adjust to new calling convention for set_cloexec_flag. | Jim Meyering |
2004-03-04 | (main): Don't invoke set_cloexec_flag with a file descriptor of -1. | Jim Meyering |
2004-03-03 | Include "cloexec.h". | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-11-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-18 | (NOHUP_FOUND_BUT_CANNOT_INVOKE, NOHUP_FAILURE): | Jim Meyering |
2003-07-13 | (NOHUP_FAILURE, NOHUP_FOUND_BUT_CANNOT_INVOKE): Define. | Jim Meyering |
2003-07-11 | New file. Rewrite of nohup.sh in C. | Jim Meyering |