summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-03-14*** empty log message ***Jim Meyering
2003-03-14(prev_version_file): Don't use ?= for this particularJim Meyering
assignment, since it causes trouble with old versions of GNU make (e.g. 3.76.1). The other uses of `?=' are inoffensive. Details here. http://mail.gnu.org/archive/html/bug-coreutils/2003-03/msg00028.html Patch from Alexandre Duret-Lutz.
2003-03-14*** empty log message ***Jim Meyering
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-14.Jim Meyering
2003-03-14[from gnulib]Jim Meyering
(m4_quote): New macro. (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
2003-03-14bump to 4.5.11Jim Meyering
2003-03-14(main): Label the compressed source URLs.Jim Meyering
2003-03-14.Jim Meyering
2003-03-14.Jim Meyering
2003-03-14*** empty log message ***Jim Meyering
2003-03-14Relax the test for the `local'ness of a file system,Jim Meyering
so that now it works also for tmpfs.
2003-03-14Transform output from first du, so that thisJim Meyering
test doesn't fail on file systems like tmpfs that order directory entries differently.
2003-03-14sort du output, in case f1 and f2 are listed in a different orderJim Meyering
2003-03-14reformat a littleJim Meyering
2003-03-13.Jim Meyering
2003-03-13*** empty log message ***Jim Meyering
2003-03-13Work around what appears to be an NFS failure thatJim Meyering
would make this test fail on some systems.