| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 | |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 | |
| 2005-04-04 | (usage): Move USAGE_BUILTIN_WARNING to end of --help output. | Jim Meyering | -1/+1 | |
| 2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | -1/+2 | |
| function by the same name. | ||||
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -2/+2 | |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 | |
| of 2003-09-19. Now, AUTHORS is a comma-separated list of strings. Update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. * src/true.c (main): Append NULL to version_etc argument list. * src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise. | ||||
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 | |
| Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable. | ||||
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 | |
| Don't include closeout.h. | ||||
| 2003-07-16 | (main): Fix bug introduced on 2003-05-10 (for 5.0.1) | Jim Meyering | -1/+1 | |
| whereby kill would always attempt to operate on argv[0] and fail. | ||||
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 | |
| 2003-05-10 | (send_signals): Don't check command line arguments here. | Jim Meyering | -8/+8 | |
| (main): Check them here instead. Handle argc < optind. | ||||
| 2003-04-05 | Make `kill -t' output signal descriptions (not `?') on Tru64. | Jim Meyering | -1/+3 | |
| (sys_siglist): Also check for __sys_siglist. | ||||
| 2002-09-02 | (print_table_row): Use an unsigned type for widths | Jim Meyering | -4/+4 | |
| to avoid warning about comparison between signed and unsigned. (list_signals): Likewise. | ||||
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 | |
| 2002-05-03 | (usage): Add a little to the description of --list. | Jim Meyering | -3/+4 | |
| Uncapitalize first word and remove period at end of each one line option description. | ||||
| 2002-04-28 | Rewrite from scratch. Support everything | Jim Meyering | -638/+243 | |
| required by POSIX 1003.1-2001; when this conflicts with Bash, stick with POSIX. The conflicts are kill -l output format, and lower case signal names preceded by `-' (e.g., "kill -hup" is no longer supported). Remove -L or --long-list option. Add -t or --table option. Rename --sigspec to --signal; remove --signum and do not advertise obsolescent option -n. Use str2sig and str2sig to convert between signal names and numbers. | ||||
| 2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -6/+6 | |
| instead of hard-coding --help and --version descriptions. Split --help output into smaller pieces. Use fputs, not printf. | ||||
| 2001-12-15 | from Marcus Brinkmann | Jim Meyering | -0/+768 | |
