Age | Commit 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 one | Jim 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-15 | remove unnecessary trailing backslash | Jim Meyering | |
2003-03-15 | (gnu_rel_host): Fix code to match the comment | Jim 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-14 | remove ansi2knr junk | Jim 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 particular | Jim 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-14 | Include "xalloc.h". | Jim Meyering | |
2003-03-14 | *** empty log message *** | Jim Meyering | |
2003-03-14 | Merge 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-14 | bump to 4.5.11 | Jim 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-14 | Relax the test for the `local'ness of a file system, | Jim Meyering | |
so that now it works also for tmpfs. | |||
2003-03-14 | Transform output from first du, so that this | Jim Meyering | |
test doesn't fail on file systems like tmpfs that order directory entries differently. | |||
2003-03-14 | sort du output, in case f1 and f2 are listed in a different order | Jim Meyering | |
2003-03-14 | reformat a little | Jim Meyering | |
2003-03-13 | . | Jim Meyering | |
2003-03-13 | *** empty log message *** | Jim Meyering | |
2003-03-13 | Work around what appears to be an NFS failure that | Jim Meyering | |
would make this test fail on some systems. |