groups: don't test printf and putchar calls for failure
[platform/upstream/coreutils.git] / src /
2008-02-14 Jim Meyeringgroups: don't test printf and putchar calls for failure
2008-02-13 James YoungmanReplace groups.sh with groups.c.
2008-02-07 Steven Schubigermkdir, split: write --verbose output to stdout, not...
2008-01-31 Paul EggertDon't modify argv in dd due to ',' in arguments.
2008-01-30 Jim Meyering* src/c99-to-c89.diff: Adjust remove.c offsets, again.
2008-01-30 Jim MeyeringNow that system.h defines is_empty_dir, include "openat.h".
2008-01-30 Jim Meyering* src/c99-to-c89.diff: Adjust remove.c offsets.
2008-01-30 Jim MeyeringImprove "rmdir --ignore-fail-on-non-empty"
2008-01-30 Paul EggertDon't modify argv in dd.
2008-01-29 Jim Meyeringls: don't segfault on files in /proc with an old libselinux
2008-01-26 Jim Meyeringchcon: correct description of --no-dereference (-h...
2008-01-26 Mike Frysingersrc/dircolors.hin (TERM): Add jfbterm.
2008-01-26 Zvi Har'ElAdd a ";", so "make install" works with --enable-instal...
2008-01-26 Jim MeyeringAvoid misinterpreting mgetgroups failure in running...
2008-01-17 Jim MeyeringDo not define-away __attribute__ when __STRICT_ANSI__...
2008-01-12 Mike Frysinger* src/dircolors.hin (image formats): Add the .svg suffix.
2008-01-09 Paul EggertFix a minor race condition when using cp -p --parents.
2008-01-08 Jim MeyeringRemove uses of now-undefined Makefile variable.
2008-01-07 Jim Meyeringcp (but not copy.c): plug a small leak.
2008-01-07 Jan Blunckcp --parents: don't use uninitialized memory when resto...
2008-01-06 Paul Eggerttouch: ignore "-d now" option, when appropriate
2008-01-05 Jim MeyeringAvoid tr case-conversion failure in some locales.
2007-12-30 Mike Frysinger* src/dircolors.hin (TERM): Add gnome-256color.
2007-12-19 Paul EggertImprove wording in uniq's --help "Note".
2007-12-18 Jim Meyering* src/uniq.c (usage): Say "key-selection", not "field...
2007-12-18 Jim MeyeringNote that sorting uniq's input is often useful.
2007-12-11 Paul Eggert"ls -l" wouldn't output "+" on SELinux hosts unless...
2007-12-08 Jim Meyering"rm" as root would fail to unlink a non-directory on...
2007-12-08 Jim Meyering* src/c99-to-c89.diff: Adjust shred.c offsets.
2007-12-03 Jim MeyeringReflect change in gnulib: don't include getpagesize.h,
2007-12-02 Jim MeyeringRemove just-installed su, if unable to make it set...
2007-12-01 Jim Meyering* NEWS: Mention some of the SELinux changes.
2007-12-01 Jim MeyeringAdd "extern" keyword to declaration of cp_options_default.
2007-12-01 Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-29 Paul EggertClose a file descriptor leak when cp --preserve=context...
2007-11-26 Jim Meyeringsetuidgid.c: more cleanup
2007-11-25 Jim Meyeringsetuidgid: Update --help output.
2007-11-24 Jim Meyeringsetuidgid: minor clean-up.
2007-11-24 Jim Meyeringsetuidgid.c: Normalize leading white space: no more...
2007-11-24 Lasse Collinsetuidgid: accept numeric UID, and new option -g GID...
2007-11-24 Lasse Collin"cp -p" tries to preserve GID even if preserving the...
2007-11-23 Jim Meyering* src/runcon.c (main): Remove unused parameter, "envp".
2007-11-22 Jim MeyeringQuiet warnings about unused parameters.
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-21 Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets.
2007-11-21 Paul Eggert* src/seq.c (print_numbers): Rewrite in an attempt...
2007-11-18 Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets.
2007-11-18 Jim MeyeringRemove unused parameter in remove.c.
2007-11-17 Jim MeyeringCorrect preceding patch.
2007-11-17 Jim Meyering"seq .1 .1" would mistakenly generate no output on...
2007-11-16 Jim MeyeringPort to Solaris 'make' and use a Posixish shell on...
2007-11-15 Jim MeyeringAvoid misbehavior of a cross-device "mv" or "install".
2007-11-14 Jim Meyeringsrc/install.c (setdefaultfilecon): Stub-out the entire...
2007-11-14 Jim Meyering#ifdef-out matchpathcon-related code, for now.
2007-11-12 Benno SchulenbergClarify description of cp's -a option.
2007-11-10 Jim Meyeringinstall+SELinux: reduce a 12x performance hit to ~1.5x
2007-11-05 Jim Meyering* src/c99-to-c89.diff: Adjust offsets.
2007-11-03 Paul EggertFix bug with "seq 10.8 0.1 10.95", plus another bug...
2007-10-28 Jim MeyeringDefine ENODATA, for FreeBSD 5.0 and 6.1.
2007-10-27 Jim MeyeringAdjust format string so msgfmt doesn't object.
2007-10-25 Micah CowanTell xgettext that "ARG1 % ARG2" is not a C format...
2007-10-21 Jim Meyeringtr: do not reject an unmatched [:lower:] or [:upper...
2007-10-21 Jim MeyeringDetect printf(3) failure due to ENOMEM.
2007-10-09 Jim Meyering* src/dircolors.hin: Recognize .lzma as a compressed...
2007-10-09 Jim MeyeringNow that we don't install su, don't make misleading...
2007-10-08 Jim MeyeringWhen forming a truncated name, use the "[...]" prefix...
2007-10-08 Jim Meyeringrm could malfunction under unusual circumstances:
2007-10-07 Jim MeyeringDon't let a helper function modify errno.
2007-10-07 Jim MeyeringNew program: mktemp.
2007-10-07 Jim MeyeringAvoid a pseudo-leak in sort.
2007-10-07 Jim MeyeringUse puts, rather than printf ("%s\n". Slightly cleaner.
2007-10-07 Jim MeyeringAvoid a used-uninitialized error.
2007-10-05 Jim MeyeringMake a failing cross-partition mv give a sensible diagn...
2007-10-02 Jim MeyeringNever copy through a symlink that cp has just created.
2007-09-30 Jim Meyeringcp: do not abbreviate in --help output.
2007-09-29 Eric Blake* src/groups.sh: Don't ignore first argument if later...
2007-09-24 Jim Meyeringcopy.c: Remove definitions of factored-out functions.
2007-09-22 Jim Meyeringrm: give a sensible diagnostic when failing to remove...
2007-09-22 Jim Meyeringrm: fix a tiny, nearly inconsequential bug.
2007-09-07 Jim Meyeringchmod: don't ignore a dangling symlink
2007-09-05 Jim MeyeringAdapt to new SELinux behavior: "?" vs. new "unlabeled"
2007-09-01 Jim MeyeringEnsure that snapshot version changes make it to groups...
2007-08-30 Eric Blake* src/.gitignore: Ignore *.exe for platforms with non...
2007-08-30 Eric BlakeUse PACKAGE_NAME instead of GNU_PACKAGE.
2007-08-28 Jim MeyeringUse EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE...
2007-08-28 Jim Meyering* src/test.c (usage): Say that [ honors --help and...
2007-08-28 Jim MeyeringBy default, do not install hostname anymore; no kidding...
2007-08-28 Jim MeyeringReflect renaming: mreadlink-with-size -> areadlink...
2007-08-27 Jim MeyeringAdd file system type names and magic numbers from ...
2007-08-27 Jim MeyeringAdd some file system type names and magic numbers from...
2007-08-25 Jim Meyering* src/dircolors.hin: Add .dz and .svgz as archive suffixes.
2007-08-24 Jim MeyeringRemove all .cvsignore files from version control.
2007-08-24 Jim Meyering* src/system.h (fseeko, ftello): Remove now-unneeded...
2007-08-24 Jim Meyering* src/od.c (LDBL_DIG): Remove now-unneeded definition.
2007-08-23 Jim Meyering* src/dircolors.hin: Add xterm-16color, xterm-88color...
2007-08-23 Jim MeyeringDon't let ln be a party to destroying user data.
2007-08-23 Jim MeyeringMove functions from copy.c into new modules, since...
2007-08-22 Jim Meyering* src/c99-to-c89.diff: Adjust offsets.
2007-08-22 Jim MeyeringChange "rm --verbose -r a//" not to print extra slashes...
2007-08-22 Jim MeyeringDon't include "getline.h".
next