<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/sort, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-04-15T22:31:22Z</updated>
<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/commit/?id=80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079'/>
<id>urn:sha1:80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some mdoc(7) issues</title>
<updated>2015-10-24T13:43:10Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-24T13:43:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=902b9f79f78df8d093e2dfafc8a2134d741b115f'/>
<id>urn:sha1:902b9f79f78df8d093e2dfafc8a2134d741b115f</id>
<content type='text'>
Obtained from:	DragonflyBSD
</content>
</entry>
<entry>
<title>-C and -c allow at most one input file. Ensure this is the case when the</title>
<updated>2015-10-22T10:57:15Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2015-10-22T10:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7bc18929dee744ce24f616da36b85900da20b58'/>
<id>urn:sha1:a7bc18929dee744ce24f616da36b85900da20b58</id>
<content type='text'>
input files are specified through --files0-from.

Submitted by:	tim@OpenBSD
Obtained from:	OpenBSD
MFC after:	1 week
</content>
</entry>
<entry>
<title>new depends</title>
<updated>2015-06-16T23:37:19Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-16T23:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ef6d5a7b9254348e585e80e43049e1f3a2f7c99'/>
<id>urn:sha1:2ef6d5a7b9254348e585e80e43049e1f3a2f7c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add META_MODE support.</title>
<updated>2015-06-13T19:20:56Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-13T19:20:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccfb965433c67f3bda935a3cdf334be2e3c4348d'/>
<id>urn:sha1:ccfb965433c67f3bda935a3cdf334be2e3c4348d</id>
<content type='text'>
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision:       D2796
Reviewed by: brooks imp
</content>
</entry>
<entry>
<title>dirdeps.mk now sets DEP_RELDIR</title>
<updated>2015-06-08T23:35:17Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-08T23:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44d314f704764f0247a540648a4b4fc3e8012133'/>
<id>urn:sha1:44d314f704764f0247a540648a4b4fc3e8012133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge sync of head</title>
<updated>2015-05-27T01:19:58Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-05-27T01:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98e0ffaefb0f241cda3a72395d3be04192ae0d47'/>
<id>urn:sha1:98e0ffaefb0f241cda3a72395d3be04192ae0d47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove custom getdelim(3) and fix a small memory leak.</title>
<updated>2015-04-07T01:17:49Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-07T01:17:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f4b9a9057a905ed5716a4185d74b80ee8b9e299'/>
<id>urn:sha1:0f4b9a9057a905ed5716a4185d74b80ee8b9e299</id>
<content type='text'>
Originally from Andre Smagin.

Obtained from:	OpenBSD
MFC after:	1 week
</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/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>sort: style knits / cleanups.</title>
<updated>2015-04-06T03:02:20Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-06T03:02:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45e151e97d45d1daabdb614486eb5b3a8c1e722b'/>
<id>urn:sha1:45e151e97d45d1daabdb614486eb5b3a8c1e722b</id>
<content type='text'>
Minor cleanups that got accidentally reverted.

Obtained from:	OpenBSD
</content>
</entry>
</feed>
