<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/THANKS, branch master</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=master</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2011-01-01T09:56:49Z</updated>
<entry>
<title>maint: generate much of the THANKS file</title>
<updated>2011-01-01T09:56:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-17T11:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9a008a9e24166375cf512457155d38c760c89258'/>
<id>urn:sha1:9a008a9e24166375cf512457155d38c760c89258</id>
<content type='text'>
Before this change, we had a tendency to manually list each
contributor's name in THANKS.  Now, each commit "Author" is
included in the generated THANKS file automatically, and most
of the old THANKS file is now a template, THANKS.in.
We'll still have to manually list the names of people who report
problems without a usable patch.

* THANKS.in: New file, derived from THANKS, but removing names of
those who are listed as git log 'Author:'s.
* THANKS: Remove file.
* thanks-gen: New file.
* Makefile.am (THANKS): New rule.
(EXTRA_DIST): Add .mailmap, THANKS.in and thanks-gen.
* .gitignore: Add THANKS and THANKS-to-translators.
* .mailmap: Unify on single address and name-spelling per contributor.
</content>
</entry>
<entry>
<title>split: fix the suffix length calculation</title>
<updated>2010-12-30T16:26:20Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-12-30T01:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44dbcae6b98700617d4d3cb8d799ce83d538e3e7'/>
<id>urn:sha1:44dbcae6b98700617d4d3cb8d799ce83d538e3e7</id>
<content type='text'>
* src/split.c (set_suffix_length): Only auto-calculate
the suffix length when the number of files is specified.
* tests/misc/split-a: Add a case to trigger the bug,
and exercise the suffix length auto-calculation.
* NEWS: Mention the fix.
Reported by Dmitry V. Levin and Sergey Vlasov at
https://bugzilla.altlinux.org/show_bug.cgi?id=24841
</content>
</entry>
<entry>
<title>maint: fix a typo in sort --parallel help message</title>
<updated>2010-12-20T10:56:04Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-12-20T07:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=41159f9604ac101746032f304ade13f52c48f65f'/>
<id>urn:sha1:41159f9604ac101746032f304ade13f52c48f65f</id>
<content type='text'>
Also fix up Chen Guo's contacts
* src/sort.c (usage): Add a missing "of"
* THANKS: Add Chen Guo
* .mailmap: Add Chen Guo's UCLA address
</content>
</entry>
<entry>
<title>tests: avoid spurious du/bigtime failure</title>
<updated>2010-12-18T07:04:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-12-17T15:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6d488ca041eedbc833c2f73247c4deea380a0382'/>
<id>urn:sha1:6d488ca041eedbc833c2f73247c4deea380a0382</id>
<content type='text'>
* tests/du/bigtime: Map nonzero block count to 0.
Reported by Assaf Gordon.
* THANKS: Update.
</content>
</entry>
<entry>
<title>cp: give a better diagnostic for nonexistent dest/</title>
<updated>2010-11-22T08:04:50Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2010-11-22T02:50:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=013d95af11f41cbe05abdb73c997040dce4301f8'/>
<id>urn:sha1:013d95af11f41cbe05abdb73c997040dce4301f8</id>
<content type='text'>
This patch was written by Jim Meyering and myself.
* src/copy.c (copy_reg): Turn EISDIR to ENOTDIR to improve the
quality of diagnostics for commands like "cp a nosuch/".  Reported
by Марк Коренберг and Alan Curry in the thread starting at:
http://lists.gnu.org/archive/html/bug-coreutils/2010-11/msg00178.html
* THANKS: Update.
* tests/mv/trailing-slash: Add a test.
</content>
</entry>
<entry>
<title>maint: update THANKS</title>
<updated>2010-10-25T17:51:45Z</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2010-10-25T17:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3e1905baf409e6ec56f065fed23819201ba82a66'/>
<id>urn:sha1:3e1905baf409e6ec56f065fed23819201ba82a66</id>
<content type='text'>
* THANKS: Update.
</content>
</entry>
<entry>
<title>stat: add %m to output the mount point for a file</title>
<updated>2010-08-27T21:16:10Z</updated>
<author>
<name>Aaron Burgemeister</name>
<email>dajoker@gmail.com</email>
</author>
<published>2010-07-16T01:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ddf6fb8686b1ed6a26d5f1c76a642d0fb5fe7ba7'/>
<id>urn:sha1:ddf6fb8686b1ed6a26d5f1c76a642d0fb5fe7ba7</id>
<content type='text'>
* src/find-mount-point.c: A new file refactoring
find_mount_point() out from df.c
* src/find-mount-point.h: Likewise.
* src/df.c: Use the new find-mount-point module.
* src/stat.c (print_stat): Handle the new %m format.
(find_bind_mount): A new function to
return the bind mount for a file if any.
(out_mount_mount): Print the bind mount for a file, or else
the standard mount point given by the find-mount-point module.
(usage): Document the %m format directive.
* src/Makefile.am: Reference the refactored find-mount-point.c
* po/POTFILES.in: Add find_mount_point.c to the translation list
* doc/coreutils.texi (stat invocation): Document %m,
and how it may differ from the mount point that df outputs.
* test/misc/stat-mount: A new test to correlate mount points
output from df and stat.
* tests/Makefile.am: Reference the new test.
* NEWS: Mention the new feature
* THANKS: Add the author

Signed-off-by: Pádraig Brady &lt;P@draigBrady.com&gt;
</content>
</entry>
<entry>
<title>ls: fix a test failure that should have been skipped</title>
<updated>2010-08-09T14:52:12Z</updated>
<author>
<name>Dan Hipschman</name>
<email>dsh@linux.ucla.edu</email>
</author>
<published>2010-07-31T01:49:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=24f1af88c79de353fb51ab4eecad99143c4e16fd'/>
<id>urn:sha1:24f1af88c79de353fb51ab4eecad99143c4e16fd</id>
<content type='text'>
* tests/ls/readdir-mountpoint-inode: Check to see if skip_test_ is
called in a helper function via $() instead of mistakenly failing.
* THANKS: Update.
</content>
</entry>
<entry>
<title>cat: improve documentation</title>
<updated>2010-06-14T21:42:24Z</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2010-06-09T17:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=879e8261bbc7cc42f620778155b1e1c9e5ae3ef2'/>
<id>urn:sha1:879e8261bbc7cc42f620778155b1e1c9e5ae3ef2</id>
<content type='text'>
* src/cat.c (usage): Clarify that -b overrides -n.
* doc/coreutils.texi (cat invocation): Likewise.
* THANKS: Update.
Suggested by Chas. Owens, in bug 6383.
</content>
</entry>
<entry>
<title>dirname: tweak summary wording</title>
<updated>2010-06-08T10:28:19Z</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2010-06-07T15:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=04bed02096fc574476886d6494a6a147b5208f6b'/>
<id>urn:sha1:04bed02096fc574476886d6494a6a147b5208f6b</id>
<content type='text'>
* doc/coreutils.texi (dirname invocation): Reword to be more
precise.
* src/dirname.c (usage): Likewise.
* THANKS: Update.
Reported by Filipus Klutiero, bug 6175.
</content>
</entry>
</feed>
