History log of /netbsd-src/usr.bin/patch/patch.1 (Results 1 – 22 of 22)
Revision Date Author Comments
# 66c213d6 16-Jun-2023 wiz <wiz@NetBSD.org>

patch: add --backup-if-mismatch and --no-backup-if-mismatch for GNU patch compatibility

These options only make sense in POSIX mode, since NetBSD's patch
has --backup enabled by default and GNU patc

patch: add --backup-if-mismatch and --no-backup-if-mismatch for GNU patch compatibility

These options only make sense in POSIX mode, since NetBSD's patch
has --backup enabled by default and GNU patch doesn't.

In POSIX mode, GNU patch and NetBSD patch now behave the same for these
two options.

show more ...


# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# a08385b4 07-Nov-2015 joerg <joerg@NetBSD.org>

Explain what "-V none" does.


# 282efd00 02-Aug-2015 wiz <wiz@NetBSD.org>

Fix two typos.


# 429d4742 02-Aug-2015 christos <christos@NetBSD.org>

remove reference to SCCS which is not supported anymore.
XXX: pullup-7


# e9d34c2f 11-Apr-2014 christos <christos@NetBSD.org>

mention -V none


# b5609ab0 29-Jan-2013 wiz <wiz@NetBSD.org>

Add comma after i.e.
From Bug Hunting.


# 1ac719d1 08-Apr-2012 wiz <wiz@NetBSD.org>

Remove unnecessary Bk/Ek pairs from SYNOPSIS.
No effective change except where I used the opportunity to sort options
and/or option descriptions.


# 7e698237 10-Mar-2009 joerg <joerg@NetBSD.org>

Don't workaround ancient macro argumentent limitation with .Xo/.Xc.


# d5b2c9a8 19-Sep-2008 joerg <joerg@NetBSD.org>

Update patch to the version used by DragonFly and derived from OpenBSD.
Major changes are:
- better detection of double applied patches
- rejects remain unified diffs for unified patches
- far less l

Update patch to the version used by DragonFly and derived from OpenBSD.
Major changes are:
- better detection of double applied patches
- rejects remain unified diffs for unified patches
- far less limitations, e.g. patch lines may be arbitrary long

This addresses PR standards/11220 by changing patch -b behavior to be
POSIX compliant. Old behavior can be obtained using --suffix, which
works since NetBSD 1.4. pkgsrc has been adjusted accordingly.

show more ...


# de60b309 25-Mar-2005 wiz <wiz@NetBSD.org>

Sort options. Add -C to usage.


# eb043912 25-Mar-2005 wiz <wiz@NetBSD.org>

Fix typo and drop trailing whitespace.


# 4f9669ed 25-Mar-2005 skd <skd@NetBSD.org>

add --dry-run like gnu patch.


# e840d74c 06-Jan-2003 wiz <wiz@NetBSD.org>

Superfluous word; from jmc@prioris.mini.pw.edu.pl via openbsd.


# be8ae688 30-Sep-2002 grant <grant@NetBSD.org>

New sentence, new line.


# 2a76afae 08-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.


# aded0d2c 01-Dec-2001 wiz <wiz@NetBSD.org>

Whitespace cleanup.


# 961cdd38 16-Oct-2000 kleink <kleink@NetBSD.org>

Support the 1003.2-92 -i option to specify a patchfile;
fixes PR standards/11221.


# 29cf09f4 19-Sep-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# 0b02f897 19-Sep-1996 thorpej <thorpej@NetBSD.org>

Decode long (GNU-style) options. Changes originally from Niklas Hallqvist,
but modified some by me.


# aee4b07b 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# 3b63e56c 09-Apr-1993 cgd <cgd@NetBSD.org>

patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL.