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