Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-29 | *** empty log message *** | Jim Meyering | |
2002-04-29 | (parse_obsolescent_option): Do not limit the maximum | Jim Meyering | |
line/byte count to be less than ULONG_MAX on systems where OFF_T_MAX is larger. | |||
2002-04-29 | *** empty log message *** | Jim Meyering | |
2002-04-29 | *** empty log message *** | Jim Meyering | |
2002-04-29 | (jm_PREREQ_SIG2STR): Remove; all callers changed. | Jim Meyering | |
2002-04-29 | Do not include <sys/wait.h>; no longer needed. | Jim Meyering | |
2002-04-29 | (SIGNUM_BOUND): Do not use WTERMSIG, to avoid | Jim Meyering | |
depending on <sys/wait.h> and WTERMSIG. Default to 64 instead of 127, since 64 is the largest conceivable number for ancient nonstandard hosts. | |||
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | add comment for prev change | Jim Meyering | |
2002-04-28 | (make_id_equals_comment): Cast sizeof expression (used as field | Jim Meyering | |
width argument) to `int'. | |||
2002-04-28 | (PIDSTR_DECL_AND_INIT): Cast ut_pid value to int. | Jim Meyering | |
2002-04-28 | . | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | (jm_MACROS): Remove use of AC_FUNC_STRNLEN. | Jim Meyering | |
2002-04-28 | Add jm_PREREQ_STRNLEN. | Jim Meyering | |
Use AC_FUNC_STRNLEN here instead. | |||
2002-04-28 | Don't AC_REQUIRE([AC_PROG_CC_STDC]). | Jim Meyering | |
With autoconf-2.53a, it's part of AC_PROG_CC. | |||
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | Don't include xalloc.h. | Jim Meyering | |
It's already included via system.h. | |||
2002-04-28 | . | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | Change `@code{PROG}' to `@command{PROG}'. | Jim Meyering | |
2002-04-28 | Change @code{PROG} to @command{PROG} for the fileutils. | Jim Meyering | |
2002-04-28 | Begin changing @code{PROG} to @command{PROG}. | Jim Meyering | |
2002-04-28 | Use @command{(un)?link}, not @code{...} where appropriate | Jim Meyering | |
2002-04-28 | Rewrite from scratch. Support everything | Jim Meyering | |
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. | |||
2002-04-28 | . | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | (jm_PREREQ): Add jm_PREREQ_SIG2STR. | Jim Meyering | |
2002-04-28 | (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str). | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | Remove definition of unused WTERMSIG. | Jim Meyering | |
2002-04-28 | New file: from Paul Eggert. | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | (libfetish_a_SOURCES): Add sig2str.h. | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | (kill invocation): Document the above. | Jim Meyering | |
Document POSIX signals better. | |||
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | Avoid new warnings from gcc. | Jim Meyering | |
[struct COLUMN] <name>: Declare member to be const. (init_fps): Declare local variable `firstname' to be const. | |||
2002-04-28 | . | Jim Meyering | |
2002-04-28 | *** empty log message *** | Jim Meyering | |
2002-04-28 | (integer_expected_error): Add `const' to paramater | Jim Meyering | |
declarations to avoid new warning from gcc. | |||
2002-04-28 | (test_syntax_error): Add `const' to paramater | Jim Meyering | |
declarations to avoid new warning from gcc. | |||
2002-04-27 | (cycle_check): Add a comment. | Jim Meyering | |
2002-04-27 | (cycle_check): New function containing code factored | Jim Meyering | |
out of remove_dir. The sole difference is that upon detecting a cycle, rm now dies unconditionally. Before, in interactive mode, it would ask the user whether to continue. (remove_dir): Call cycle_check. | |||
2002-04-25 | *** empty log message *** | Jim Meyering | |
2002-04-25 | (usage): Adjust ordering to match that of default output. | Jim Meyering | |
2002-04-25 | *** empty log message *** | Jim Meyering | |
2002-04-25 | remove comment for reverted change | Jim Meyering | |