fix cpp indentation policy violations
[platform/upstream/coreutils.git] / src /
2008-06-02 Jim Meyeringfix cpp indentation policy violations
2008-06-02 Jim Meyeringaccommodate older SELinux which lacks matchpathcon_init...
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-02 Eric Blakeexport program_name, required by gnulib
2008-06-02 Pádraig Bradynew program: timeout
2008-06-02 Jim Meyeringspell author names consistently
2008-06-01 Erik Auerswaldmd5sum: new option, --quiet, to suppress OK messages
2008-06-01 Simon Josefssonsrc/base64.c: Improve comments.
2008-05-31 Jim Meyeringinstall: reenable matchpathcon-related code
2008-05-29 Jim Meyeringdu.c: tiny cleanup (no semantic change)
2008-05-26 Jim Meyeringinstall many binaries at once, when possible
2008-05-26 Jim Meyering* src/runcon.c: Add copyright comment.
2008-05-26 Jim Meyeringadjust AUTHORS and check-AUTHORS rule to accommodate
2008-05-26 Jim Meyering* src/c99-to-c89.diff: Adjust offsets.
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2008-05-26 Jim Meyeringconvert 3-author programs to use proper_name
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2008-05-20 Jim Meyeringinstall: avoid a leak in currently-ifdef'd-out code
2008-05-19 Pádraig Bradydoc: clarify field delimiter description in uniq -...
2008-05-17 Jim Meyeringdu, wc: merge improved --files0-from=F-related diagnostics
2008-05-08 Bruno HaibleSpeed up "wc -m" and "wc -w" in multibyte case.
2008-05-06 Jim Meyeringavoid problems with sign-extended "char" operand to...
2008-05-06 Bo Borgersonbase64: remove some unused/redundant getopt code
2008-05-05 Bo Borgersonbase64 module: adjust API so it's compatible with gnulib's
2008-05-05 Jim Meyeringtac: avoid segfault for e.g., "echo > x; tac -r x x"
2008-04-29 Jim Meyeringchcon, runcon: make --help print the bug-reporting...
2008-04-23 Ondřej Vašíkid: do not print SELinux context when invoked with...
2008-04-23 Jim Meyeringid: do print the AFS-specific nameless group ID (called...
2008-04-19 Jim Meyeringpr -e, with a mix of backspaces and TABs, could corrupt...
2008-04-19 Mike Frysinger* src/dircolors.hin: Add .flv. Move .svgz to "image...
2008-04-18 Jim Meyeringmd5sum -c: ignore a line with a NUL byte among checksum...
2008-04-16 Jim Meyeringmknod --help: note that this command may be a shell...
2008-04-16 Jim Meyeringavoid "may be used uninitialized" warning from newer gcc
2008-04-15 Jim Meyeringmd5sum, sha1sum, etc: handle invalid input (i.e., don...
2008-04-14 Jim Meyeringseq: work around floating point inaccuracies on more...
2008-04-12 Jim MeyeringAvoid link failure when using mkstemp replacement.
2008-04-06 Jim Meyering* src/c99-to-c89.diff: Adjust remove.c diffs.
2008-04-06 Jim Meyeringremove.c: accommodate systems with negative errno values
2008-04-02 Jim Meyering"touch E; mkfifo F; cp -fR F E" no longer fails due...
2008-04-02 Jim Meyeringcopy.c: remove an in-function #ifdef
2008-03-31 Jim Meyering"rm -r DIR" would mistakenly prompt about very long...
2008-03-28 Jim Meyeringmknod, mkfifo: don't segfault when diagnosing invalid...
2008-03-27 Jim Meyeringpaste -d\\: avoid heap overrun for backslash at end...
2008-03-26 Jim Meyering* src/join.c (keycmp): Document new parameters.
2008-03-25 Daniel Dunbarmkdir -Z x d: don't segfault when diagnosing invalid...
2008-03-25 Peter Falesid bug fix: don't point to potentially clobbered static...
2008-03-25 Jim Meyeringjoin bug fix: adapt keycmp to work with new order-check...
2008-03-23 Jim Meyeringjoin.c: syntax/style tweaks
2008-03-21 Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets.
2008-03-21 Jim Meyeringptx: avoid heap overrun for backslash at end of optarg...
2008-03-21 Jim Meyeringptx.c readability
2008-03-21 Jim MeyeringWrite NEWS and update c99-to-c89 patch for today's...
2008-03-21 Ingo Weinholdremove.c: Accommodate systems with negative errno values.
2008-03-21 Jim Meyering* src/seq.c (long_double_format): Add a comment.
2008-03-19 Jim MeyeringCheck for -- and remove -- some unnecessarily included...
2008-03-19 Jim Meyeringmv: never unlink a destination file before calling...
2008-03-16 Jim MeyeringInclude <getopt.h> only if used.
2008-03-10 Ondřej Vašíkinstall, rmdir: write --verbose output to stdout, not...
2008-03-10 Jim Meyeringmake syntax-check: also check src/*.h files for extern...
2008-03-07 Jim Meyeringdd: avoid unnecessary, but harmless close_stdout call.
2008-03-05 Jim Meyering* src/c99-to-c89.diff: Accommodate a C99-ism in id.c.
2008-03-05 ribalbaWork around AFS bug: id and groups would print invalid...
2008-03-01 Jim MeyeringDon't skip the groups-version test.
2008-02-28 Jim MeyeringMake copyright comments consistent.
2008-02-20 James Youngmanjoin: avoid new leaks
2008-02-20 Andreas Schwabsort: add --sort=... option.
2008-02-19 Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets. Accommoda...
2008-02-19 Steven Schubigerseq: give better diagnostics for invalid formats.
2008-02-19 James Youngmanjoin: new options: --check-order and --nocheck-order.
2008-02-18 Jim Meyeringseq: give a proper diagnostic for an invalid --format...
2008-02-17 Jim Meyering.gitignore, src/.gitignore: ignore more
2008-02-17 Jim MeyeringClean up ls.c.
2008-02-17 Jim MeyeringAdjust dircolors to match ls.c.
2008-02-17 Ed Avisls --color no longer outputs unnecessary escape sequences
2008-02-17 Dan Jacobsonls: Improve description of --group-directories-first.
2008-02-16 James YoungmanUse the gettime module in ls.c.
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
next