Note for -CURRENT users: BSD sort is already the default in recent -CURRENT
but with threading disabled. You can easily try threaded BSD sort by
installing this port.
Changelog:
- Multi-threaded sort in all cases to improve performance
- Bugfix in -o to allow the output file to be the same as one of the input
files (POSIX requirement)
- Manpage improvements
Changelog:
- Fixed standard-compliance bug inj case-insensitive sort. Now characters
are converted to uppercase (not lowercase) before comparison.
- Fixed crashes with some -k arguments.
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
froms scratch. This is not any more the OpenBSD version because it
was not wchar-clean so this new version was started with a cleaner
design. And this is actively developed by
Oleg Moskalenko <oleg.moskalenko@citrix.com>.
- Add LICENSE
Feature safe: yes
Changes:
- Add support for long command line options
- Implement -s command line option [1]
- Minor ixes and improvements to the code [1]
- Man page completion
Obtained from: OpenBSD [1]
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
to replace the GNU sort with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD