summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-03-18*** empty log message ***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-18undo mountlist.h changeJim Meyering
2003-03-18undo last changeJim 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-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(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(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-15.Jim Meyering
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(AUTOMAKE_OPTIONS): Remove definition --Jim Meyering
before it pointed to ../src/ansi2knr.
2003-03-14.Jim Meyering
2003-03-14.Jim Meyering
2003-03-14*** empty log message ***Jim Meyering
2003-03-14Include "xalloc.h".Jim Meyering
2003-03-14*** empty log message ***Jim Meyering
2003-03-14Merge changes from Bison.Jim Meyering
(__INT_TO_PTR) [__STDC__]: Cast result to (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5 when compiling Bison 1.875's `bitset bset = obstack_alloc (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
2003-03-13*** empty log message ***Jim Meyering
2003-03-13.Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Include <wchar.h>. Needed for UnixWare 7.1.1.Jim Meyering
Reported by John Hughes, see http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
2003-03-11*** empty log message ***Jim Meyering
2003-03-11(EXIT_FAILURE): Define if the system doesn't.Jim Meyering
Reported by Bruce Becker; see: http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
2003-03-10.Jim Meyering
2003-03-09Include "save-cwd.h".Jim Meyering
(ftw_startup): Avoid use of getcwd, if possible. Instead, use fopen/fchdir via save_cwd/restore_cwd.
2003-03-08.Jim Meyering
2003-03-08Don't use `defined' in a #define directive.Jim Meyering
2003-03-07.Jim Meyering
2003-03-07(libfetish_a_SOURCES): Remove mmap-stack.h.Jim Meyering
2003-03-07.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07#undef getcwd only after *all* included header files.Jim Meyering
Declare getcwd unconditionally.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07(same_name): Remove unnecessary inclusion of config.h.Jim Meyering
It also happened to lead to infinite recursion in getcwd.c. (PARAMS): Remove definition and use.
2003-03-06#undef getcwd before including system headers.Jim Meyering
This avoid a build failure on IRIX 6.5. Reported by Nelson Beebe.
2003-03-06*** empty log message ***Jim Meyering
2003-03-06[!HAVE_DECL_GETCWD]: Declare getcwd.Jim Meyering