summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-01*** empty log message ***Jim Meyering
2002-05-01*** empty log message ***Jim Meyering
2002-05-01*** empty log message ***Jim Meyering
2002-04-30*** empty log message ***Jim Meyering
2002-04-30(jm_PREREQ): Add jm_PREREQ_STAT.Jim Meyering
2002-04-30*** empty log message ***Jim Meyering
2002-04-30(keycompare, compare): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).Jim Meyering
(hard_LC_COLLATE): Define even if ! ENABLE_NLS. (main): Always initialize hard_LC_COLLATE. Put initialization next to other locale-related stuff. Include <langinfo.h> even if ! ENABLE_NLS. (decimal_point, th_sep): Depend on HAVE_SETLOCALE, not ENABLE_NLS. (main): Likewise. (MONTHTAB_CONST): Remove; all uses removed. (struct_month_cmp, inittables): Do not depend on ENABLE_NLS. (main): hard_LC_TIME locale does not depend on ENABLE_NLS.
2002-04-30(keycmp): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).Jim Meyering
(hard_LC_COLLATE): Define even if ! ENABLE_NLS. (main): Always initialize hard_LC_COLLATE. Put initialization next to other locale-related stuff.
2002-04-30(compare_files): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).Jim Meyering
(hard_LC_COLLATE): Define even if ! ENABLE_NLS. (main): Always initialize hard_LC_COLLATE. Put initialization next to other locale-related stuff.
2002-04-30(HAVE_SETLOCALE): Define to 0 if not defined.Jim Meyering
2002-04-30*** empty log message ***Jim Meyering
2002-04-30*** empty log message ***Jim Meyering
2002-04-30(jm_PREREQ_HARD_LOCALE): Check for stdlib.h.Jim Meyering
Do not check for alloca.h (no longer used) or stdbool.h (was never used?). Add AM_C_PROTOTYPES since hard-locale.h uses it.
2002-04-30*** empty log message ***Jim Meyering
2002-04-30Upgrade to version used in GNU Diffutils 2.8.1.Jim Meyering
2002-04-29*** empty log message ***Jim Meyering
2002-04-29(tail_forever): Do not treatJim Meyering
max_n_unchanged_stats_between_opens specially (as if it were infinite) if it has its maximal value. Similarly for max_n_consecutive_size_changes_between_opens.
2002-04-29*** empty log message ***Jim Meyering
2002-04-29(parse_obsolescent_option): Do not limit the maximumJim 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-29Do not include <sys/wait.h>; no longer needed.Jim Meyering
2002-04-29(SIGNUM_BOUND): Do not use WTERMSIG, to avoidJim 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-28add comment for prev changeJim Meyering
2002-04-28(make_id_equals_comment): Cast sizeof expression (used as fieldJim 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-28Add jm_PREREQ_STRNLEN.Jim Meyering
Use AC_FUNC_STRNLEN here instead.
2002-04-28Don'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-28Don'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-28Change `@code{PROG}' to `@command{PROG}'.Jim Meyering
2002-04-28Change @code{PROG} to @command{PROG} for the fileutils.Jim Meyering
2002-04-28Begin changing @code{PROG} to @command{PROG}.Jim Meyering
2002-04-28Use @command{(un)?link}, not @code{...} where appropriateJim Meyering
2002-04-28Rewrite from scratch. Support everythingJim 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-28Remove definition of unused WTERMSIG.Jim Meyering
2002-04-28New file: from Paul Eggert.Jim Meyering