summaryrefslogtreecommitdiff
path: root/tests/du
AgeCommit message (Collapse)Author
2006-08-22* aclocal.m4, config.hin, configure:Paul Eggert
Remove from CVS, since ./bootstrap generates them automatically. * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log. Remove more-specific entries. This catches files like configure.lineno. * man/.cvsignore: Add Makefile.in. * src/.cvsignore: Add Makefile.in. Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c. For .cvsignore file under the tests directory: Add Makefile.in. Sort entries if necessary. Remove *.I, *.E, *.X, *.O, *-tests, build-script, mk-script if they're never created in this directory. * build-aux/.cvsignore: New file. * doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf, coreutils.ps, coreutils.tps. Remove coreutils.cm (dunno what it is, but the makefile doesn't mention it). Remove coreutils.info as it is subsumed by coreutils.info*. * lib/.cvsignore: Add Makefile.in, getdate.tab.h. Remove stat.c, sysexit.h. * m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4, inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4, lock.m4, printf-posix.m4, same-inode.m4, size_max.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4. Many of these are put in automatically by ../bootstrap, but that's a bootstrap bug that I plan to fix shortly. * po/.cvsignore: More ../bootstrap-related fixes, plus remove old cruft. Add *.po, LINGUAS, Makevars. Remove *.cat, *.msg, cat-id-dbl.c, messages.mo, stamp-cat-id.
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-08-19.Jim Meyering
2006-08-19* NEWS: Fix cp --sparse so that it preserves tail-end sparseness, evenJim Meyering
when the file's apparent size is not a multiple of its block size. * src/copy.c (copy_reg): Don't write a NUL before calling ftruncate. For some file sizes, writing that single byte would unnecessarily waste a few file blocks. That write may have been necessary in the early days of Linux, but now, removing it should be safe. Based on a patch by Alan Curry: <http://bugs.debian.org/370792> * tests/cp/sparse: New test for the above. * tests/cp/Makefile.am (TESTS): Add sparse. * tests/sparse-file: New file, essence factored out of... * tests/du/8gb: ... here. Use the new script.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-08-15.Jim Meyering
2006-08-09Regenerate.Paul Eggert
2006-08-09Regenerate.Paul Eggert
2006-07-17Regenerate.Paul Eggert
2006-07-09Regenerate.Paul Eggert
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-06-14tests/du/basic: Revamp not to hard-code file system block sizes.Jim Meyering
2006-06-12tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from ↵Jim Meyering
test.
2006-05-11Avoid harmless `ambiguous redirect' diagnostic.Jim Meyering
2006-05-06.Jim Meyering
2006-04-12Do not assume that 'sed' can handle long, newline-free input.Paul Eggert
Evaluate expr once, not $n times.
2006-04-12Solaris 8 sh doesn't understand "if !". Do not assume that 'sed' canPaul Eggert
handle long, newline-free input.
2006-03-26.Jim Meyering
2006-03-12.Jim Meyering
2006-02-20.Jim Meyering
2006-02-14fix typo in diagnosticJim Meyering
2006-01-18(TESTS): Add long-from-unreadable.Jim Meyering
2006-01-17.Jim Meyering
2006-01-17New test, to exercise one small corner of fts.c.Jim Meyering
2006-01-12Adjust not to hard-code the expectedJim Meyering
diagnostic corresponding to ELOOP. Solaris' diagnostic differs from that of Linux/libc. Reported by Paul Eggert.
2006-01-12Create final file *after* the loop.Jim Meyering
2006-01-12Create file at end of symlink chain.Jim Meyering
2006-01-12skip the test on a system that can handle this many symlinks in a file name,Jim Meyering
2006-01-12.Jim Meyering
2006-01-12whoops. traps were commented out.Jim Meyering
2006-01-11Test for today's fts.c bug fix.Jim Meyering
2006-01-11(TESTS): Add long-sloop.Jim Meyering
2006-01-04.Jim Meyering
2006-01-04change comments and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-03Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2005-12-21.Jim Meyering
2005-12-17.Jim Meyering
2005-12-15.Jim Meyering
2005-12-03.Jim Meyering
2005-11-22.Jim Meyering
2005-11-12s/expensive/very expensive/ in a comment.Jim Meyering
2005-11-04.Jim Meyering
2005-11-04fix typo in commentJim Meyering
2005-11-04mark this as a very-expensive testJim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2005-11-04Test for a bug that bites at least on AIX 5.1 systems.Jim Meyering
2005-10-23.Jim Meyering
2005-09-23.Jim Meyering
2005-09-22.Jim Meyering
2005-09-22Regenerate.Paul Eggert