platform/upstream/coreutils.git
2011-02-04 Jim Meyeringversion 8.10 v8.10
2011-02-04 Jim Meyeringcp: avoid spurious failure on any non-linux kernel
2011-02-04 Jim Meyeringtests: skip mv/i-3 on FreeBSD to avoid spurious failure
2011-02-03 Pádraig Bradysort: fix --debug key highlighting when key start after...
2011-02-02 Jim Meyeringtests: correct part of fiemap-perf
2011-02-02 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-31 Pádraig Bradycp: fix the buffer size used when writing zeros
2011-01-31 Jim Meyeringcp: always initialize extent_copy's output parameter
2011-01-31 Jim Meyeringtests: exercise a rarely-used corner of copy.c
2011-01-31 Jim Meyeringcp: fix copying a sparse file to a pipe
2011-01-31 Jim Meyeringtests: gfs2 also supports FIEMAP
2011-01-31 Jim Meyeringmaint: remove unused inclusion of "fiemap.h"
2011-01-31 Jim Meyeringtests: factor fiemap-related predicate into init.cfg
2011-01-31 Jim Meyeringmaint: update copyright year lists in new files
2011-01-31 Jim Meyeringtests: modernize sparse-fiemap test
2011-01-31 Jim Meyeringtests: remove duplicate fiemap-perf test
2011-01-30 Jim Meyeringdoc: NEWS: mention cp's improvement
2011-01-30 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-30 Jim Meyeringcopy, tee: assume EINTR is always defined: remove ...
2011-01-30 Jim Meyeringtests: cp/fiemap: exercise previously-failing parts
2011-01-30 Jim Meyeringcopy: make extent_copy use sparse_copy, rather than...
2011-01-30 Jim Meyeringcopy: remove obsolete comment
2011-01-30 Jim Meyeringcopy: factor sparse-copying code into its own function...
2011-01-30 Jim Meyeringfiemap copy: avoid leak-on-error
2011-01-30 Jim Meyeringfiemap copy: avoid a performance hit due to very small...
2011-01-30 Jim Meyeringfiemap copy: simplify post-loop logic; improve comments
2011-01-30 Jim Meyeringfiemap copy: rename some locals
2011-01-30 Jim Meyeringtests: ensure that FIEMAP-enabled cp copies a sparse...
2011-01-30 Jim Meyeringcopy: don't allocate a separate buffer just for extent...
2011-01-30 Jim Meyeringcopy: tweak variable name; improve a comment
2011-01-30 Jim Meyeringcopy: call extent_copy also when make_holes is false...
2011-01-30 Jim Meyeringcopy: remove else-after-goto and adjust indentation
2011-01-30 Jim Meyeringextent-scan: adjust naming and formatting
2011-01-30 Jim Meyeringfiemap copy: don't let write failure go unreported...
2011-01-30 jeff.liufiemap copy: add extent-scan.[ch], avoid a double-free...
2011-01-30 Jim Meyeringbuild: distribute new test script, filefrag-extent...
2011-01-30 Jim Meyeringbuild: distribute new file, fiemap.h
2011-01-30 Jie Liucopy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl
2011-01-30 Jim Meyeringfiemap.h: include <stdint.h>, not <linux/types.h>
2011-01-30 Paul Eggertcopy.c: ensure proper alignment of fiemap buffer
2011-01-30 Jim Meyeringcopy.c: adjust comments, tweak semantics
2011-01-30 Jim Meyeringtests: relax the root-tests cross-check
2011-01-30 Jim Meyeringtests: accommodate varying filefrag -v "flags" output
2011-01-30 Jim Meyeringtests: exercise more of the new FIEMAP copying code
2011-01-30 Jie Liutests: add a new test for FIEMAP-copy
2011-01-30 Jie Liucp: copy sparse files efficiently using the FIEMAP...
2011-01-29 Pádraig Bradydoc: add alternatives for field processing not supporte...
2011-01-29 Pádraig Bradyjoin: don't report disorder against an empty file
2011-01-29 Pádraig Bradyjoin: ensure --header skips the order check with empty...
2011-01-29 Pádraig Bradyjoin: add -o 'auto' to output a constant number of...
2011-01-28 Jim Meyeringtests: remove obsolete uses of "$$" in temporary file...
2011-01-26 Jim Meyeringtests: don't hide all trace of the vc_exe_in_TESTS...
2011-01-25 Andreas Schwabtests: minor correction
2011-01-25 Jim Meyeringtests: avoid FP failure due to suspension
2011-01-25 Jim Meyeringtests: avoid rare FP failure in new du test
2011-01-24 Jim Meyeringsplit: avoid a new, spurious warning from gcc-4.6.0
2011-01-24 Jim Meyeringtail: avoid new diagnostic when applying -f to a pipe...
2011-01-21 Jim Meyeringdoc: fix wording in warning about potential conflict...
2011-01-21 Paul Eggertmanual: document floating point better
2011-01-20 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-20 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-19 Jim Meyeringmaint: use slightly more efficient process in README...
2011-01-18 Jim Meyeringtests: avoid FP failure in new du test
2011-01-18 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-18 Jim Meyeringdoc: update NEWS
2011-01-17 Jim Meyeringdoc: show how to shred more efficiently
2011-01-17 Jim Meyeringuniq: replace a wasteful loop with simple calculation
2011-01-17 Jim Meyeringtests: add a test for today's uniq bug
2011-01-17 Sami Kerolauniq: don't continue field processing after end of...
2011-01-15 Ondřej Vašíkdoc: specify how tr, echo, printf treat octal numbers
2011-01-14 Pádraig Bradymaint: refactor to use read-file from gnulib
2011-01-13 Pádraig Bradymaint: trivial system header file cleanups
2011-01-12 Jim Meyeringdoc: clean up HACKING guidelines
2011-01-12 Paul Eggertgnulib: Also use dtoastr and ldtoastr modules.
2011-01-12 Paul Eggertbuild: update gnulib submodule to latest
2011-01-11 Nadav Har'Elrm: ignore errno related to invalid file names
2011-01-10 Jim Meyeringbuild: update gnulib submodule to latest
2011-01-10 Jim Meyeringdu: don't abort when a subdir is renamed during traversal
2011-01-07 Pádraig Bradymaint: suppress some clang scan-build warnings
2011-01-07 Pádraig Bradymaint: replace uses of ignore_ptr with ignore_value
2011-01-04 Jim Meyeringpost-release administrivia
2011-01-04 Jim Meyeringversion 8.9 v8.9
2011-01-04 Jim Meyeringbuild: update gnulib to latest; portability fixes
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringbuild: update gnulib for version-etc copyright year...
2011-01-01 Jim Meyeringmaint: generate much of the THANKS file
2010-12-31 Eric Blakemaint: update to latest gnulib, for testsuite improvement
2010-12-30 Eric Blakemaint: allow gettext 0.17 again
2010-12-30 Pádraig Bradysplit: fix the suffix length calculation
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-12-24 Jim Meyeringmaint: avoid syntax-check failure due to unused #include
2010-12-23 Paul Eggertcsplit: diagnose file counter wraparound
2010-12-23 Paul Eggertsort: minor performance tweak with num_processors
2010-12-23 Paul Eggertgetlimits: port to hosts with very wide int, or non...
2010-12-22 Jim Meyeringpost-release administrivia
2010-12-22 Jim Meyeringversion 8.8 v8.8
2010-12-22 Jim Meyeringcsplit: update gnulib for Solaris 8,9 snprintf fix
2010-12-22 Jim Meyeringmaint: correct test-related comments
2010-12-22 Jim Meyeringtests: adjust preceding change to handle general WERROR...
2010-12-22 Paul Eggerttests: do not assume compiler knows -Wxxx flags
next