aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/vsort.h
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=326276
* Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-211-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=264744
* Fix header guards.Eitan Adler2013-06-171-2/+2
| | | | | | | | | This was ready about the same time as r251862 so just make one final cleanup Submitted by: dt71@gmx.com Notes: svn path=/head/; revision=251863
* Clean up -Wheader-guard warnings.Sergey Kandaurov2013-06-171-1/+1
| | | | | | | | | Submitted by: <dt71@gmx.com> MFC after: 3 days X-MFC with: r251848 Notes: svn path=/head/; revision=251862
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
| | | | | | | Requested by: Oleg Moskalenko <mom040267@gmail.com> Notes: svn path=/head/; revision=251245
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-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. Notes: svn path=/head/; revision=235267