summaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.1
AgeCommit message (Collapse)Author
2003-10-31o fairly major man page reorganizationTodd C. Miller
o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@
2003-07-31Historically, patch would treat a bare -p as -p0. This contradictsTodd C. Miller
POSIX and GNU patch has also removed this, so we will too. No objections on icb (no one even seemed to know about this "feature").
2003-07-30Add POSIX -i option; tedu@ OKTodd C. Miller
2003-07-28Be more exact on how backup files are handled.Otto Moerbeek
ok millert@ tedu@
2003-07-28Make patch(1) exit value match POSIX and be consistent with diff.Todd C. Miller
Comments and OK from otto@
2003-07-25Add POSIX -b option but don't change the default beahvior wrt backupsTodd C. Miller
yet. The old -b option is now -z (matches GNU patch).
2003-07-24"options" not "switches"; jmc@ OKTodd C. Miller
also update Larry's email address while I am at it ;-)
2003-07-24Don't talk about ~ and # suffixes for orig and reject files since weTodd C. Miller
use .orig and .rej.
2003-07-24mdoc version;Jason McIntyre
ok millert@
2003-07-22Use getopt_long() to parse options instead of rolling our own.Todd C. Miller
OK deraadt@ and otto@
2003-07-18remove junk; ok otto teduTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-11-25add -CMarc Espie
1996-06-10Support the long options that FSF's patch version has. $OpenBSD$ addedNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt