platform/upstream/coreutils.git
2007-01-11 Jim MeyeringAvoid a leak in expr's implementation of the ":" (match...
2007-01-11 Jim Meyering* tests/misc/test-diag: Work also when libc's error...
2007-01-11 Jim MeyeringMerge branch 'master' of /cu
2007-01-11 Jim Meyeringtrivial merge
2007-01-10 Jim MeyeringDon't use fts_statp uninitialized for "chown -RLh ...
2007-01-07 Jim Meyering* tests/sample-test: Update copyright date to 2007.
2007-01-06 Jim Meyering* tests/fmt/basic (pfx-only, pfx-of-pfx): New tests,
2007-01-06 G.P. Halkes* src/fmt.c (copy_rest): Correct prefix handling.
2007-01-05 Jim MeyeringAvoid a used-uninitialized bug for invalid input, i...
2007-01-05 Mike Frysinger* src/dircolors.hin: Add a TERM directive for cons25.
2007-01-04 Jim MeyeringUse the release year, not the current year.
2007-01-04 Jim MeyeringEnsure that "group --version" always prints the current...
2007-01-04 Jim Meyering* Makefile.cfg (local-checks-to-skip): Skip strftime...
2007-01-04 Jim Meyering.cvsignore, .gitignore: Add fchownat.c and wctype-relat...
2007-01-04 Jim Meyering[ChangeLog]
2007-01-04 Jim Meyering* gl/lib/base64.c: Copied from gnulib.
2007-01-03 Evan Hunt[oops] Document what the ".0" in e.g., "-k 2,3.0" means...
2007-01-03 Evan HuntDocument what the ".0" in e.g., "-k 2,3.0" means, and...
2007-01-03 Bruno HaibleAvoid spurious test failures on MacOS X 10.3.9, in...
2007-01-03 Bruno Haible* src/copy.c (copy_internal): Use mkfifo as a fallback...
2007-01-02 Paul EggertNow, "ls -FRL" always follows symbolic links on Linux.
2007-01-01 Jim Meyering* tests/rm/fail-eperm: Instead, simply transform the...
2007-01-01 Jim Meyering* tests/rm/fail-eperm: Revert last change. The PATH...
2006-12-30 Jim Meyering* bootstrap (gnulib_extra_files): Remove announce-gen.
2006-12-30 Jim Meyering* tests/misc/base64: Factor a long, repetitive string.
2006-12-30 Jim Meyering* src/c99-to-c89.diff: Adjust remove.c offsets.
2006-12-30 Jim MeyeringClean up after the change of 2006-12-28.
2006-12-30 Jim Meyering* tests/rm/fail-eperm: Avoid spurious differences ...
2006-12-30 Jim Meyering* tests/mv/acl (skip): Skip this test also if the desti...
2006-12-30 Jim Meyering* src/copy.c (copy_reg): Rewrite a comment that was...
2006-12-28 Jim MeyeringWhen moving "up" the hierarchy, be careful to remove...
2006-12-28 Jim MeyeringRemove 2006-12-24 entry (the corresponding change was...
2006-12-27 Jim Meyering* src/tail.c (usage): Mention +N for --bytes and -...
2006-12-27 Jim Meyering* configure.ac: Require autoconf-2.61 and automake...
2006-12-26 Jim Meyering* Makefile.maint (VC-tag): Define, so as to gpg-sign...
2006-12-22 Paul Eggert* NEWS: dd bs= operands now silently override later...
2006-12-21 Jim Meyering* coreutils.texi (dd invocation): Specify that bs=N...
2006-12-21 Jim Meyering* Makefile.maint (patch-check): Fix shell quoting.
2006-12-21 Jim Meyering* coreutils.texi (dd invocation): Add to the descriptio...
2006-12-21 Jim Meyering* coreutils.texi (dd invocation): Improve the documentation
2006-12-21 Jim Meyering"rm -rf /etc/motd" (run by non-root) now prints a diagn...
2006-12-20 Jim Meyering"cut -f 2- A B" no longer triggers a double-free bug
2006-12-15 Jim Meyering* tests/cp/open-perm-race: Correct the gdb-existence...
2006-12-15 Paul EggertMake sure cp -p isn't too generous with file permissions.
2006-12-15 Paul EggertEnsure cp -pR --parents isn't too generous with parent...
2006-12-14 Jim Meyering* tests/chgrp/default-no-deref: Don't assume that files...
2006-12-14 Jim MeyeringDon't hang when there's no input tty.
2006-12-14 Jim MeyeringTest for a hard-to-detect race fix, using gdb.
2006-12-14 Jim Meyeringchgrp, chown: Don't prohibit -RLh, aka -RL with --no...
2006-12-14 Jim Meyering* NEWS: --preserve-root now works with chgrp, chmod...
2006-12-14 Jim Meyering* coreutils.texi: Remove two doubled words.
2006-12-13 Jim Meyering* NEWS: Mention the chmod fix induced by the recent...
2006-12-13 Andreas SchwabDon't fail if mv/acl test succeeds.
2006-12-13 Paul EggertRemove some arbitrary restrictions on size fields,
2006-12-13 Jim Meyering* tests/chgrp/default-no-deref: New test.
2006-12-12 Jim Meyering* jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now...
2006-12-12 Jim Meyering* src/system.h (SETVBUF): Remove definition, now that the
2006-12-09 Jim Meyering* man/Makefile.am (.x.1): Make help2man use $(PACKAGE_S...
2006-12-09 Jim Meyering* NEWS: With the change from "-pre" to "-dirty" suffix...
2006-12-09 Jim Meyering* tests/uniq/Test.pm (test_vector): Skip the pipe-readi...
2006-12-08 Jim MeyeringInclude bootstrap tool version info in the announcement...
2006-12-08 Jim MeyeringPost-release version change.
2006-12-07 Jim Meyering.prev-version: Record previous version: 6.7.
2006-12-07 Jim MeyeringVersion 6.7. COREUTILS-6_7 v6.7
2006-12-07 Jim Meyering* tests/touch/empty-file: Use envvar-check, so "make...
2006-12-07 Jim MeyeringMake the output of "make check" more reproducible.
2006-12-07 Paul Eggertcp -p now clears special bits if it fails to preserve...
2006-12-06 Paul Eggert* NEWS: Document the cp --preserve=ownership fix.
2006-12-06 Jim MeyeringMake the output of "make check" more reproducible.
2006-12-06 Jim MeyeringNEWS: the du bug affects coreutils-6.4, 6.5 and 6.6.
2006-12-04 Paul Eggertinstall.c: Preserve time stamps before changing owner...
2006-12-03 Jim Meyering* Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll...
2006-12-03 Jim Meyering* tests/misc/date-sec: Output a fixed string.
2006-12-03 Jim MeyeringAdd "Reported by"
2006-12-03 Jim Meyering* NEWS: du --one-file-system (-x) would skip subdirecto...
2006-12-02 Jim Meyering* tests/du/basic: Generate 4KB file simply using printf...
2006-11-28 Jim Meyering* perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
2006-11-28 Jim Meyering* tests/mv/no-target-dir: Detect a buggy rename syscall...
2006-11-28 Jim Meyering* tests/mv/dir2dir: Also accept EBUSY.
2006-11-27 Jim Meyering* Makefile.maint (patch-check): Rewrite to diagnose...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-11-27 Mike Frysingerrecognize new archive, audio, image formats; give audio...
2006-11-26 Jim Meyering* Makefile.maint (patch-check): Compile patched sources...
2006-11-26 Jim Meyering* src/c99-to-c89.diff: Remove 3 bogus hunks.
2006-11-26 Jim Meyering* src/remove.c (fd_to_subdirp): Remove unused parameter...
2006-11-26 Jim Meyering* src/c99-to-c89.diff: Adjust for changes in rm.c and...
2006-11-26 Jim Meyering* src/rm.c (main): Remove unnecessary (assuming C99...
2006-11-26 Jim MeyeringReflect that these are Paul's changes. I've divided...
2006-11-26 Paul EggertPort parts of the code to C89 to minimize the need...
2006-11-26 Paul Eggert* src/remove.c (rm): Move cycle_check_init call into...
2006-11-26 Paul Eggert* src/remove.c (AD_ensure_initialized): New function.
2006-11-26 Paul Eggert* src/remove.c (AD_pop_and_chdir): Return prev_dir...
2006-11-26 Paul Eggert* src/remove.c (cache_stat_init): Return its argument...
2006-11-26 Paul Eggert* src/remove.c (rm_1): Remove decl of local, fd_cwd.
2006-11-25 Jim Meyering* Makefile.am (EXTRA_DIST): Remove announce-gen from...
2006-11-24 Theodoros V... * tests/du/inacc-dest: Skip this test when running...
2006-11-23 Jim MeyeringAdd announce-gen to build-aux/.*ignore files.
2006-11-23 Jim Meyering* announce-gen: Remove file. It's moving to gnulib.
2006-11-23 Jim Meyering* tests/du/deref-args: Use "printf %65536s x" to create...
2006-11-23 Jim Meyering* tests/help-version: Suppress dd transfer rate output.
next