NetBSD/usr.bin/patch
martin 0546026e64 Pull up following revision(s) (requested by nia in ticket #1215):
usr.bin/patch/backupfile.c: revision 1.16
	usr.bin/patch/backupfile.h: revision 1.7
	usr.bin/patch/patch.c: revision 1.30

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?
2021-02-26 13:29:16 +00:00
..
Makefile
backupfile.c Pull up following revision(s) (requested by nia in ticket #1215): 2021-02-26 13:29:16 +00:00
backupfile.h Pull up following revision(s) (requested by nia in ticket #1215): 2021-02-26 13:29:16 +00:00
common.h
inp.c Keep things portable (requested by joerg) by not depending on reallocarr 2018-06-18 18:33:31 +00:00
inp.h
mkpath.c
patch.1
patch.c Pull up following revision(s) (requested by nia in ticket #1215): 2021-02-26 13:29:16 +00:00
pathnames.h
pch.c Keep things portable (requested by joerg) by not depending on reallocarr 2018-06-18 18:33:31 +00:00
pch.h
util.c Keep things portable (requested by joerg) by not depending on reallocarr 2018-06-18 18:33:31 +00:00
util.h Keep things portable (requested by joerg) by not depending on reallocarr 2018-06-18 18:33:31 +00:00