Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
(Yeah, I know sysfs hasn't actually got an API, but I like to pretend...)
|
|
|
|
|
|
|
|
|
|
if a create isn't exclusive.
|
|
|
|
|
|
|
|
|
|
and maybe -xviu), most of which still need to be implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and update a chunk of code.html (much more to do there).
|
|
|
|
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.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
context lines.
|
|
|
|
understanding zero-context hunks.
|
|
|
|
|
|
|
|
|
|
|