<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/sort, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>- Remove GNU sort and the WITH_GNU_SORT knob</title>
<updated>2012-10-13T18:40:39+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-10-13T18:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d38ae94bcec8c8fff7dd3183c56124321e98b897'/>
<id>d38ae94bcec8c8fff7dd3183c56124321e98b897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Switch to BSD sort as default sort.  GNU sort will still be installed as</title>
<updated>2012-06-27T05:59:01+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-06-27T05:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7d26b3ee33cf34e1b52f47b29c297d0410a13a98'/>
<id>7d26b3ee33cf34e1b52f47b29c297d0410a13a98</id>
<content type='text'>
  "gnusort".  Most of the BSD sort development work was done by
  Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;.
- GNU grep can be set to default by setting WITH_GNU_GREP.  It will cause
  BSD sort to be installed as "bsdsort".

Portbuild tested by:    linimon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  "gnusort".  Most of the BSD sort development work was done by
  Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;.
- GNU grep can be set to default by setting WITH_GNU_GREP.  It will cause
  BSD sort to be installed as "bsdsort".

Portbuild tested by:    linimon
</pre>
</div>
</content>
</entry>
<entry>
<title>- Hook up BSD sort to the build.  By default, it will be installed as</title>
<updated>2012-05-11T12:47:21+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-05-11T12:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85d7de106cd1eb8f6c4d97fc4542bf6df17ff6c3'/>
<id>85d7de106cd1eb8f6c4d97fc4542bf6df17ff6c3</id>
<content type='text'>
  "bsdsort" and GNU sort will be the default "sort".  When WITH_BSD_SORT
  is set, BSD sort will be the default "sort" and GNU sort will be installed
  as "gnusort".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  "bsdsort" and GNU sort will be the default "sort".  When WITH_BSD_SORT
  is set, BSD sort will be the default "sort" and GNU sort will be installed
  as "gnusort".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add strndup(3) prototype to string.h.</title>
<updated>2008-12-08T21:04:24+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-12-08T21:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=20e76cb365d07190cd56936e59bf95e3eb32b9ca'/>
<id>20e76cb365d07190cd56936e59bf95e3eb32b9ca</id>
<content type='text'>
This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.

No objections from: kan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.

No objections from: kan
</pre>
</div>
</content>
</entry>
<entry>
<title>Go back to fondling FILE internals.</title>
<updated>2008-05-05T16:12:28+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-05-05T16:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=774bd9bf03d6064022082391abfe3ac00e07882f'/>
<id>774bd9bf03d6064022082391abfe3ac00e07882f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak build: gnu sort has been configured to grope inside struct</title>
<updated>2008-05-03T23:36:00+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-05-03T23:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0aca787a7b5ec7496804ed2b42cbf9108d6b3f80'/>
<id>0aca787a7b5ec7496804ed2b42cbf9108d6b3f80</id>
<content type='text'>
__sFILE. It's opaque now, so add a function that returns the pending
output bytes.

Pointy hat: jhb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__sFILE. It's opaque now, so add a function that returns the pending
output bytes.

Pointy hat: jhb
</pre>
</div>
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2007-10-12T18:15:40+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-12T18:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d80f4b0e33b079a2ec024dfe88134538047d1715'/>
<id>d80f4b0e33b079a2ec024dfe88134538047d1715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version strings to better reflect reality.</title>
<updated>2004-08-12T06:40:31+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-12T06:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f63fffc57e79c6ea98ac029eec885abc5a332b76'/>
<id>f63fffc57e79c6ea98ac029eec885abc5a332b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook xalloc-die.c up to the build.</title>
<updated>2004-08-12T06:02:28+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-12T06:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06c3f81d425ad194e1d4051663876097a4e60a1b'/>
<id>06c3f81d425ad194e1d4051663876097a4e60a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook strnlen.c up to the build - the i18n patch uses it.</title>
<updated>2004-07-02T11:09:55+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-02T11:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5a3af8fce5d45be8639fdbdaea79e3df1b9378d3'/>
<id>5a3af8fce5d45be8639fdbdaea79e3df1b9378d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
