Age | Commit message (Collapse) | Author |
|
(The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.)
|
|
|
|
|
|
|
|
errors.
|
|
|
|
make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...
|
|
|
|
optargs and llist.c, plus add a test suite entry. Still no -f support though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still needs to handle directories properly and needs padding for
-l output.
|
|
|
|
|
|
appears in the middle of the filename
|
|
|
|
This exposed one issue in head.c -- printf was not flushing and
file names could appear after file contents instead of before.
The issue is fixed by calling xflush after xprintf.
|
|
add tests for octal and hexadecimal formatting
|
|
|
|
|
|
|
|
|
|
|
|
what SUSv4 says it should do, so cope with buggy FSF tools.
|
|
|
|
|
|
just one command/line in a clearer order.)
|
|
|
|
|
|
|
|
|
|
|
|
echo.test while I'm at it.
|
|
(Specifically, it was comparing "sh," with "sha1sum," and putting sha1sum first
in generated/newtoys.h so the binary search wasn't finding sha1sum. Alas, you
can't feed separate beginning and ending delimiters to "sort -t". The fix is
to copy the appropriate field out with sed, duplicate it at the start of the
string where it's easy to compare, and then remove it again with a second
sed after the sort.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|