summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-27Use @acronym in place of most uses of @sc.Jim Meyering
2002-05-27(check-texinfo): Adapt to reflect that now we use @acronym{POSIX}.Jim Meyering
2002-05-27*** empty log message ***Jim Meyering
2002-05-27(AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace localtime.Jim Meyering
2002-05-27*** empty log message ***Jim Meyering
2002-05-27Fix a problem seen only on nonconforming systems whereby ls.c'sJim Meyering
use of localtime, and then of gettimeofday would cause trouble: the localtime call used to initialize rpl_gettimeofday's save mechanism would clobber ls's current local time information so that in any long listing the first file would always be listed with date 1970-01-01. Analysis by Volker Borchert. (localtime): Undefine. (rpl_localtime): New function.
2002-05-27*** empty log message ***Jim Meyering
2002-05-27(jm_FUNC_READDIR): Undefine `rmdir' so we don't try toJim Meyering
use the replacement function; it wouldn't resolve at link time. Reported by Volker Borchert.
2002-05-26*** empty log message ***Jim Meyering
2002-05-26Use @acronym in place of most uses of @sc.Jim Meyering
2002-05-25fix typo: s/S_TYPEISTMO/S_TYPEISMQ/Jim Meyering
2002-05-25fix typoJim Meyering
2002-05-25remove typoJim Meyering
2002-05-24Adapt for changed format of --verbose output.Jim Meyering
2002-05-24.Jim Meyering
2002-05-24*** empty log message ***Jim Meyering
2002-05-24*** empty log message ***Jim Meyering
2002-05-24renamed from niceJim Meyering
2002-05-24*** empty log message ***Jim Meyering
2002-05-24*** empty log message ***Jim Meyering
2002-05-24(validate_path): Compare the result of the function --Jim Meyering
not its (constant) address -- against zero.
2002-05-24test for fix in 2.0.13Jim Meyering
2002-05-24*** empty log message ***Jim Meyering
2002-05-23.Jim Meyering
2002-05-22tweak for new diagnosticsJim Meyering
add a nonempty file
2002-05-22Include "file-type.h", etc.Jim Meyering
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