Age | Commit message (Collapse) | Author |
|
|
|
the original position before exiting.
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
echo.test while I'm at it.
|
|
(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.
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
macros in each C file, and making generated/globals.h from that. Rename
"toy" to "this" along the way to avoid toy/toys confusion.
|
|
|
|
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also
convert more of Makefile into a thin wrapper around shell scripts that actually
do the work. (Makefile is only still there for the user interface.)
|
|
|
|
understanding zero-context hunks.
|
|
|
|
|
|
|
|
|
|
default and have [p]error_exit() always return nonzero anyway.
|
|
|
|
|
|
|
|
|
|
|
|
tweaks.
|
|
unused portion of the buffer to 0, which can touch and allocate physical
pages for a large virtual mapping.)
|
|
as a yottabyte suffix. Also, the shift increment needs to be a long constant
on 64-bit platforms for the top three suffixes to mean anything.
|
|
|
|
message when called
from get_optflags().
|
|
|
|
|
|
|
|
|
|
isn't portable (with ppc 4xx as an example of a platform it doesn't work
on). This is why va_copy exists.
|