<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, branch v7.3</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.3</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-04-28T12:45:43Z</updated>
<entry>
<title>df: adjust comment to match recent code change</title>
<updated>2009-04-28T12:45:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-28T12:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74171b693c0257194cc9357f547c7d4492f5a439'/>
<id>urn:sha1:74171b693c0257194cc9357f547c7d4492f5a439</id>
<content type='text'>
* src/df.c (main): Update comment to match.
</content>
</entry>
<entry>
<title>df: use open(2), not stat, to trigger automounting</title>
<updated>2009-04-28T12:32:17Z</updated>
<author>
<name>Tomas Smetana</name>
<email>t.smetana@gmail.com</email>
</author>
<published>2009-04-28T09:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dbd17157d7e693b8de9737f802db0e235ff5a3e6'/>
<id>urn:sha1:dbd17157d7e693b8de9737f802db0e235ff5a3e6</id>
<content type='text'>
* src/df.c (main): When iterating over command-line arguments,
attempting to ensure each backing file system is mounted, use
open, not stat.  stat is no longer sufficient to trigger
automounting, in some cases.  Based on a suggestion from Ian Kent.
More details in http://bugzilla.redhat.com/497830
</content>
</entry>
<entry>
<title>copy.c: factor out test for errno value indicating "unsupported"</title>
<updated>2009-04-27T11:33:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-27T09:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e0cf592f48b4e67dc31d0482ae4f4dbc820e883e'/>
<id>urn:sha1:e0cf592f48b4e67dc31d0482ae4f4dbc820e883e</id>
<content type='text'>
* src/copy.c (errno_unsupported): New function.
(copy_attr_error, copy_internal): Use it.
</content>
</entry>
<entry>
<title>cp -a: diagnose failure when preserving xattr/context required</title>
<updated>2009-04-27T11:33:42Z</updated>
<author>
<name>Ondřej Vašík</name>
<email>ovasik@redhat.com</email>
</author>
<published>2009-04-24T12:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1fa226772cb25c9b2bc17480ddb30bb3dd569951'/>
<id>urn:sha1:1fa226772cb25c9b2bc17480ddb30bb3dd569951</id>
<content type='text'>
* src/copy.c (copy_attr_by_fs): Always print diagnostics when preserving
xattrs is required.
(copy_attr_by_name): Likewise.
(copy_reg): Always print diagnostics when preserving SELinux
context is required.
(copy_internal): Likewise.  Also, do not ignore ENOTSUP and ENODATA
errors when preserving SELinux context is required.
* NEWS (Bug fixes): Mention it.
</content>
</entry>
<entry>
<title>mv: ignore xattr-preservation failure when not supported by filesystem</title>
<updated>2009-04-27T11:26:03Z</updated>
<author>
<name>Ondřej Vašík</name>
<email>ovasik@redhat.com</email>
</author>
<published>2009-04-17T09:00:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=941bd48235cceceb4f1c072e06a4bedd14b5e0b5'/>
<id>urn:sha1:941bd48235cceceb4f1c072e06a4bedd14b5e0b5</id>
<content type='text'>
*src/copy.c: Do not warn about xattr-preservation failure when xattrs
are not supported and preservation of xattrs is not explicitly required.
Reported by Eric Sandeen in http://bugzilla.redhat.com/496142
</content>
</entry>
<entry>
<title>build: adjust use of automake's new $(AM_V_GEN) variable</title>
<updated>2009-04-25T07:23:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-25T07:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a81441557b160658e50f87bc8af269509ff8a068'/>
<id>urn:sha1:a81441557b160658e50f87bc8af269509ff8a068</id>
<content type='text'>
* src/Makefile.am (dircolors.h, wheel-size.h, wheel.h, fs.h):
(version.c, version.h): Use $(AM_V_GEN) only as a prefix of an existing
command.  Otherwise, it provokes warnings from some "make" programs.
Suggestion from Ralf Wildenhues.
</content>
</entry>
<entry>
<title>tests: fix check-AUTHORS skip logic</title>
<updated>2009-04-25T06:35:53Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2009-04-25T05:52:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6debf54e612b8da176f96c5b4efb043d19ef0276'/>
<id>urn:sha1:6debf54e612b8da176f96c5b4efb043d19ef0276</id>
<content type='text'>
* src/Makefile.am (check-AUTHORS): When this test is skipped, be
sure to avoid all commands in the recipe, not just those passed
to the first shell.
</content>
</entry>
<entry>
<title>build: use automake's new $(AM_V_GEN) and $(AM_V_at) variables</title>
<updated>2009-04-24T13:16:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-24T13:16:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=207daac5c1e9b22348d65439281f4da6dce9bdb2'/>
<id>urn:sha1:207daac5c1e9b22348d65439281f4da6dce9bdb2</id>
<content type='text'>
* src/Makefile.am (dircolors.h, wheel-size.h, wheel.h, fs.h):
(version.c, version.h): Mark with $(AM_V_GEN) and $(AM_V_at),
so that the latest automake prints "GEN $@" by default.
</content>
</entry>
<entry>
<title>sort -m: don't segfault when output file is also an input file</title>
<updated>2009-04-23T19:03:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-22T06:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=25eb4c69097ca4f5665b050cfa4247a19ffd8c55'/>
<id>urn:sha1:25eb4c69097ca4f5665b050cfa4247a19ffd8c55</id>
<content type='text'>
* src/sort.c (avoid_trashing_input): Fix an off-by-one error and
guard the use of memmove.
* NEWS (Bug fixes): Mention it.
* tests/misc/sort: Add tests to exercise the offending code.
* THANKS: Update.
Reported by Otavio Salvador in http://bugs.debian.org/525048.
</content>
</entry>
<entry>
<title>tests: make the check-AUTHORS test more portable, now that it's...</title>
<updated>2009-04-23T19:02:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-23T06:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f41f926aab38d52734b3908eeb0496ebf1285cbd'/>
<id>urn:sha1:f41f926aab38d52734b3908eeb0496ebf1285cbd</id>
<content type='text'>
run as part of "make check".
* src/Makefile.am (check-AUTHORS): Don't depend on en_US.UTF-8.
Instead, use the French UTF8 locale, if configure found one.
If not found, just skip the test.
</content>
</entry>
</feed>
