<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, branch v7.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-05-05T16:14:51Z</updated>
<entry>
<title>doc: note the use of LC_COLLATE in comm, join and uniq</title>
<updated>2009-05-05T16:14:51Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-05-05T11:00:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a6c9dd74d8083b27ca8db78791b9d6e7ba6d4478'/>
<id>urn:sha1:a6c9dd74d8083b27ca8db78791b9d6e7ba6d4478</id>
<content type='text'>
* doc/coreutils.texi (uniq invocation): Simplify the
text to remove the inconsequential mentioning of order,
while implying that LC_COLLATE can alter equality comparisons.
* src/comm.c (usage): Mention LC_COLLATE is significant.
* src/join.c (usage): Ditto.
* src/uniq.c (usage): Ditto. Also improve the summary.
Suggestion from Andries Brouwer
</content>
</entry>
<entry>
<title>tests: fix typo in check-AUTHORS rule</title>
<updated>2009-05-05T06:52:03Z</updated>
<author>
<name>Andreas Schwab</name>
<email>schwab@linux-m68k.org</email>
</author>
<published>2009-05-05T05:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1d02be3b9ddac1fa51e91bc46bc736603bd615d7'/>
<id>urn:sha1:1d02be3b9ddac1fa51e91bc46bc736603bd615d7</id>
<content type='text'>
* src/Makefile.am (check-AUTHORS): Set locale.
</content>
</entry>
<entry>
<title>mv, rm: adapt to new and improved gnulib interfaces</title>
<updated>2009-05-03T17:12:16Z</updated>
<author>
<name>David Bartley</name>
<email>dtbartle@csclub.uwaterloo.ca</email>
</author>
<published>2009-04-29T07:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6249eb0596dfe50e1f959c4121e3c2515216cc60'/>
<id>urn:sha1:6249eb0596dfe50e1f959c4121e3c2515216cc60</id>
<content type='text'>
Use gnulib's new priv-set module and updated write-any-file.
With them, the remove-called can_write_any_file function no
longer tries to drop the unlink-directory privilege, so now
each caller of remove must do that separately, calling
priv_set_remove_linkdir.
* bootstrap.conf (gnulib_modules): Add priv-set.
* src/rm.c: Include "priv-set.h".
(main): Call priv_set_remove_linkdir.
* src/mv.c (main): Likewise.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>tests: correct the "make check"-run check-AUTHORS test</title>
<updated>2009-05-03T13:51:27Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-05-02T19:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=181615b22a16eba3590cd747692af2432721b703'/>
<id>urn:sha1:181615b22a16eba3590cd747692af2432721b703</id>
<content type='text'>
* src/Makefile.am (check-AUTHORS): Revert back to using
en_US.UTF-8, to ease parsing (English-only) text around the
list of names, even when .po files are not installed.
Reported by Andreas Schwab.
Along the way, use $(AM_V_GEN), not "@".
(sc_tight_scope): Use $(AM_V_GEN) here, too.
* gnulib: Update submodule to latest, for the proper_name_utf8 fix
that makes --version output print the UTF-8 rendering of author names
in more cases.
</content>
</entry>
<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>
</feed>
