summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-01*** empty log message ***Jim Meyering
2002-06-01Remove use of D_TYPE_IN_DIRENT, now that that symbol has been renamed.Jim Meyering
2002-06-01*** empty log message ***Jim Meyering
2002-06-01(jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:Jim Meyering
s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
2002-06-01*** empty log message ***Jim Meyering
2002-05-30*** empty log message ***Jim Meyering
2002-05-30(copy_reg): Use a temporary to avoid a warningJim Meyering
from gcc -W about comparison between signed and unsigned. (copy_internal): Likewise, but use a cast.
2002-05-29.Jim Meyering
2002-05-28more acronymsJim Meyering
2002-05-28*** empty log message ***Jim Meyering
2002-05-28(jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.Jim Meyering
2002-05-27use a better testJim Meyering
2002-05-27*** empty log message ***Jim Meyering
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