summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-06-19*** empty log message ***Jim Meyering
2002-06-19Report an error if neither S_ISREG norJim Meyering
S_IFREG is defined, instead of using a test specific to glibc 2.2. This should be safe, since POSIX requires S_ISREG and Unix Version 7 had S_IFREG. We don't need to check for <sys/types.h> since we don't use any symbols that it defines.
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,Jim Meyering
so that each temporary file name is unique and valid in the first 8 characters, for operation under DOS.
2002-06-15(FILE_TYPE_H): Guard entire contents with #ifndef.Jim Meyering
For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> have been included before this file.
2002-06-15.Jim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined.Jim Meyering
2002-06-15(S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined.Jim Meyering
2002-06-14*** empty log message ***Jim Meyering
2002-06-14Use the version from diffutils-2.8.2.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-25fix typoJim Meyering
2002-05-25remove typoJim Meyering
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(file_type): New file/function. Extracted from diffutils.Jim Meyering
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-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.Jim Meyering
2002-04-28*** empty log message ***Jim Meyering
2002-04-28Remove definition of unused WTERMSIG.Jim Meyering
2002-04-28New file: from Paul Eggert.Jim Meyering
2002-04-28*** empty log message ***Jim Meyering
2002-04-28(libfetish_a_SOURCES): Add sig2str.h.Jim Meyering
2002-04-28*** empty log message ***Jim Meyering
2002-04-28.Jim Meyering
2002-04-25.Jim Meyering
2002-04-24*** empty log message ***Jim Meyering
2002-04-24filtered through cppiJim Meyering
2002-04-24*** empty log message ***Jim Meyering
2002-04-24(INCLUDES): Remove -I../intl.Jim Meyering
(libfetish_a_SOURCES): Add gettext.h.
2002-04-16*** empty log message ***Jim Meyering
2002-04-16(UT_TYPE): Remove definition (now in who.c).Jim Meyering
(HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define. (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
2002-04-12*** empty log message ***Jim Meyering
2002-04-12(dirfd): Elide prototype if dirfd is a macro.Jim Meyering
2002-04-12.Jim Meyering
2002-03-10.Jim Meyering
2002-03-10(make_path): Remove a comma from a diagnostic.Jim Meyering
2002-03-10.Jim Meyering
2002-03-08*** empty log message ***Jim Meyering
2002-03-08Mention that this wrapper is needed also on mips-dec-ultrix4.4 systems.Jim Meyering