| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert | 3 | -31/+41 |
| 2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering | 4 | -11/+11 |
| 2007-06-16 | Make chgrp and chown diagnostics consistent. | Jim Meyering | 2 | -5/+5 |
| 2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert | 3 | -23/+60 |
| 2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering | 4 | -7/+4 |
| 2007-06-15 | Clarify what "cat" documentation means by "blank" lines. | Paul Eggert | 1 | -2/+2 |
| 2007-06-13 | rmdir: give better diagnostics | Jim Meyering | 1 | -5/+9 |
| 2007-06-13 | Don't include "quotearg.h" when it is not used. | Jim Meyering | 1 | -1/+0 |
| 2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering | 1 | -2/+18 |
| 2007-05-31 | * src/dircolors.hin: Add screen-256color. | Jim Meyering | 1 | -1/+2 |
| 2007-05-26 | wc: ignore multibyte-character decoding errors | James Youngman | 1 | -14/+5 |
| 2007-05-22 | cut: diagnose a range starting with 0 (-f 0-2) as invalid, and | Jim Meyering | 1 | -0/+2 |
| 2007-05-22 | "cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-" | Jim Meyering | 1 | -12/+19 |
| 2007-05-22 | stty: fix a harmless syntax nit | Jim Meyering | 1 | -4/+3 |
| 2007-05-22 | stty: diagnose an invalid hex value in 35-colon commmand-line argument | Jim Meyering | 1 | -28/+47 |
| 2007-05-19 | Rename uses of futimens -> gl_futimens; glibc now declares the former. | Jim Meyering | 2 | -3/+3 |
| 2007-05-13 | Remove the generated tests/*/Makefile.am files from version control. | Jim Meyering | 2 | -0/+2 |
| 2007-05-13 | Add -z option to uniq. Originally proposed by Egmont Koblinger. | James Youngman | 1 | -8/+15 |
| 2007-05-04 | tr -c: don't abort when translating with S2 larger than complement of S1 | Jim Meyering | 1 | -2/+1 |
| 2007-05-03 | The following commands and options now support the standard size | Paul Eggert | 4 | -16/+25 |
| 2007-05-02 | * src/du.c (usage): Tweak description of --dereference-args (-D) again. | Jim Meyering | 1 | -1/+2 |
| 2007-04-28 | * src/nohup.c (usage): Describe how standard input and output are redirected. | Paul Eggert | 1 | -0/+7 |
| 2007-04-25 | Add "runcon" to .cvsignore and .gitignore files. | Jim Meyering | 2 | -1/+3 |
| 2007-04-25 | * src/du.c (usage): Clarify description of --dereference-args (-D). | Jim Meyering | 1 | -1/+1 |
| 2007-04-24 | ls --color once again colors dangling symlinks correctly | Eric Blake | 1 | -1/+1 |
| 2007-04-16 | * src/cut.c (usage): Adjust synopsis to show that an OPTION is required. | Jim Meyering | 1 | -2/+2 |
| 2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert | 1 | -1/+5 |
| 2007-04-10 | ls: don't form or compute the length of strings that won't be used. | Jim Meyering | 1 | -51/+56 |
| 2007-04-07 | Fix a bug in how the LS_COLORS ln=target attribute is handled. | Eric Blake | 1 | -1/+2 |
| 2007-04-02 | * src/copy.c (copy_reg): Initialize local "con", before calling | Jim Meyering | 1 | -1/+1 |
| 2007-04-02 | * src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger: | Paul Eggert | 1 | -3/+3 |
| 2007-03-29 | * src/runcon.c (main): Don't reorder arguments. Reported by | Jim Meyering | 1 | -2/+2 |
| 2007-03-29 | * src/runcon.c (main): Remove "." at end of a diagnostic. | Jim Meyering | 1 | -1/+1 |
| 2007-03-29 | * src/runcon.c: New program. | Jim Meyering | 2 | -1/+252 |
| 2007-03-29 | mkfifo, mknod: Accept new "-Z, --context=C" option. | Jim Meyering | 3 | -4/+34 |
| 2007-03-29 | mkdir: Accept new "-Z, --context=C" option. | Jim Meyering | 2 | -2/+17 |
| 2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering | 5 | -12/+35 |
| 2007-03-29 | * src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define. | Jim Meyering | 1 | -0/+2 |
| 2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering | 6 | -14/+213 |
| 2007-03-29 | * src/c99-to-c89.diff: Remove the ls.c patch, now that I've | Jim Meyering | 1 | -20/+0 |
| 2007-03-29 | * src/chcon.c (usage): Split a string literal that was longer than 509. | Jim Meyering | 1 | -0/+2 |
| 2007-03-29 | * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext. | Jim Meyering | 1 | -3/+4 |
| 2007-03-29 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering | 1 | -2/+2 |
| 2007-03-29 | * src/c99-to-c89.diff: Remove trailing blanks. | Jim Meyering | 1 | -4/+4 |
| 2007-03-29 | * src/chcon.c: Don't include "dirname.h". system.h already includes it. | Jim Meyering | 1 | -1/+0 |
| 2007-03-29 | * src/c99-to-c89.diff: Handle a new c99'ism in ls.c. | Jim Meyering | 1 | -0/+20 |
| 2007-03-29 | * src/id.c (main): Tweak id -Z diagnostic. | Jim Meyering | 1 | -2/+2 |
| 2007-03-29 | id: Add SELinux support: -Z option. | Jim Meyering | 2 | -10/+54 |
| 2007-03-29 | stat: Add support for SELinux in the form of a %C format directive. | Jim Meyering | 2 | -6/+43 |
| 2007-03-29 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering | 2 | -26/+70 |