summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-22*** empty log message ***Jim Meyering
2002-05-22*** empty log message ***Jim Meyering
2002-05-22.Jim Meyering
2002-05-22(libfetish_a_SOURCES): Add file-type.c and file-type.h.Jim Meyering
2002-05-22*** empty log message ***Jim Meyering
2002-05-22(S_ISREG, S_ISDIR): Define if not already defined.Jim Meyering
(S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Likewise.
2002-05-22(file_type): New file/function. Extracted from diffutils.Jim Meyering
2002-05-22*** empty log message ***Jim Meyering
2002-05-22[struct dummy]: Renamed. Don't rely on portability ofJim Meyering
zero-length arrays. Instead, use sizes of -1 or +1.
2002-05-21*** empty log message ***Jim Meyering
2002-05-21(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR): Define here instead.Jim Meyering
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-14This 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-13undo last delta -- it belongs on the no-recursion branchJim Meyering
2002-05-13.Jim Meyering
2002-05-12*** empty log message ***Jim Meyering
2002-05-03Add 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-30Upgrade to version used in GNU Diffutils 2.8.1.Jim Meyering
2002-04-29*** empty log message ***Jim Meyering