summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2003-03-06*** empty log message ***Jim Meyering
2003-03-06Fix a bug that causes du to dump core on 64-bit systems.Jim Meyering
(ftw_startup): Declare `func' parameter to be of type NFTW_FUNC_T, not void* which may be smaller on 64-bit systems. Remove now-unnecessary cast. (FTW_NAME): Cast func argument to type `NFTW_FUNC_T'.
2003-03-05*** empty log message ***Jim Meyering
2003-03-05(ARRAY_SIZE): Define it.Jim Meyering
2003-03-05commentsJim Meyering
2003-03-05commentsJim Meyering
2003-03-04.Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04(CLEANUP_CWD): Call error here, now that restore_cwd no longer does it.Jim Meyering
2003-03-04(restore_cwd): Update prototype.Jim Meyering
2003-03-04(restore_cwd): Remove two parameters.Jim Meyering
Simplify. Don't call error upon failure. Let callers do that. (save_cwd): Mention that Irix 5.3 has the same problem as SunOS4 when auditing is enabled. But don't bother updating the #if.
2003-03-04.Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04Improve comment.Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-02*** empty log message ***Jim Meyering
2003-03-02.Jim Meyering
2003-02-28(ftw_startup): Return -1 if alloca fails.Jim Meyering
2003-02-28*** empty log message ***Jim Meyering
2003-02-28(fts_children): If opening `.' fails, set the fts_childJim Meyering
member to NULL before returning. From NetBSD.
2003-02-28*** empty log message ***Jim Meyering