summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-19*** empty log message ***Jim Meyering
2003-03-19DJGPP doesn't have S_ISLNK, so provide a replacement.Jim Meyering
(S_IFMT): Define, if necessary. [STAT_MACROS_BROKEN]: Undefine S_ISLNK. (S_ISLNK): Define, if necessary.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Include $(EXEEXT) in OPTIONAL_BIN_PROGS'Jim Meyering
program names, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. From Rich Dawe.
2003-03-19.Jim Meyering
2003-03-19(jm_MACROS): Include $(EXEEXT) in DF_PROG's programJim Meyering
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. Arrange to compile the corresponding stub function if fchdir is missing.
2003-03-19New file: trivial stub for fchdir.Jim Meyering
From Rich Dawe.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Unset CDPATH. Otherwise, having theJim Meyering
CDPATH shell variable set could cause this test to fail.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Remove uses of `PARAMS'.Jim Meyering
2003-03-19(PARAMS): Remove definition and uses.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Don't define __const.Jim Meyering
(fnmatch): Use const, not __const in prototype.
2003-03-19revert last changeJim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-18.Jim Meyering
2003-03-18*** empty log message ***Jim Meyering
2003-03-18*** empty log message ***Jim Meyering
2003-03-18Remove lib/c-stack.c.Jim Meyering
2003-03-18.Jim Meyering
2003-03-18(read_filesystem_list) [MOUNTED_VMOUNT]: Detect anyJim Meyering
error from mntctl. Use mntctl's return value to drive the entry-processing loop, since we can't rely on the value of the vmt_length member in the last entry. On some systems doing so could result in an infinite loop. Based in part on a patch from Mike Jetzer.
2003-03-18*** empty log message ***Jim Meyering
2003-03-18(jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNTJim Meyering
test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 systems would end up using the latter. MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting whether a file system is remote doesn't work 2) the MOUNTED_VMOUNT code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports merely /MOUNT_POINT. Reported by Mike Jetzer.
2003-03-18undo mountlist.h changeJim Meyering
2003-03-18undo last changeJim Meyering
2003-03-18.Jim Meyering
2003-03-18(excluded_filename): Define and use typedef toJim Meyering
avoid type mismatch in conditional expression.
2003-03-18*** empty log message ***Jim Meyering
2003-03-18(ME_REMOTE): Recognize as remote any file systemJim Meyering
that has an Fs_type with the `nfs' (any case) prefix. This is necessary at least for AIX 5.1 when it uses the MOUNTED_GETMNTENT1 code. Reported by Mike Jetzer.
2003-03-18.Jim Meyering
2003-03-18(quote_n): Fix typo in comment.Jim Meyering
2003-03-18*** empty log message ***Jim Meyering
2003-03-18[struct Word] (paren, period, punct, final): Change theJim Meyering
type of each member from bool <MEMBER>:1 to unsigned int <MEMBER>:1. AIX 5.1's xlc could not compile the former.
2003-03-18*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17(raise): Rename from rpl_raise.Jim Meyering
Without that change, systems lacking raise (SunOS4) would not be able to link programs using raise. Reported by Volker Borchert.
2003-03-17*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17(FTW_STAT): Rename from `STAT', to avoid conflictJim Meyering
with STAT definition from <sys/dir.h> on AIX 5.1.
2003-03-17*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17(UTILS_FUNC_DIRFD): Test the cache variable, not oneJim Meyering
that is guaranteed to be `no'. Use `no_such_member' to indicate that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP.
2003-03-17*** empty log message ***Jim Meyering
2003-03-17(readlink): Put function type on its own line.Jim Meyering
2003-03-17(lstat): Put function type on its own line.Jim Meyering