Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-29 | * src/shuf.c (read_input): Fix an off-by-one error that | Jim Meyering | |
would cause an infloop for piped input of 8KB or more. * NEWS: Mention the fix. * tests/misc/shuf: Test for the above fix. | |||
2006-09-18 | * src/shuf.c (main): Quote the entire range when reporting an | Paul Eggert | |
invalid one, rather than just the part that contained the error. | |||
2006-08-09 | (next_line): New function. | Paul Eggert | |
(read_input): Use it, to avoid relying on GCC-specific behavior with void * arithmetic. | |||
2006-08-08 | New file, introduced for shuf, sort -R, and/or shred. | Paul Eggert | |