Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-21 | (S_ISLNK, S_ISFIFO S_ISSOCK S_ISCHR S_ISBLK S_ISDOOR): Remove definitions. | Jim Meyering | |
2002-05-21 | . | Jim Meyering | |
2002-05-21 | . | Jim Meyering | |
2002-05-21 | (TESTS): Add rm1, rm2, rm3, rm4. | Jim Meyering | |
2002-05-21 | . | Jim Meyering | |
2002-05-14 | *** empty log message *** | Jim Meyering | |
2002-05-14 | This bug was introduced with my change of 2000-10-22 (textutils-2.0.8). | Jim Meyering | |
(ulonglong_t): Move declaration to precede new use. [enum size_spec] (N_SIZE_SPECS): New member. (width_bytes): Add initializer corresponding to ulonglong_t type. (struct assert_width_bytes_matches_size_spec_decl): Declare. Based on a patch from Tony Kocurko. | |||
2002-05-14 | *** empty log message *** | Jim Meyering | |
2002-05-13 | undo last delta -- it belongs on the no-recursion branch | Jim Meyering | |
2002-05-13 | . | Jim Meyering | |
2002-05-12 | *** empty log message *** | Jim Meyering | |
2002-05-03 | Add FIXME comment. | Jim Meyering | |
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-30 | Upgrade 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 treat | Jim 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 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'. |