Age | Commit message (Collapse) | Author |
|
|
|
|
|
use xzalloc() and xputc() as appropriate.
|
|
|
|
"kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
|
|
cleanups on kill.c.
|
|
bzero case pretty well.
|
|
|
|
|
|
|
|
an integer.
|
|
|
|
|
|
be improved.
|
|
|
|
|
|
is stored in an unsigned variable.
|
|
|
|
|
|
(as yet) unsupported multi-function option (ala "x*@").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.)
|
|
Imagine a hunk that starts with a blank line, but the site to patch starts
with two blank lines. Before we'd read the first blank line, think it was the
start of the hunk and buffer it, read the second blank line, notice that it
didn't match the second line of the hunk, and discard _both_ buffered lines of
context (writing them to the output file) without checking that one of the
later context lines might have been the real start of the hunk.
Make it re-check the rest of the buffered context for matches each time it
discards a line of buffered context.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|