Age | Commit message (Collapse) | Author |
|
symbols could cause an unsigned char limit[8] to wrap back to 0, setting
limit to -1 and making the decompressor exit with a data error.
|
|
no flags auto-enables stopearly (so seq doesn't have to specify it to avoid
having negative number arguments eaten by the option parsing logic).
|
|
|
|
|
|
|
|
|
|
wrote back in 2005).
Still a few bugs. Needs a _biiiiig_ test suite...
|
|
|
|
|
|
|
|
|
|
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.
|
|
(Yeah, I know sysfs hasn't actually got an API, but I like to pretend...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shouldn't die when it's told to chop out a subsection of a string.
|
|
|
|
|
|
|
|
if a create isn't exclusive.
|
|
|
|
|
|
|
|
The directory scripts/test is not related to the script scripts/test.sh. If
the shell script is newer than the directory, IT DOESN'T MATTER.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and maybe -xviu), most of which still need to be implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warning rather than an error (it means the directory tree is changing out
from under it, but only the user knows if that's fatal).
|
|
|
|
|