<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/misc/Makefile.am, branch v6.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-08-17T19:58:17Z</updated>
<entry>
<title>Add/fix copyright notices and adjust to latest GNU FDL.</title>
<updated>2006-08-17T19:58:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-17T19:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=218fa5c61ba2f211b175aa943faa7eea286ff69e'/>
<id>urn:sha1:218fa5c61ba2f211b175aa943faa7eea286ff69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* NEWS: Mention that df exits with nonzero status if it generates</title>
<updated>2006-08-15T23:41:24Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-15T23:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e2b97bf352ad1a04ee6c28e2cd2668b63bfec84'/>
<id>urn:sha1:9e2b97bf352ad1a04ee6c28e2cd2668b63bfec84</id>
<content type='text'>
no output.  This change was in 6.0 but inadvertently unmentioned.
* doc/coreutils.texi (df invocation): df exits nonzero if it outpus
nothing.
* src/df.c (file_systems_processed): Renamed from n_valid_args, and now
a boolean.
(show_dev): Don't set it until we actually output something.
Print the header if this is the first output.
(main): Don't print a header, as that is now show_dev's job.
* tests/misc/Makefile.am (TESTS): Add df.
* tests/misc/df: New file.
</content>
</entry>
<entry>
<title>(TESTS): Add shuf.</title>
<updated>2006-08-08T22:20:59Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-08T22:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f2f8ea1001b4e29bba94b47f72d21f758e596288'/>
<id>urn:sha1:f2f8ea1001b4e29bba94b47f72d21f758e596288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):</title>
<updated>2006-07-03T12:55:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-07-03T12:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ae87c86b4a9a5149d431f831653573ebc6fb15f2'/>
<id>urn:sha1:ae87c86b4a9a5149d431f831653573ebc6fb15f2</id>
<content type='text'>
Add $VG_PATH_PREFIX as a prefix to $PATH
</content>
</entry>
<entry>
<title>* NEWS: wc accepts a new option --files0-from=FILE, where FILE</title>
<updated>2006-06-25T18:26:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-06-25T18:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc705714016dae0b64e50f535f8c2db284a83f80'/>
<id>urn:sha1:cc705714016dae0b64e50f535f8c2db284a83f80</id>
<content type='text'>
contains a list of NUL-separated file names.

* src/wc.c: Include "readtokens.h".
(usage): Describe the new option, and adjust the `Usage':
with this option, no FILE may be specified on the command line.
(main): Handle the new option.
* tests/misc/wc-files0: New tests, for the above.
* tests/misc/wc-files0-from: Likewise.
* tests/misc/Makefile.am (TESTS): Add wc-files0.
</content>
</entry>
<entry>
<title>Ensure that cat works with any of the options, -A -v -e -E -T,</title>
<updated>2006-06-08T20:13:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-06-08T20:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=790892db657ac79b0ba5f7a69cc7e70eb4fed8e0'/>
<id>urn:sha1:790892db657ac79b0ba5f7a69cc7e70eb4fed8e0</id>
<content type='text'>
when applied to files in /proc and /sys, even when the FIONREAD
ioctl produces nonsensical results.  Before this change, cat would
produce no output (or truncated output), for some linux kernels.

* src/cat.c (write_pending): New function, factored out of cat.
(cat): Also interpret a negative ioctl/FIONREAD count as indicating
that there are bytes to read.  Some versions of linux-2.6.16 do that.
Write any pending output before returning.
Reported by Dan Jacobson in &lt;http://bugs.debian.org/370583&gt;.
* NEWS: Mention this bug fix.
* tests/misc/cat-proc: New file.  Test for the above.
* tests/misc/Makefile.am (TESTS): Add cat-proc.
</content>
</entry>
<entry>
<title>(PROG): Take the basename of $$tst,</title>
<updated>2006-06-05T20:03:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-06-05T20:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d82817eb4d3111c64c4b671aae0e4697d2785ac'/>
<id>urn:sha1:0d82817eb4d3111c64c4b671aae0e4697d2785ac</id>
<content type='text'>
in case Solaris make has prepended the directory.
(TESTS): Adjust to test script renamings.
</content>
</entry>
<entry>
<title>(TESTS): Sort.  Add basename, dirname.</title>
<updated>2006-03-26T11:48:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-03-26T11:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8ebb9e3154e2193e31e6b4d93f3ec4defde05888'/>
<id>urn:sha1:8ebb9e3154e2193e31e6b4d93f3ec4defde05888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(TESTS): Add base64.</title>
<updated>2006-02-27T13:38:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-02-27T13:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=909b7b12a24ccee1bd5a430e807235fdd33b81cc'/>
<id>urn:sha1:909b7b12a24ccee1bd5a430e807235fdd33b81cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(TESTS): Add test.</title>
<updated>2006-01-12T07:22:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-01-12T07:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d80a835f4a6f6a983c22bff8bab13b10ecb486be'/>
<id>urn:sha1:d80a835f4a6f6a983c22bff8bab13b10ecb486be</id>
<content type='text'>
</content>
</entry>
</feed>
