summaryrefslogtreecommitdiff
path: root/src/nohup.c
AgeCommit message (Expand)Author
2004-11-17(main): Use getopt_long rather than getopt.Paul Eggert
2004-09-21Include <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 givesJim 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-03Include "cloexec.h".Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-05Cast NULL to `(char *)' in call to variadic function,Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-23Don'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-11New file. Rewrite of nohup.sh in C.Jim Meyering