NetBSD/usr.bin/sort
dsl 1310aa04b4 Save length of key instead of relying of the weight of the record sep.
This frees a byte value to use for 'end of key' (to correctly sort
short keys) while still having a weight assigned to the field sep.
(Unless -t is given, the field sep is in the field data.)
Do reverse sorts by writing the output file in reverse order (rather
than reversing the sort - apart from merges).
All key compares are now unweighted.
For 'sort -u' mark duplicates keys during the sort and don't write
to the output.
Use -S to mean a posix sort - where equal keys are sorted using the
raw record (rather than being kept in the original order).
For 'sort -f' (no keys) generate a key of the folded data (as for -n
-i and -d), simplifies the code and allows a 'posix' sort.
2009-09-10 22:02:40 +00:00
..
append.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
fields.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
files.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
fsort.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
fsort.h Now we have our own radix_sort() change the interface so that we pass 2009-09-05 12:00:25 +00:00
init.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
Makefile Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
msort.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
pathnames.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
radix_sort.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
sort.1 Fix pasto. 2009-08-23 15:45:08 +00:00
sort.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
sort.h Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
tmp.c Ansify. 2009-08-15 09:48:46 +00:00