<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/THANKS, branch v8.3</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.3</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2010-01-07T06:17:06Z</updated>
<entry>
<title>maint: change an email address in THANKS</title>
<updated>2010-01-07T06:17:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-07T06:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e06e7a83316d53587d4db532ed7bdcb8e6178d41'/>
<id>urn:sha1:e06e7a83316d53587d4db532ed7bdcb8e6178d41</id>
<content type='text'>
* THANKS: Adjust Denis' address.
</content>
</entry>
<entry>
<title>pr: ensure the page header line is of the required format</title>
<updated>2010-01-07T04:07:23Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-07T03:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=67d3e263504115144380dfaffd41c9cef3cf68a4'/>
<id>urn:sha1:67d3e263504115144380dfaffd41c9cef3cf68a4</id>
<content type='text'>
Before this change, with too long a file name, the name would
abut the date field on the left and possibly also the "Page N"
field on the right, rather than leaving a one-space separator
in each case.  Fixes a regression introduced on Mar 6 2009,
by commit a4053c5291d5797734b3e4f042f9e1adf3944fd6

* src/pr.c (print_header): Ensure that there is at least one
space before and after the file name part of the header line.
* NEWS: Mention it.
* tests/pr/W20l24f-ll: s/xPage/ x Page/.
* THANKS: Update.
Reported by Denis McKeon, in https://savannah.gnu.org/bugs/?28492.
</content>
</entry>
<entry>
<title>ls: fix color of broken symlinks colored as target</title>
<updated>2010-01-01T20:41:46Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-01T14:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b7f2b51c42edabd516c5ecc748a654da736c912c'/>
<id>urn:sha1:b7f2b51c42edabd516c5ecc748a654da736c912c</id>
<content type='text'>
* src/ls.c (print_color_indicator): When using 'LINK target' in
dircolors, treat broken symlink as C_ORPHAN.
* tests/misc/ls-misc (sl-dangle2, sl-dangle3, sl-dangle4)
(sl-dangle5): Test for it, and add more coverage.
* NEWS: Document it.
* THANKS: Update.
Reported by Chris Jones.
</content>
</entry>
<entry>
<title>doc: update tail's documentation to allow for new -F semantics</title>
<updated>2009-12-31T08:42:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-30T13:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f428e548e52d76a5ed729a2cba9a05f93dad40d9'/>
<id>urn:sha1:f428e548e52d76a5ed729a2cba9a05f93dad40d9</id>
<content type='text'>
* src/tail.c (usage): Reword tail -F description, so that it no
longer mentions details specific to the non-inotify implementation.
Also, join diagnostic strings (while staying under the 509-byte limit)
to ease formatting of translations.  The latter was prompted by
a report from Stéphane Raimbault.
* doc/coreutils.texi (tail invocation): Update description here, too.
</content>
</entry>
<entry>
<title>touch: work around ntfs-3g bug</title>
<updated>2009-12-31T03:33:39Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-12-30T14:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7e0c2b9a59a610454875340e315d93448fffdb38'/>
<id>urn:sha1:7e0c2b9a59a610454875340e315d93448fffdb38</id>
<content type='text'>
* gnulib: Update, for utimensat fix.
* NEWS: Improve wording about touch fixes.
* THANKS: Update.
Reported by Stuart Citrin.
</content>
</entry>
<entry>
<title>tail: add a test to exercise abort-inducing flaw in tail -F</title>
<updated>2009-12-29T16:01:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-28T14:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bd26efaaa3e251c4a1bed308ec5ee500ecfd7d25'/>
<id>urn:sha1:bd26efaaa3e251c4a1bed308ec5ee500ecfd7d25</id>
<content type='text'>
* tests/tail-2/inotify-hash-abuse: New file, derived from
a report by Rob Wortman.
* tests/Makefile.am (TESTS): Add it.
Improved by: Pádraig Brady.
</content>
</entry>
<entry>
<title>tac: supply link dependency</title>
<updated>2009-12-26T17:40:17Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-12-26T17:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=67bfde666826888f12934fb610705cf253a72293'/>
<id>urn:sha1:67bfde666826888f12934fb610705cf253a72293</id>
<content type='text'>
* src/Makefile.am (tac_LDADD): Add LIB_GETHRXTIME.
* THANKS: Update.
Reported by Robert Schwebel.
</content>
</entry>
<entry>
<title>touch: fix ctime regression in 'touch -a'</title>
<updated>2009-12-20T00:32:45Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-12-20T00:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=01e4f003a08f8235b0e01d2b5129080d346cc18c'/>
<id>urn:sha1:01e4f003a08f8235b0e01d2b5129080d346cc18c</id>
<content type='text'>
Regression introduced in coreutils 8.1 due to a bug in the Linux
kernel implementation of utimensat with mtime of UTIME_OMIT.

* gnulib: Update to latest, to pick up utimensat fix.
* NEWS: Mention the change.
* THANKS: Update.
Reported by John Stanley.
</content>
</entry>
<entry>
<title>tests: tail-without-inotify: avoid spurious test failure</title>
<updated>2009-12-12T16:40:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-12T13:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d9ba88597409c6c3f89c2ab173369cc1ec26507d'/>
<id>urn:sha1:d9ba88597409c6c3f89c2ab173369cc1ec26507d</id>
<content type='text'>
* tests/tail-2/wait: Account for the possibility that the kernel
lacks inotify support.  Reported by Chris Clayton.
</content>
</entry>
<entry>
<title>id: handle systems without getgroups support</title>
<updated>2009-12-05T02:18:06Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-12-04T15:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9b4b38f56e854f8f1343fed9dbc225ffbb1d77d4'/>
<id>urn:sha1:9b4b38f56e854f8f1343fed9dbc225ffbb1d77d4</id>
<content type='text'>
If getgroups failed with ENOSYS, mgetgroups would unnecessarily
fail, and that provoked id into freeing an uninitialized pointer.
Meanwhile, we were not using xalloc_die properly.  Both issues
are better solved in gnulib, by introducing xgetgroups; this
patch uses the new interface.

Regression introduced by commit 6a31fd8d7.

* gnulib: Update, for mgetgroups improvments.
* src/id.c (print_full_info): Adjust caller to die on allocation
failure, and no longer worry about ENOSYS.
* src/group-list.c (print_group_list): Likewise.
* src/setuidgid.c (main): Likewise.
* NEWS: Mention the fix.
* THANKS: Update.
Reported by Scott Harrison.
</content>
</entry>
</feed>
