<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, branch next</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=next</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=next'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-10-10T15:21:36Z</updated>
<entry>
<title>rm: record timing data</title>
<updated>2009-10-10T15:21:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-22T08:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3b7dc2b522f3cf3c64d5f92f1e6dbd285819139e'/>
<id>urn:sha1:3b7dc2b522f3cf3c64d5f92f1e6dbd285819139e</id>
<content type='text'>
* README-rm-timing-compare: new file
* README-rm-timing-2: New file.
</content>
</entry>
<entry>
<title>touch: optimize use of utimens</title>
<updated>2009-10-10T15:14:39Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-09T12:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aeaa6bf7ae1d2f2122d4b7f96578f395f988b1ef'/>
<id>urn:sha1:aeaa6bf7ae1d2f2122d4b7f96578f395f988b1ef</id>
<content type='text'>
* src/touch.c (main): Use UTIME_NOW rather than calling gettime.
(touch): Use UTIME_OMIT rather than stat.
</content>
</entry>
<entry>
<title>copy: allow symlink timestamp preservation on more systems</title>
<updated>2009-10-10T15:14:35Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-08T21:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=82e344ca09dbc3f168ee598749e751373161ce30'/>
<id>urn:sha1:82e344ca09dbc3f168ee598749e751373161ce30</id>
<content type='text'>
* src/copy.c (utimens_symlink): Simplify by using lutimens.
* m4/jm-macros.m4 (coreutils_MACROS): Drop utimensat; gnulib does
this for us.
* tests/cp/preserve-slink-time: Recognize lutimes support.
</content>
</entry>
<entry>
<title>maint: touch up previous LDADD patch</title>
<updated>2009-10-10T12:28:40Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-10T12:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c2bebf63eda13c158035d9ec8896835af01833e5'/>
<id>urn:sha1:c2bebf63eda13c158035d9ec8896835af01833e5</id>
<content type='text'>
* src/Makefile.am (dir_LDADD): Delete; the ls_LDADD line covers this.
</content>
</entry>
<entry>
<title>build: build uname(1) unconditionally</title>
<updated>2009-10-10T07:03:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-10T07:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d74a1b005ca09ea8ac08b3f9f16a5176e240ff28'/>
<id>urn:sha1:d74a1b005ca09ea8ac08b3f9f16a5176e240ff28</id>
<content type='text'>
Before, on a system without the uname function, the build
system would detect that and not build/install a uname program.
Now that gnulib guarantees a uname function, ...
* configure.ac: Don't check for the uname function.
* src/Makefile.am (build_if_possible__progs): Move uname...
(EXTRA_PROGRAMS): ...to this list.
</content>
</entry>
<entry>
<title>maint: list program names one per line</title>
<updated>2009-10-10T06:58:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-10T06:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4f1a3eda10608fe444e199477e730d434579f0f7'/>
<id>urn:sha1:4f1a3eda10608fe444e199477e730d434579f0f7</id>
<content type='text'>
* src/Makefile.am (EXTRA_PROGRAMS): List them one per line.
(build_if_possible__progs): Likewise.
</content>
</entry>
<entry>
<title>build: ls: fix link failure due to missing -lacl</title>
<updated>2009-10-10T06:24:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-10T06:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c9e7b8844b8c5c9e073d21cde57e945eda5ea2c2'/>
<id>urn:sha1:c9e7b8844b8c5c9e073d21cde57e945eda5ea2c2</id>
<content type='text'>
* src/Makefile.am (ls_LDADD): Re-add $(LIB_ACL).
Inadvertently-removed by commit 78c93601.
</content>
</entry>
<entry>
<title>maint: touch up previous LDADD patch</title>
<updated>2009-10-10T02:08:03Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-10T02:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=219f2f05382031f5d7e9532cc5768e79620bb90a'/>
<id>urn:sha1:219f2f05382031f5d7e9532cc5768e79620bb90a</id>
<content type='text'>
* src/Makefile.am (stdbuf_LDADD): Add missing primer.
(hostname_LDADD, uname_LDADD): Add GETHOSTNAME_LIB.
* bootstrap.conf (gnulib_modules): Add uname.
</content>
</entry>
<entry>
<title>maint: improve additional library tracking</title>
<updated>2009-10-10T01:28:07Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-09T19:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=78c93601787e003570c6f3fc74de1b4d760054d4'/>
<id>urn:sha1:78c93601787e003570c6f3fc74de1b4d760054d4</id>
<content type='text'>
* src/Makefile.am (LDADD): Refactor, to make per-library additions
to individual programs easier to maintain.
</content>
</entry>
<entry>
<title>chcon: don't disable just because SELinux is disabled</title>
<updated>2009-10-09T12:33:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-07T13:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0023f65fd7a2ba53b0209c7b1a66c5c30612d0c2'/>
<id>urn:sha1:0023f65fd7a2ba53b0209c7b1a66c5c30612d0c2</id>
<content type='text'>
* src/chcon.c (main): Now that gnulib provides getfilecon wrappers,
we can revert most of the 2009-10-05 commit 3a97d664, "chcon: exit
immediately if SELinux is disabled", since chcon is still useful as
long as the file system provides handlers for the security.*
name space.  gnulib's getfilecon wrappers ensure that an offending
context now evokes a return value of -1.
Prompted by comments from Stephen Smalley in
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/18378/focus=18394
* NEWS (Bug fixes): Mention it.
</content>
</entry>
</feed>
