aboutsummaryrefslogtreecommitdiff
path: root/toys/patch.c
AgeCommit message (Expand)Author
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