<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/cat, branch release/11.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</pre>
</div>
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert MFC of r323865</title>
<updated>2018-03-10T08:51:02+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-10T08:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6f80aa659a792e98ff356cf8310e06b831101605'/>
<id>6f80aa659a792e98ff356cf8310e06b831101605</id>
<content type='text'>
While this behavior can be viewed as a bug fix, due to the fundamental
nature of cat(1), leave this change only for a major version.

PR:	210607
Requested by:	sevan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While this behavior can be viewed as a bug fix, due to the fundamental
nature of cat(1), leave this change only for a major version.

PR:	210607
Requested by:	sevan
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r327672:</title>
<updated>2018-03-08T07:55:03+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-08T07:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7fc88e7a5e329ccaee87912d8f9a3e8fd2a7d3e9'/>
<id>7fc88e7a5e329ccaee87912d8f9a3e8fd2a7d3e9</id>
<content type='text'>
stddef.h is not used by cat.c, remove the include.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stddef.h is not used by cat.c, remove the include.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r326651:</title>
<updated>2018-03-08T07:52:32+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-08T07:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=101f94809c0540f0b2000d9153746eaeb995050a'/>
<id>101f94809c0540f0b2000d9153746eaeb995050a</id>
<content type='text'>
Fix mandoc -Tlint warnings in bin/

Many style-level issues are still reported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix mandoc -Tlint warnings in bin/

Many style-level issues are still reported.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r323865:</title>
<updated>2018-03-08T07:50:11+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-08T07:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8b5fb17a0475d1cd19da206ac1acb67cd2ce00a5'/>
<id>8b5fb17a0475d1cd19da206ac1acb67cd2ce00a5</id>
<content type='text'>
Ammend bin/cat/cat.c so the output is the same aside
from blank lines being numbered or unnumbered, depending on whether cat
was invoked with -ne or -be.

At present, when cat is invoked with -be, there is an aditional
difference that the '$' on blank lines is placed on the far left of the
output.

Discussed in bug 210607.

While here, revert the workaround from r304035 which skipped the unit test for
this issue previously.

PR:		210607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ammend bin/cat/cat.c so the output is the same aside
from blank lines being numbered or unnumbered, depending on whether cat
was invoked with -ne or -be.

At present, when cat is invoked with -be, there is an aditional
difference that the '$' on blank lines is placed on the far left of the
output.

Discussed in bug 210607.

While here, revert the workaround from r304035 which skipped the unit test for
this issue previously.

PR:		210607
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r319637:</title>
<updated>2017-07-06T05:26:24+00:00</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-06T05:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aaeb2c11119e3fe6e5005ac79a5eb1186fedc3f6'/>
<id>aaeb2c11119e3fe6e5005ac79a5eb1186fedc3f6</id>
<content type='text'>
Add testcases for `cat -b`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add testcases for `cat -b`
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r319634:</title>
<updated>2017-07-06T05:22:02+00:00</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-06T05:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d1bf0a0e098f00231a4f272c875df957cdc0b40e'/>
<id>d1bf0a0e098f00231a4f272c875df957cdc0b40e</id>
<content type='text'>
Add additional testcases for cat(1)

Verify the following additional cases:
- -s (in isolation, in addition to the -se testcase obtained via the
      NetBSD test).
- -vt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add additional testcases for cat(1)

Verify the following additional cases:
- -s (in isolation, in addition to the -se testcase obtained via the
      NetBSD test).
- -vt
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r305358:</title>
<updated>2016-12-03T02:47:16+00:00</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2016-12-03T02:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1a69bd832e2307723ee927d862e44da6e525e31'/>
<id>f1a69bd832e2307723ee927d862e44da6e525e31</id>
<content type='text'>
Update contrib/netbsd-tests with new content from NetBSD

This updates the snapshot from 09/30/2014 to 08/11/2016

This brings in a number of new testcases from upstream, most
notably:

- bin/cat
- lib/libc
- lib/msun
- lib/libthr
- usr.bin/sort

lib/libc/tests/stdio/open_memstream_test.c was moved to
lib/libc/tests/stdio/open_memstream2_test.c to accomodate
the new open_memstream test from NetBSD.

Tested on:	amd64 (VMware fusion VM; various bare metal platforms); i386 (VMware fusion VM); make tinderbox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update contrib/netbsd-tests with new content from NetBSD

This updates the snapshot from 09/30/2014 to 08/11/2016

This brings in a number of new testcases from upstream, most
notably:

- bin/cat
- lib/libc
- lib/msun
- lib/libthr
- usr.bin/sort

lib/libc/tests/stdio/open_memstream_test.c was moved to
lib/libc/tests/stdio/open_memstream2_test.c to accomodate
the new open_memstream test from NetBSD.

Tested on:	amd64 (VMware fusion VM; various bare metal platforms); i386 (VMware fusion VM); make tinderbox
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r305841</title>
<updated>2016-09-22T16:49:53+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2016-09-22T16:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f49aa344372403cd237ea21aa6f371e5e6471761'/>
<id>f49aa344372403cd237ea21aa6f371e5e6471761</id>
<content type='text'>
Implement multibyte encoding support for -v with fallback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement multibyte encoding support for -v with fallback
</pre>
</div>
</content>
</entry>
</feed>
