Age | Commit 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-21 | Remove 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, even | Jim 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-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2006-08-15 | . | Jim Meyering | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-07-17 | Regenerate. | Paul Eggert | |
2006-07-09 | Regenerate. | 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-14 | tests/du/basic: Revamp not to hard-code file system block sizes. | Jim Meyering | |
2006-06-12 | tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from ↵ | Jim Meyering | |
test. | |||
2006-05-11 | Avoid harmless `ambiguous redirect' diagnostic. | Jim Meyering | |
2006-05-06 | . | Jim Meyering | |
2006-04-12 | Do not assume that 'sed' can handle long, newline-free input. | Paul Eggert | |
Evaluate expr once, not $n times. | |||
2006-04-12 | Solaris 8 sh doesn't understand "if !". Do not assume that 'sed' can | Paul Eggert | |
handle long, newline-free input. | |||
2006-03-26 | . | Jim Meyering | |
2006-03-12 | . | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-14 | fix typo in diagnostic | Jim Meyering | |
2006-01-18 | (TESTS): Add long-from-unreadable. | Jim Meyering | |
2006-01-17 | . | Jim Meyering | |
2006-01-17 | New test, to exercise one small corner of fts.c. | Jim Meyering | |
2006-01-12 | Adjust not to hard-code the expected | Jim Meyering | |
diagnostic corresponding to ELOOP. Solaris' diagnostic differs from that of Linux/libc. Reported by Paul Eggert. | |||
2006-01-12 | Create final file *after* the loop. | Jim Meyering | |
2006-01-12 | Create file at end of symlink chain. | Jim Meyering | |
2006-01-12 | skip the test on a system that can handle this many symlinks in a file name, | Jim Meyering | |
2006-01-12 | . | Jim Meyering | |
2006-01-12 | whoops. traps were commented out. | Jim Meyering | |
2006-01-11 | Test 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-04 | change comments and temp file name: s/openat/fdopendir/ | Jim Meyering | |
2006-01-03 | Also allow a slightly different diagnostic -- the | Jim 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-12 | s/expensive/very expensive/ in a comment. | Jim Meyering | |
2005-11-04 | . | Jim Meyering | |
2005-11-04 | fix typo in comment | Jim Meyering | |
2005-11-04 | mark this as a very-expensive test | Jim Meyering | |
2005-11-04 | (TESTS): Add 2g. | Jim Meyering | |
2005-11-04 | Test 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-22 | Regenerate. | Paul Eggert | |