ache 85448eebc0 1) Rewrite input processing to not exit with error on the first EILSEQ found
in the input data but fallback to "binary equal" check instead.

POSIX says: "The input file shall be a text file", nothing more,
so the text file with illegal sequence is valid input.
BTW, GNU sort does not fails on EILSEQ too.

2) Speedup input processing a bit in complex cases like skipping fields,
chars or ignore case.

3) Enforce the implied LINE_MAX limit (from POSIX definition of "text file"
and POSIX uniq(1) description).
2010-03-06 19:21:57 +00:00
..
2010-01-02 10:09:20 +00:00
2010-02-05 18:17:17 +00:00
2010-01-02 10:09:20 +00:00
2010-01-15 16:01:22 +00:00
2010-01-29 14:41:16 +00:00
2010-03-03 21:22:53 +00:00
2009-04-01 08:33:54 +00:00
2010-02-03 21:06:13 +00:00
2010-02-09 10:47:44 +00:00
2010-01-15 16:01:22 +00:00
2010-02-26 09:41:16 +00:00
2009-06-23 23:17:04 +00:00
2009-12-26 00:46:05 +00:00
2010-01-02 10:09:20 +00:00
2010-03-02 16:58:04 +00:00
2010-01-27 21:06:53 +00:00
2009-12-13 03:18:37 +00:00
2010-03-04 12:18:24 +00:00
2010-02-26 13:48:04 +00:00
2010-01-02 10:09:20 +00:00
2010-02-25 20:24:19 +00:00
2010-01-05 21:09:59 +00:00
2010-02-19 16:54:51 +00:00
2010-02-26 09:41:16 +00:00
2009-12-13 04:14:55 +00:00