Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --dry-run as synonym to -C/--check. | 2018-06-22 | 1 | -3/+3 | |
| | | | | | | | FreeBSD and NetBSD has this for a while, and GNU patch got it even earlier than we got -C. input from sthen@ & jca@; okay sthen@, jca@ and deraadt@. | ||||
* | Stop telling patch(1) runs ed(1). | 2018-04-11 | 1 | -8/+2 | |
| | | | | okay tb@ and benno@ | ||||
* | Remove support for automatically checking files out of RCS. The | 2015-07-26 | 1 | -11/+2 | |
| | | | | | behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@ | ||||
* | remove the first comma from constructs like ", and," and ", or,": you can use | 2015-03-13 | 1 | -3/+3 | |
| | | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; | ||||
* | Remove SCCS support. For this to work, we would need "get", which we don't | 2014-11-22 | 1 | -4/+4 | |
| | | | | | | even have in ports. XSI functionality of POSIX, therefore optional. ok deraadt, schwarze, tedu | ||||
* | patch was moved from user portability (UP) to base in issue 7 | 2014-04-15 | 1 | -8/+5 | |
| | | | | and is no longer optional; | ||||
* | add an EXIT STATUS section for /usr/bin; | 2010-09-03 | 1 | -18/+18 | |
| | |||||
* | updates to IEEE Std 1003.1-2008; | 2009-02-08 | 1 | -2/+2 | |
| | |||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -5/+5 | |
| | | | | updates to follow; | ||||
* | over-rule -> overrule; from Thomas Pfaff | 2008-10-19 | 1 | -3/+3 | |
| | |||||
* | update the description of -b and STANDARDS; suggested by grunk | 2008-06-06 | 1 | -7/+14 | |
| | | | | ok millert | ||||
* | providing MLINKS for shell builtins makes little sense: what we had was out | 2008-01-11 | 1 | -5/+4 | |
| | | | | | | | | | | | of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - note some apps which are xpg4, not posix | 2007-05-31 | 1 | -1/+14 | |
| | | | | | | - note that some apps are optional to posix after some discussion w/ otto | ||||
* | adds a detailed synopsis to the man page; sorts options in | 2007-04-18 | 1 | -52/+90 | |
| | | | | | | | | the description list and adds missing arguments; syncs usage() written with a lot of useful advice by jmc@ ok by jmc@ | ||||
* | o fairly major man page reorganization | 2003-10-31 | 1 | -160/+253 | |
| | | | | | | 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@ | ||||
* | Historically, patch would treat a bare -p as -p0. This contradicts | 2003-07-31 | 1 | -3/+1 | |
| | | | | | 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"). | ||||
* | Add POSIX -i option; tedu@ OK | 2003-07-30 | 1 | -1/+5 | |
| | |||||
* | Be more exact on how backup files are handled. | 2003-07-28 | 1 | -3/+3 | |
| | | | | ok millert@ tedu@ | ||||
* | Make patch(1) exit value match POSIX and be consistent with diff. | 2003-07-28 | 1 | -3/+14 | |
| | | | | Comments and OK from otto@ | ||||
* | Add POSIX -b option but don't change the default beahvior wrt backups | 2003-07-25 | 1 | -9/+17 | |
| | | | | yet. The old -b option is now -z (matches GNU patch). | ||||
* | "options" not "switches"; jmc@ OK | 2003-07-24 | 1 | -13/+12 | |
| | | | | also update Larry's email address while I am at it ;-) | ||||
* | Don't talk about ~ and # suffixes for orig and reject files since we | 2003-07-24 | 1 | -19/+5 | |
| | | | | use .orig and .rej. | ||||
* | mdoc version; | 2003-07-24 | 1 | -316/+325 | |
| | | | | ok millert@ | ||||
* | Use getopt_long() to parse options instead of rolling our own. | 2003-07-22 | 1 | -18/+2 | |
| | | | | OK deraadt@ and otto@ | ||||
* | remove junk; ok otto tedu | 2003-07-18 | 1 | -2/+2 | |
| | |||||
* | copyrights added; | 2003-02-18 | 1 | -1/+21 | |
| | | | | | | ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | ||||
* | typo; jmc@prioris.mini.pw.edu.pl | 2003-01-06 | 1 | -3/+3 | |
| | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -3/+3 | |
| | | | | | | | - 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... :/ | ||||
* | add -C | 1998-11-25 | 1 | -1/+12 | |
| | |||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 1 | -24/+24 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+518 | |