summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-03-17(fchown): Put function type on its own line.Jim Meyering
2003-03-16*** empty log message ***Jim Meyering
2003-03-16(rm): Put two local variables in static storage,Jim Meyering
so they can't be clobbered by the potential longjmp.
2003-03-15.Jim Meyering
2003-03-15.Jim Meyering
2003-03-15*** empty log message ***Jim Meyering
2003-03-15*** empty log message ***Jim Meyering
2003-03-15(gnu_rel_host): Define in terms of $(RELEASE_TYPE) instead.Jim Meyering
2003-03-15remove unnecessary trailing backslashJim Meyering
2003-03-15(gnu_rel_host): Fix code to match the commentJim Meyering
so that a version number with a two-digit component can still count as an alpha release.
2003-03-14*** empty log message ***Jim Meyering
2003-03-14(jm_PREREQ): Also forbid the gl_[A-Z] prefix.Jim Meyering
Don't require jm_PREREQ_C_STACK.
2003-03-14*** empty log message ***Jim Meyering
2003-03-14(libfetish_a_SOURCES): Remove unused files: c-stack.c, c-stack.h.Jim Meyering
2003-03-14remove ansi2knr junkJim Meyering
2003-03-14*** empty log message ***Jim Meyering
2003-03-14*** empty log message ***Jim Meyering
2003-03-14(AUTOMAKE_OPTIONS): Remove definition --Jim Meyering
before it pointed to ../src/ansi2knr.
2003-03-14*** empty log message ***Jim Meyering
2003-03-14.Jim Meyering