Age | Commit message (Expand) | Author |
2007-08-29 | Ensure that TMPDIR is valid. Otherwise, it would cause test failures. | Jim Meyering |
2007-08-29 | Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1. | Jim Meyering |
2007-08-28 | * src/test.c (usage): Say that [ honors --help and --version, but test does not. | Jim Meyering |
2007-08-28 | By default, do not install hostname anymore; no kidding, this time. | Jim Meyering |
2007-08-28 | Reflect renaming: mreadlink-with-size -> areadlink-with-size. | Jim Meyering |
2007-08-28 | Add file system type names and magic numbers from "man 2 statfs". | Jim Meyering |
2007-08-27 | Add some file system type names and magic numbers from glibc. | Jim Meyering |
2007-08-26 | tests/misc/fold: Fix a typo: missing \ in a never-seen diagnostic | Jim Meyering |
2007-08-25 | * src/dircolors.hin: Add .dz and .svgz as archive suffixes. | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-08-25 | bootstrap: Ignore more. | Jim Meyering |
2007-08-24 | No longer version-control .???ignore files in lib/, m4/, and po/. | Jim Meyering |
2007-08-24 | bootstrap: when fetching .po files, do not remove .gmo files. | Jim Meyering |
2007-08-24 | Create .gitignore and/or .cvsignore from scratch, if absent. | Jim Meyering |
2007-08-24 | * src/system.h (fseeko, ftello): Remove now-unneeded definitions. | Jim Meyering |
2007-08-24 | * src/od.c (LDBL_DIG): Remove now-unneeded definition. | Jim Meyering |
2007-08-24 | Arrange to use tag names like vM.N, rather than COREUTILS-M_N. | Jim Meyering |
2007-08-23 | * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. | Jim Meyering |
2007-08-23 | Don't let ln be a party to destroying user data. | Jim Meyering |
2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering |
2007-08-23 | bootstrap: generate more names and fix a bug | Jim Meyering |
2007-08-23 | * Makefile.maint (patch-check): Don't remove temporaries upon failure. | Jim Meyering |
2007-08-22 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering |
2007-08-22 | Change "rm --verbose -r a//" not to print extra slashes in a///b | Jim Meyering |
2007-08-22 | Don't include "getline.h". | Jim Meyering |
2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering |
2007-08-21 | By default, do not install hostname anymore. | Jim Meyering |
2007-08-21 | Clarify touch documentation of file arguments. | Bob Proulx |
2007-08-20 | NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0. | Paul Eggert |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
2007-08-18 | Use new "idcache.h" header. | Jim Meyering |
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering |
2007-08-16 | Consolidate od tests. | Jim Meyering |
2007-08-16 | * tests/ls/time-1: Include sample-test boilerplate code. | Jim Meyering |
2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering |
2007-08-15 | * src/printf.c (usage): Adjust summary to also mention OPTIONs. | Jim Meyering |
2007-08-14 | Add tests for the just-fixed "od -j N FILE" bug. | Jim Meyering |
2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert |
2007-08-05 | Encapsulate a static variable. | Jim Meyering |
2007-08-04 | Exercise xstrtol's diagnostics via pr's --pages option. | Jim Meyering |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert |
2007-08-02 | Adjust one more test to accommodate the recent fts change. | Jim Meyering |
2007-08-02 | Adjust the other two "no-x" tests and unify all three. | Jim Meyering |
2007-08-02 | Adapt du's no-x test not to fail on older Linux systems. | Jim Meyering |
2007-07-31 | du: print size (probably incomplete) of each inaccessible directory | Jim Meyering |
2007-07-31 | Add a test for du not counting size of inaccessible directories. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-26 | sort: Improve sort --random-sort test. | Bob Proulx |
2007-07-24 | sort: add a test to exercise the affected code. | Jim Meyering |