<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/split/split.c, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-10-02T16:08:01Z</updated>
<entry>
<title>Revert r352953: Convert pnmatch to single element array in regexec calls</title>
<updated>2019-10-02T16:08:01Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2019-10-02T16:08:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcd34af4731db389706eda26b068ce5a880e3d9b'/>
<id>urn:sha1:bcd34af4731db389706eda26b068ce5a880e3d9b</id>
<content type='text'>
Requested by: cem
</content>
</entry>
<entry>
<title>Convert pnmatch to single element array in regexec calls</title>
<updated>2019-10-02T06:15:30Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2019-10-02T06:15:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5672dd7b9f14f4a86f918935873acf53a77ba27'/>
<id>urn:sha1:c5672dd7b9f14f4a86f918935873acf53a77ba27</id>
<content type='text'>
The regexec function is declared as taking an array of regmatch_t
elements, and passing in the pointer to singleton element, while
correct, triggers a Coverity warning. Convert the singleton into
an array of one to silence the warning.

Reported by:	Coverity
Coverity CID:	1009732, 1009733
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>Change manual string conversion to expand_number</title>
<updated>2013-11-09T08:57:21Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-11-09T08:57:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ebd4af7e874c6f71aac128841442c84c1f46bc2'/>
<id>urn:sha1:3ebd4af7e874c6f71aac128841442c84c1f46bc2</id>
<content type='text'>
Reviewed by:	adrian
</content>
</entry>
<entry>
<title>Avoid signed overflow in error handling code.</title>
<updated>2013-05-21T19:56:03Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-05-21T19:56:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89c5c3aab88d115a8d6b2839fc5d24265162a43e'/>
<id>urn:sha1:89c5c3aab88d115a8d6b2839fc5d24265162a43e</id>
<content type='text'>
Reviewed by:	cperciva, bjk
</content>
</entry>
<entry>
<title>Implement 'split -d' which allows a numeric suffix instead of an</title>
<updated>2013-05-10T04:23:03Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-05-10T04:23:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f418e34078c7f45e389f96196376bb2e3360f24'/>
<id>urn:sha1:7f418e34078c7f45e389f96196376bb2e3360f24</id>
<content type='text'>
alphabetic one.

PR:		bin/116209
Submitted by:	Marcin Gryszkalis &lt;mg@fork.pl&gt; (adapted from)
Reviewed by:	will
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix warning when compiling with gcc46:</title>
<updated>2012-01-10T02:55:43Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-10T02:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af9eff1f2024d348d22658be2ab9feb5d6865b33'/>
<id>urn:sha1:af9eff1f2024d348d22658be2ab9feb5d6865b33</id>
<content type='text'>
	 error: variable 'defname' set but not use

Approved by:	dim
MFC after:	3 day
</content>
</entry>
<entry>
<title>Add missing static keywords to split(1)</title>
<updated>2011-11-06T08:17:11Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:17:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=973aa6bc58b8f3bfc3a3bca570494c0e081ad7aa'/>
<id>urn:sha1:973aa6bc58b8f3bfc3a3bca570494c0e081ad7aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
</feed>
