History log of /netbsd-src/usr.bin/patch/backupfile.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 8b022a82 19-Feb-2021 nia <nia@NetBSD.org>

patch: make '-V none' work in the expected way

Internally the code confuses the concept of "the user doesn't want
a backup file" and "the user hasn't defined a type of backup file".

Introduce a new

patch: make '-V none' work in the expected way

Internally the code confuses the concept of "the user doesn't want
a backup file" and "the user hasn't defined a type of backup file".

Introduce a new "undefined" backup type to serve the purpose "none"
previously did, and make "none" not generate backup files, as expected.

http://mail-index.netbsd.org/tech-userlevel/2021/02/19/msg012901.html

XXX pullup?

show more ...


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

recognize -V none


# 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 ...


# 75c32b46 30-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op


# ef4b3d62 12-Jul-2003 itojun <itojun@NetBSD.org>

copyright missing in files, copy them from README


# 3e51d2b7 08-Jul-2003 kristerw <kristerw@NetBSD.org>

Const poisoning.


# f4b0e187 30-May-2003 kristerw <kristerw@NetBSD.org>

Fix some lint warnings.


# 93318b47 16-Mar-2002 kristerw <kristerw@NetBSD.org>

Check result of malloc and strdup
Made some functions static
Removed unneccessary buffer
Increased size of some buffers that could overflow


# 175b5054 11-Mar-2002 kristerw <kristerw@NetBSD.org>

Ansify
Remove unused defines
Remove #ifndef lint
Remove redundant and incorrect casts.


# 8bcbaa7b 08-Mar-2002 kristerw <kristerw@NetBSD.org>

Ansify
Remove 'register'
Make local functions static.
Remove most '#ifndef lint'


# b239b35f 06-Nov-1998 christos <christos@NetBSD.org>

char -> unsigned char
rindex -> strrchr


# 795e0608 22-Feb-1998 christos <christos@NetBSD.org>

WARNSify


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

RCS id police.


# 1c759e89 24-Dec-1994 cgd <cgd@NetBSD.org>

headers and redundant declarations.


# 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.