log toys/patch.c @ 562:4d802d438983

age author description
Mon, 19 Mar 2012 19:19:21 -0500 Rob Landley Remove "feature test macros", replace non-portable fdprintf() with standard fprintf().
Sun, 26 Feb 2012 21:52:07 -0600 Rob Landley Teach patch -p that consecutive /// counts as one path component.
Sun, 22 Jan 2012 22:28:04 -0600 Rob Landley Patch shouldn't be bothered by DOS newlines.
Tue, 22 Nov 2011 06:08:26 -0600 Rob Landley Don't complain about "possibly reversed" hunks that merely moved later in the file, just give a potential reason if it failed to apply.
Sat, 21 May 2011 22:54:21 -0500 Rob Landley The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular.
Sun, 28 Feb 2010 14:11:41 -0600 Rob Landley For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match.
Sun, 28 Feb 2010 12:16:43 -0600 Rob Landley One more little tweak to patch: unrecognized date format != delete file.
Sun, 29 Nov 2009 22:14:06 -0600 Rob Landley Fix reversed patch detection logic, remove unused variables, rename variables, better comments.
Sun, 29 Mar 2009 01:08:34 -0500 Rob Landley Another patch corner case. 0.0.9.1
Sat, 28 Mar 2009 21:33:03 -0500 Rob Landley Rearchitect patch to handle more darn corner cases.
Sun, 04 Jan 2009 13:27:36 -0600 Rob Landley Make patch work with -R when deleting files.
Tue, 16 Dec 2008 01:48:27 -0600 Rob Landley Two bugfixes for deleting files (-p and message)
Tue, 18 Nov 2008 22:22:18 -0600 Rob Landley The epoch can also show up as 1970-01-01 (depending on timezone), so treat any year >0 and <= 1970 as meaning "file does not exist".
Thu, 23 Oct 2008 16:44:30 -0500 Rob Landley Upgrade patch to detect hunks that start after a false start.
Tue, 08 Apr 2008 22:59:18 -0500 Rob Landley Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
Sun, 20 Jan 2008 17:34:53 -0600 Rob Landley Move dlist_add() to lib/llist.c
Sun, 20 Jan 2008 17:25:44 -0600 Rob Landley Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Mon, 31 Dec 2007 14:34:41 -0600 Rob Landley Fix patch to use @@ values and match EOF when fewer trailing than starting
Thu, 27 Dec 2007 21:36:33 -0600 Rob Landley Make patch's file add actually work, including directory creating and
Thu, 20 Dec 2007 06:30:19 -0600 Rob Landley Upgrade patch to understand creating and deleting files.
Tue, 18 Dec 2007 02:02:21 -0600 Rob Landley Patch command.