OSDN Git Service

Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
[android-x86/external-toybox.git] / toys / posix / patch.c
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-01 Rob LandleyAdd patch -d and --dry-run
2015-11-01 Rob LandleyLast patch broke creating new file as a patch, fix it.
2015-11-01 Rob LandleyFix applying patch hunks with trailing context to the...
2014-08-06 Rob LandleyFix a couple patch bugs concerning error output.
2014-06-29 Rob LandleyUse dlist_terminate() in patch.
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2013-10-31 Rob LandleyMake the patch -x option (only enabled with CONFIG_DEBU...
2013-09-09 Rob LandleyAdjust patch to use dlist_pop()
2013-03-22 Rob LandleyFix a bug in patch I fixed back in 2010 but forgot...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-12 Rob LandleyYet another attempt to get the fiddly patch file creati...
2012-11-10 Rob LandleyFix reversed test: patch creates a file if /dev/null...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-10-08 Rob LandleyMissing line in patch -l. Oops.
2012-10-07 Rob Landleypatch -l (loose match)
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...