freebsd-skq/usr.bin/sort
Baptiste Daroussin 3e16491d77 Make sure to not skip any argument when converting from deprecated
+POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n
as it is expected

PR:		193994
Submitted by:	rodrigo
MFC after:	3 days
2014-10-02 06:29:49 +00:00
..
nls
bwstring.c
bwstring.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
coll.c
coll.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
file.c
file.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
mem.c
mem.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
radixsort.c
radixsort.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
sort.1.in Remove trailing '.' from See Also section. 2014-07-30 04:40:50 +00:00
sort.c Make sure to not skip any argument when converting from deprecated 2014-10-02 06:29:49 +00:00
sort.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
vsort.c
vsort.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00