summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2003-03-13.Jim Meyering
2003-03-13*** empty log message ***Jim Meyering
2003-03-13tweak wordingJim Meyering
2003-03-13(shred invocation): Mention that --exactJim Meyering
is now the default for non-regular files.
2003-03-13*** empty log message ***Jim Meyering
2003-03-13*** empty log message ***Jim Meyering
2003-03-13.Jim Meyering
2003-03-13*** empty log message ***Jim Meyering
2003-03-13(jm_MACROS): Arrange to compile the corresponding stubJim Meyering
function if any of the following is missing: fchown, lstat, readlink. From Richard Dawe.
2003-03-12.Jim Meyering
2003-03-12*** empty log message ***Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Make the test file exactly 4k bytes long.Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11(longopts): Don't hard-code `2' here.Jim Meyering
Instead, just specify `&verbose', and ... (main): ... remove the `case 2:' block for --verbose.
2003-03-11*** empty log message ***Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Don't segfault for a negative field width or precision in format string.Jim Meyering
(UNSPECIFIED): Define. (print_direc): Use the special value, UNSPECIFIED, to indicate that field_width or precision has not been specified. (print_formatted): Fail if field_width or precision is the special value, UNSPECIFIED.
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Make the test larger than 64 bytes, so that we don'tJim Meyering
immediately disqualify file systems (e.g., NetApp) on which smaller files take up zero disk blocks.
2003-03-11*** empty log message ***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*** empty log message ***Jim Meyering
2003-03-10*** empty log message ***Jim Meyering
2003-03-10Add a test for the above-fixed bug.Jim Meyering