aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-26setuidgid.c: more cleanupJim Meyering1-24/+22
2007-11-25setuidgid: Update --help output.Jim Meyering1-3/+7
2007-11-24setuidgid: minor clean-up.Jim Meyering1-14/+30
2007-11-24setuidgid.c: Normalize leading white space: no more TABsJim Meyering1-9/+15
2007-11-24setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,...Lasse Collin1-25/+82
2007-11-24"cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin2-8/+30
2007-11-23* src/runcon.c (main): Remove unused parameter, "envp".Jim Meyering1-1/+1
2007-11-22Quiet warnings about unused parameters.Jim Meyering1-0/+4
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering5-37/+53
2007-11-21* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering1-2/+2
2007-11-21* src/seq.c (print_numbers): Rewrite in an attempt to avoid thePaul Eggert1-32/+26
2007-11-18* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering1-2/+2
2007-11-18Remove unused parameter in remove.c.Jim Meyering1-3/+3
2007-11-17Correct preceding patch.Jim Meyering1-1/+1
2007-11-17"seq .1 .1" would mistakenly generate no output on some systemsJim Meyering1-1/+7
2007-11-16Port to Solaris 'make' and use a Posixish shell on Solaris.Jim Meyering1-7/+4
2007-11-15Avoid misbehavior of a cross-device "mv" or "install".Jim Meyering1-2/+3
2007-11-14src/install.c (setdefaultfilecon): Stub-out the entire function.Jim Meyering1-2/+8
2007-11-14#ifdef-out matchpathcon-related code, for now.Jim Meyering1-0/+2
2007-11-12Clarify description of cp's -a option.Benno Schulenberg1-1/+1
2007-11-10install+SELinux: reduce a 12x performance hit to ~1.5xJim Meyering1-0/+32
2007-11-05* src/c99-to-c89.diff: Adjust offsets.Jim Meyering1-4/+4
2007-11-03Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.Paul Eggert1-22/+42
2007-10-28Define ENODATA, for FreeBSD 5.0 and 6.1.Jim Meyering1-0/+3
2007-10-27Adjust format string so msgfmt doesn't object.Jim Meyering1-3/+3
2007-10-25Tell xgettext that "ARG1 % ARG2" is not a C format string.Micah Cowan1-0/+2
2007-10-21tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.Jim Meyering1-18/+5
2007-10-21Detect printf(3) failure due to ENOMEM.Jim Meyering1-18/+19
2007-10-09* src/dircolors.hin: Recognize .lzma as a compressed-file suffix.Jim Meyering1-0/+1
2007-10-09Now that we don't install su, don't make misleading suggestions.Jim Meyering1-17/+23
2007-10-08When forming a truncated name, use the "[...]" prefix even forJim Meyering2-12/+15
2007-10-08rm could malfunction under unusual circumstances:Jim Meyering2-63/+87
2007-10-07Don't let a helper function modify errno.Jim Meyering1-1/+5
2007-10-07New program: mktemp.Jim Meyering3-1/+296
2007-10-07Avoid a pseudo-leak in sort.Jim Meyering1-0/+1
2007-10-07Use puts, rather than printf ("%s\n". Slightly cleaner.Jim Meyering1-2/+2
2007-10-07Avoid a used-uninitialized error.Jim Meyering1-3/+4
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering3-5/+14
2007-10-02Never copy through a symlink that cp has just created.Jim Meyering1-8/+48
2007-09-30cp: do not abbreviate in --help output.Jim Meyering1-1/+1
2007-09-29* src/groups.sh: Don't ignore first argument if later argument is --.Eric Blake1-0/+2
2007-09-24copy.c: Remove definitions of factored-out functions.Jim Meyering1-65/+1
2007-09-22rm: give a sensible diagnostic when failing to remove a symlinkJim Meyering2-4/+21
2007-09-22rm: fix a tiny, nearly inconsequential bug.Jim Meyering1-3/+4
2007-09-07chmod: don't ignore a dangling symlinkJim Meyering1-1/+6
2007-09-05Adapt to new SELinux behavior: "?" vs. new "unlabeled"Jim Meyering1-1/+2
2007-09-01Ensure that snapshot version changes make it to groups, too.Jim Meyering1-0/+4
2007-08-30* src/.gitignore: Ignore *.exe for platforms with non-empty $(EXEEXT).Eric Blake1-0/+1
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake27-50/+51
2007-08-29Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1.Jim Meyering6-25/+23