| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-03-05 | Work around AFS bug: id and groups would print invalid group number. | ribalba | 2 | -4/+9 |
| 2008-03-01 | Don't skip the groups-version test. | Jim Meyering | 1 | -1/+1 |
| 2008-02-28 | Make copyright comments consistent. | Jim Meyering | 9 | -14/+13 |
| 2008-02-20 | join: avoid new leaks | James Youngman | 1 | -18/+34 |
| 2008-02-20 | sort: add --sort=... option. | Andreas Schwab | 1 | -2/+20 |
| 2008-02-19 | * src/c99-to-c89.diff: Adjust seq.c offsets. Accommodate a new C99-ism. | Jim Meyering | 1 | -2/+20 |
| 2008-02-19 | seq: give better diagnostics for invalid formats. | Steven Schubiger | 1 | -0/+28 |
| 2008-02-19 | join: new options: --check-order and --nocheck-order. | James Youngman | 1 | -32/+184 |
| 2008-02-18 | seq: give a proper diagnostic for an invalid --format=% option | Jim Meyering | 1 | -2/+2 |
| 2008-02-17 | .gitignore, src/.gitignore: ignore more | Jim Meyering | 1 | -0/+1 |
| 2008-02-17 | Clean up ls.c. | Jim Meyering | 1 | -7/+1 |
| 2008-02-17 | Adjust dircolors to match ls.c. | Jim Meyering | 2 | -5/+6 |
| 2008-02-17 | ls --color no longer outputs unnecessary escape sequences | Ed Avis | 1 | -17/+43 |
| 2008-02-17 | ls: Improve description of --group-directories-first. | Dan Jacobson | 1 | -1/+3 |
| 2008-02-16 | Use the gettime module in ls.c. | James Youngman | 1 | -55/+19 |
| 2008-02-14 | groups: don't test printf and putchar calls for failure | Jim Meyering | 2 | -36/+5 |
| 2008-02-13 | Replace groups.sh with groups.c. | James Youngman | 6 | -181/+339 |
| 2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger | 2 | -6/+19 |
| 2008-01-31 | Don't modify argv in dd due to ',' in arguments. | Paul Eggert | 1 | -32/+38 |
| 2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets, again. | Jim Meyering | 1 | -7/+7 |
| 2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering | 5 | -5/+2 |
| 2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets. | Jim Meyering | 1 | -5/+5 |
| 2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering | 3 | -36/+62 |
| 2008-01-30 | Don't modify argv in dd. | Paul Eggert | 1 | -16/+26 |
| 2008-01-29 | ls: don't segfault on files in /proc with an old libselinux | Jim Meyering | 1 | -1/+12 |
| 2008-01-26 | chcon: correct description of --no-dereference (-h) option. | Jim Meyering | 1 | -2/+1 |
| 2008-01-26 | src/dircolors.hin (TERM): Add jfbterm. | Mike Frysinger | 1 | -0/+1 |
| 2008-01-26 | Add a ";", so "make install" works with --enable-install-program=su. | Zvi Har'El | 1 | -1/+1 |
| 2008-01-26 | Avoid misinterpreting mgetgroups failure in running root-only tests. | Jim Meyering | 1 | -3/+4 |
| 2008-01-17 | Do not define-away __attribute__ when __STRICT_ANSI__ is set. | Jim Meyering | 1 | -2/+2 |
| 2008-01-12 | * src/dircolors.hin (image formats): Add the .svg suffix. | Mike Frysinger | 1 | -1/+2 |
| 2008-01-09 | Fix a minor race condition when using cp -p --parents. | Paul Eggert | 1 | -18/+29 |
| 2008-01-08 | Remove uses of now-undefined Makefile variable. | Jim Meyering | 1 | -4/+4 |
| 2008-01-07 | cp (but not copy.c): plug a small leak. | Jim Meyering | 1 | -0/+10 |
| 2008-01-07 | cp --parents: don't use uninitialized memory when restoring permissions | Jan Blunck | 1 | -12/+12 |
| 2008-01-06 | touch: ignore "-d now" option, when appropriate | Paul Eggert | 1 | -1/+21 |
| 2008-01-06 | Avoid tr case-conversion failure in some locales. | Jim Meyering | 1 | -1/+23 |
| 2007-12-30 | * src/dircolors.hin (TERM): Add gnome-256color. | Mike Frysinger | 1 | -0/+1 |
| 2007-12-19 | Improve wording in uniq's --help "Note". | Paul Eggert | 1 | -4/+2 |
| 2007-12-18 | * src/uniq.c (usage): Say "key-selection", not "field-selection". | Jim Meyering | 1 | -2/+2 |
| 2007-12-18 | Note that sorting uniq's input is often useful. | Jim Meyering | 1 | -0/+7 |
| 2007-12-11 | "ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given. | Paul Eggert | 1 | -34/+38 |
| 2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering | 1 | -1/+1 |
| 2007-12-08 | * src/c99-to-c89.diff: Adjust shred.c offsets. | Jim Meyering | 1 | -1/+1 |
| 2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering | 5 | -7/+2 |
| 2007-12-02 | Remove just-installed su, if unable to make it set-UID root. | Jim Meyering | 1 | -1/+2 |
| 2007-12-01 | * NEWS: Mention some of the SELinux changes. | Jim Meyering | 1 | -1/+1 |
| 2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering | 1 | -1/+1 |
| 2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert | 5 | -21/+75 |
| 2007-11-29 | Close a file descriptor leak when cp --preserve=context fails. | Paul Eggert | 1 | -2/+2 |