<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/sort/bwstring.c, branch release/12.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F12.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F12.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2017-11-27T15:37:16Z</updated>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

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.

No functional change intended.
</content>
</entry>
<entry>
<title>sort(1): Remove unneeded initializations.</title>
<updated>2017-02-17T19:53:20Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-02-17T19:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=759a9a9d24cb22e3a6135e67df9b43567f802333'/>
<id>urn:sha1:759a9a9d24cb22e3a6135e67df9b43567f802333</id>
<content type='text'>
Found by:	Clang static analyzer
</content>
</entry>
<entry>
<title>Eliminate variables that are computed, assigned but never</title>
<updated>2016-11-28T06:36:10Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-11-28T06:36:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c514c3ed4f3b8da8e47a749ba9c6e2f8d8daed52'/>
<id>urn:sha1:c514c3ed4f3b8da8e47a749ba9c6e2f8d8daed52</id>
<content type='text'>
used.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Cleanup unnecessary semicolons from utilities we all love.</title>
<updated>2016-04-15T22:31:22Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-15T22:31:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079'/>
<id>urn:sha1:80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort(1): Cleanups and a small memory leak.</title>
<updated>2015-04-07T01:17:29Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-07T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b904ab99bc3a9be6772d6af0d1bf97e625e93a4c'/>
<id>urn:sha1:b904ab99bc3a9be6772d6af0d1bf97e625e93a4c</id>
<content type='text'>
Remove useless check for leading blanks in the month name.  The
code didn't adjust len after stripping blanks so even if a month
*did* start with a blank we'd end up copying garbage at the end.
Also convert a malloc + memcpy to strdup and fix a memory leak in
the wide char version if mbstowcs() fails.
Originally from Andre Smagin.

Obtained from:  OpenBSD (CVS rev. 1.2, 1.3)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Revert (partial)	r281123, r281125:</title>
<updated>2015-04-06T02:35:55Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-06T02:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5f71a07e4a8572b3cc96b2c8dcf14ed86b704f4'/>
<id>urn:sha1:e5f71a07e4a8572b3cc96b2c8dcf14ed86b704f4</id>
<content type='text'>
sort: style knits / cleanups.

Our style guide(9) specifies that in absence of local variables
an empty line must be inserted.

Pointed out by:	eadler
</content>
</entry>
<entry>
<title>sort: style knits / cleanups.</title>
<updated>2015-04-05T23:06:42Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-05T23:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db8026c7bb730308591ec6effdd24feef7ab5f4b'/>
<id>urn:sha1:db8026c7bb730308591ec6effdd24feef7ab5f4b</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>sort: Fix a comment.</title>
<updated>2015-04-05T22:34:03Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-05T22:34:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd0f80c6678a5bcfa14bc505b1bd5cd1f3ce3d8c'/>
<id>urn:sha1:bd0f80c6678a5bcfa14bc505b1bd5cd1f3ce3d8c</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>- Update Oleg Moskalenko's email address</title>
<updated>2013-06-02T09:43:48Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2013-06-02T09:43:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c859c6dd547718ff43f7cdec38cebbf56b6ff732'/>
<id>urn:sha1:c859c6dd547718ff43f7cdec38cebbf56b6ff732</id>
<content type='text'>
Requested by:	Oleg Moskalenko &lt;mom040267@gmail.com&gt;
</content>
</entry>
<entry>
<title>- Portability changes for ARM</title>
<updated>2012-11-01T11:38:34Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-11-01T11:38:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8da8c744b5150d2165eeed3ecf71584f19abb03'/>
<id>urn:sha1:e8da8c744b5150d2165eeed3ecf71584f19abb03</id>
<content type='text'>
- Allow larger sort memory on 64-bit platforms

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
</content>
</entry>
</feed>
