Age | Commit message (Expand) | Author |
2008-01-10 | * README-hacking: Add Git to the list of required tools. | Jim Meyering |
2008-01-09 | Fix a minor race condition when using cp -p --parents. | Paul Eggert |
2008-01-08 | parent-perm: avoid a bizarre test failure. | Jim Meyering |
2008-01-08 | Remove uses of now-undefined Makefile variable. | Jim Meyering |
2008-01-07 | cp (but not copy.c): plug a small leak. | Jim Meyering |
2008-01-07 | Make a racy test failure less likely to happen. | Jim Meyering |
2008-01-07 | NEWS: Mention the cp bug fix. | Jim Meyering |
2008-01-07 | cp --parents: don't use uninitialized memory when restoring permissions | Jan Blunck |
2008-01-07 | cp: add a test for today's bug fix. | Jim Meyering |
2008-01-06 | touch: add a test for today's change. | Jim Meyering |
2008-01-06 | touch: ignore "-d now" option, when appropriate | Paul Eggert |
2008-01-06 | Avoid tr case-conversion failure in some locales. | Jim Meyering |
2008-01-02 | * .gitignore: Ignore lzma-compressed files, too. | Jim Meyering |
2008-01-02 | Update copyright date. | Jim Meyering |
2007-12-31 | Add a syntax check, so this doesn't recur. Reorganize existing checks. | Jim Meyering |
2007-12-31 | doc: Put braces around multi-digit exponents. | Jim Meyering |
2007-12-30 | * src/dircolors.hin (TERM): Add gnome-256color. | Mike Frysinger |
2007-12-21 | doc/coreutils.texi: Fix a typo. Avoid the term `relationals'. | Ralf Wildenhues |
2007-12-20 | Use comma-separated list in ./configure --help output. | Jim Meyering |
2007-12-20 | Avoid another "make check" failure due to omitted programs. | Jim Meyering |
2007-12-20 | Avoid spurious "make check" failures due to omitted programs. | Jim Meyering |
2007-12-19 | Improve wording in uniq's --help "Note". | Paul Eggert |
2007-12-18 | * src/uniq.c (usage): Say "key-selection", not "field-selection". | Jim Meyering |
2007-12-18 | Note that sorting uniq's input is often useful. | Jim Meyering |
2007-12-15 | Version 6.9.91. | Jim Meyering |
2007-12-15 | * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. | Jim Meyering |
2007-12-12 | * tests/mv/part-symlink: Redirect diff output to stderr. | Jim Meyering |
2007-12-11 | Add a test to exercise today's bug fix. | Jim Meyering |
2007-12-11 | "ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given. | Paul Eggert |
2007-12-11 | * NEWS: Add the "Bug fixes" heading. | Jim Meyering |
2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering |
2007-12-08 | * src/c99-to-c89.diff: Adjust shred.c offsets. | Jim Meyering |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-12-02 | Copy a .po file into place also when the target doesn't exist. | Jim Meyering |
2007-12-02 | Make my-distcheck depend on "check". | Jim Meyering |
2007-12-02 | * NEWS: Add the usual "Noteworthy changes in release 6.9.91..." line. | Jim Meyering |
2007-12-02 | Remove just-installed su, if unable to make it set-UID root. | Jim Meyering |
2007-12-02 | Make test script, existing-perm-race, executable. | Bob Proulx |
2007-12-01 | Version 6.9.90. | Jim Meyering |
2007-12-01 | NEWS: Remove the now-untrue statement about cp vs. dangling symlinks | Jim Meyering |
2007-12-01 | Change release procedure: tag *before* running e.g., "make stable". | Jim Meyering |
2007-12-01 | * Makefile.maint (vc-tag-check): Correct check for existing git tag. | Jim Meyering |
2007-12-01 | Defer NEWS and ChangeLog checks until after the version-changing tag. | Jim Meyering |
2007-12-01 | * NEWS: Mention some of the SELinux changes. | Jim Meyering |
2007-12-01 | TODO: Add entries (documentation needed); remove the "add mktemp program" one. | Jim Meyering |
2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering |
2007-12-01 | Change comments: say bug present up to coreutils-6.9, not fixed in 6.10. | Jim Meyering |
2007-12-01 | Add a test for cp -p and existing file permissions. | Paul Eggert |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-30 | Avoid a spurious test failure when build directory is set-GID. | Jim Meyering |