summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-03(print_uptime): Fix last change so that we use ngettext properly.Jim Meyering
2002-05-03(print_uptime): Use ngettext for day/days and user/users.Jim Meyering
Suggestion from Karl Eichwalder.
2002-05-03*** empty log message ***Jim Meyering
2002-05-03*** empty log message ***Jim Meyering
2002-05-03(usage): Add a little to the description of --list.Jim Meyering
Uncapitalize first word and remove period at end of each one line option description.
2002-05-03*** empty log message ***Jim Meyering
2002-05-03(usage): Tweak description of --users.Jim Meyering
From Karl Eichwalder.
2002-05-01*** empty log message ***Jim Meyering
2002-05-01.Jim Meyering
2002-05-01.Jim Meyering
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-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