aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/nls
Commit message (Collapse)AuthorAgeFilesLines
* - Update catalogsGabor Kovesdan2012-05-142-6/+18
| | | | Notes: svn path=/head/; revision=235434
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-112-0/+20
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