aboutsummaryrefslogtreecommitdiff
path: root/toys/patch.c
AgeCommit message (Expand)Author
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-03-19Remove "feature test macros", replace non-portable fdprintf() with standard f...Rob Landley
2012-02-26Teach patch -p that consecutive /// counts as one path component.Rob Landley
2012-01-22Patch shouldn't be bothered by DOS newlines.Rob Landley
2011-11-22Don't complain about "possibly reversed" hunks that merely moved later in the...Rob Landley
2011-05-21The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular.Rob Landley
2010-02-28For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output abou...Rob Landley
2010-02-28One more little tweak to patch: unrecognized date format != delete file.Rob Landley
2009-11-29Fix reversed patch detection logic, remove unused variables, rename variables...Rob Landley
2009-03-29Another patch corner case.0.0.9.1Rob Landley
2009-03-28Rearchitect patch to handle more darn corner cases.Rob Landley
2009-01-04Make patch work with -R when deleting files.Rob Landley
2008-12-16Two bugfixes for deleting files (-p and message)Rob Landley
2008-11-18The epoch can also show up as 1970-01-01 (depending on timezone), so treat an...Rob Landley
2008-10-23Upgrade patch to detect hunks that start after a false start.Rob Landley
2008-04-08Teach patch that a file dated 1969-12-31 means doesn't exist, and to failRob Landley
2008-01-20Move dlist_add() to lib/llist.cRob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-31Fix patch to use @@ values and match EOF when fewer trailing than startingRob Landley
2007-12-27Make patch's file add actually work, including directory creating andRob Landley
2007-12-20Upgrade patch to understand creating and deleting files.Rob Landley
2007-12-18Patch command.Rob Landley