Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-19 | Remove "feature test macros", replace non-portable fdprintf() with standard ↵ | Rob Landley | |
fprintf(). | |||
2012-02-26 | Teach patch -p that consecutive /// counts as one path component. | Rob Landley | |
2012-01-22 | Patch shouldn't be bothered by DOS newlines. | Rob Landley | |
2011-11-22 | Don't complain about "possibly reversed" hunks that merely moved later in ↵ | Rob Landley | |
the file, just give a potential reason if it failed to apply. | |||
2011-05-21 | The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular. | Rob Landley | |
(Yes, this was designed by the FSF, what gave it away?) | |||
2010-02-28 | For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output ↵ | Rob Landley | |
about the search and match. | |||
2010-02-28 | One more little tweak to patch: unrecognized date format != delete file. | Rob Landley | |
2009-11-29 | Fix reversed patch detection logic, remove unused variables, rename ↵ | Rob Landley | |
variables, better comments. | |||
2009-03-29 | Another patch corner case.0.0.9.1 | Rob Landley | |
2009-03-28 | Rearchitect patch to handle more darn corner cases. | Rob Landley | |
2009-01-04 | Make patch work with -R when deleting files. | Rob Landley | |
2008-12-16 | Two bugfixes for deleting files (-p and message) | Rob Landley | |
2008-11-18 | The epoch can also show up as 1970-01-01 (depending on timezone), so treat ↵ | Rob Landley | |
any year >0 and <= 1970 as meaning "file does not exist". | |||
2008-10-23 | Upgrade patch to detect hunks that start after a false start. | Rob Landley | |
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. | |||
2008-04-08 | Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail | Rob Landley | |
if a create isn't exclusive. | |||
2008-01-20 | Move dlist_add() to lib/llist.c | Rob Landley | |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley | |
macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion. | |||
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley | |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley | |
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.) | |||
2007-12-31 | Fix patch to use @@ values and match EOF when fewer trailing than starting | Rob Landley | |
context lines. | |||
2007-12-27 | Make patch's file add actually work, including directory creating and | Rob Landley | |
understanding zero-context hunks. | |||
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley | |
2007-12-18 | Patch command. | Rob Landley | |