| Age | Commit message (Expand) | Author | Lines |
| 2007-05-18 | * Makefile.maint (my-distcheck): Remove -pedantic from $(CFLAGS) | Jim Meyering | -1/+6 |
| 2007-05-15 | Generate a dozen test-related Makefile.am files at bootstrap-time. | Jim Meyering | -0/+24 |
| 2007-05-15 | * man/chmod.x: Document chmod's behavior with setuid and setgid bits. | Paul Eggert | -3/+33 |
| 2007-05-13 | Remove the generated tests/*/Makefile.am files from version control. | Jim Meyering | -1005/+41 |
| 2007-05-13 | Test uniq's new --zero-terminated (-z) option. | Jim Meyering | -3/+42 |
| 2007-05-13 | Add -z option to uniq. Originally proposed by Egmont Koblinger. | James Youngman | -9/+49 |
| 2007-05-07 | * NEWS: Mention that last week's tr bug dates back to 1992. | Jim Meyering | -1/+5 |
| 2007-05-04 | Avoid test failure when run with an unusual umask. | Jim Meyering | -1/+8 |
| 2007-05-04 | Avoid failure of root-only test when run with a restrictive umask. | Jim Meyering | -4/+10 |
| 2007-05-04 | tr -c: don't abort when translating with S2 larger than complement of S1 | Jim Meyering | -5/+20 |
| 2007-05-03 | Avoid test failure when run with a permissive umask. | Jim Meyering | -2/+9 |
| 2007-05-03 | The following commands and options now support the standard size | Paul Eggert | -33/+75 |
| 2007-05-02 | * src/du.c (usage): Tweak description of --dereference-args (-D) again. | Jim Meyering | -1/+5 |
| 2007-05-02 | Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm. | Jim Meyering | -3/+12 |
| 2007-04-28 | * src/nohup.c (usage): Describe how standard input and output are redirected. | Paul Eggert | -0/+33 |
| 2007-04-25 | Add "runcon" to .cvsignore and .gitignore files. | Jim Meyering | -1/+3 |
| 2007-04-25 | * src/du.c (usage): Clarify description of --dereference-args (-D). | Jim Meyering | -1/+4 |
| 2007-04-25 | * bootstrap.conf (gnulib_modules): Add autobuild. | Jim Meyering | -35/+10 |
| 2007-04-25 | * bootstrap.conf (gnulib_modules): Add fseeko and ftello. | Jim Meyering | -2/+4 |
| 2007-04-25 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+2 |
| 2007-04-25 | * bootstrap.conf (gnulib_modules): Add fseeko. | Jim Meyering | -1/+7 |
| 2007-04-25 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+2 |
| 2007-04-24 | * THANKS: Add Andreas Frische. | Jim Meyering | -0/+25 |
| 2007-04-24 | ls --color once again colors dangling symlinks correctly | Eric Blake | -1/+8 |
| 2007-04-16 | cut synopsis: fix coreutils.texi, too. | Jim Meyering | -1/+8 |
| 2007-04-16 | * src/cut.c (usage): Adjust synopsis to show that an OPTION is required. | Jim Meyering | -2/+7 |
| 2007-04-12 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+18 |
| 2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert | -2/+23 |
| 2007-04-10 | ls: don't form or compute the length of strings that won't be used. | Jim Meyering | -51/+64 |
| 2007-04-07 | Add a test for, and document, today's fix. | Jim Meyering | -2/+24 |
| 2007-04-07 | Fix a bug in how the LS_COLORS ln=target attribute is handled. | Eric Blake | -1/+8 |
| 2007-04-02 | * src/copy.c (copy_reg): Initialize local "con", before calling | Jim Meyering | -1/+7 |
| 2007-04-02 | * src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger: | Paul Eggert | -4/+75 |
| 2007-04-02 | gnulib moved md5 and sha1 modules into a new crypt/ directory; adapt | Paul Eggert | -3/+12 |
| 2007-03-30 | * NEWS: Mention these SELinux changes. | Jim Meyering | -0/+6 |
| 2007-03-30 | * ChangeLog-selinux: Remove file. | Jim Meyering | -208/+202 |
| 2007-03-29 | * src/runcon.c (main): Don't reorder arguments. Reported by | Jim Meyering | -2/+65 |
| 2007-03-29 | * src/runcon.c (main): Remove "." at end of a diagnostic. | Jim Meyering | -1/+5 |
| 2007-03-29 | Arrange for "make check-root" to run the new root-only test. | Jim Meyering | -17/+31 |
| 2007-03-29 | * src/runcon.c: New program. | Jim Meyering | -8/+293 |
| 2007-03-29 | Regenerate .cvsignore and .gitignore files. | Jim Meyering | -0/+4 |
| 2007-03-29 | mkfifo, mknod: Accept new "-Z, --context=C" option. | Jim Meyering | -4/+39 |
| 2007-03-29 | mkdir: Accept new "-Z, --context=C" option. | Jim Meyering | -2/+22 |
| 2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering | -19/+175 |
| 2007-03-29 | * src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define. | Jim Meyering | -0/+3 |
| 2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering | -15/+243 |
| 2007-03-29 | * tests/misc/selinux [VERBOSE]: Print version info for each | Jim Meyering | -0/+7 |
| 2007-03-29 | * src/c99-to-c89.diff: Remove the ls.c patch, now that I've | Jim Meyering | -20/+3 |
| 2007-03-29 | * src/chcon.c (usage): Split a string literal that was longer than 509. | Jim Meyering | -0/+4 |
| 2007-03-29 | * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext. | Jim Meyering | -3/+7 |