summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/vsort.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264581, r264744:pfg2014-04-301-1/+1
| | | | | | Various style(9) fixes and typos in printf, grep, sort and patch. #define should be followed by a tab.
* Fix header guards.eadler2013-06-171-2/+2
| | | | | | This was ready about the same time as r251862 so just make one final cleanup Submitted by: dt71@gmx.com
* Clean up -Wheader-guard warnings.pluknet2013-06-171-1/+1
| | | | | | Submitted by: <dt71@gmx.com> MFC after: 3 days X-MFC with: r251848
* - Update Oleg Moskalenko's email addressgabor2013-06-021-1/+1
| | | | Requested by: Oleg Moskalenko <mom040267@gmail.com>
* Add a BSD-licensed sort rewrite that was started by me and later completedgabor2012-05-111-0/+37
with the major functionality and optimizations by Oleg Moskalenko. It is compatible with the latest version of POSIX and the current GNU sort version that we have in base. Beside this, it implements all the functionality introduced in later versions of GNU sort. For now, it will be installed as "bsdsort", keeping GNU sort as the default sort implementation.
OpenPOWER on IntegriCloud