History log of /src/usr.bin/patch/backupfile.h |
Revision | | Date | Author | Comments |
1.7 |
| 19-Feb-2021 |
nia | 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?
|
1.6 |
| 19-Sep-2008 |
joerg | branches: 1.6.52; 1.6.62; 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.
|
1.5 |
| 08-Jul-2003 |
kristerw | Const poisoning.
|
1.4 |
| 08-Mar-2002 |
kristerw | Ansify Remove 'register' Make local functions static. Remove most '#ifndef lint'
|
1.3 |
| 19-Sep-1996 |
thorpej | RCS id police.
|
1.2 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 |
| 09-Apr-1993 |
cgd | patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL.
|
1.6.62.1 |
| 26-Feb-2021 |
martin | 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?
|
1.6.52.1 |
| 26-Feb-2021 |
martin | Pull up following revision(s) (requested by nia in ticket #1660):
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?
|