]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: Ignore fields where end position is before the start position
authorCliff Miller <cbm@whatexit.org>
Thu, 11 Jun 2009 17:30:32 +0000 (18:30 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 13 Jun 2009 00:25:06 +0000 (01:25 +0100)
commit24c727d3c26122c4f1c29381e7c6f5d96985ccca
tree24443f3009e77d0ae83758b8f17147c0955d80ac
parentba1c5239bc4b9719a20cedd35a313fa4237e7151
sort: Ignore fields where end position is before the start position

* NEWS: Mention the fix
* THANKS: Add Cliff Miller
* src/sort.c (keycompare): Ensure lima >= texta
* tests/misc/sort: Add 3 corresponding tests

Signed-off-by: Pádraig Brady <P@draigBrady.com>
NEWS
THANKS
src/sort.c
tests/misc/sort