NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/11220 CVS commit: src/usr.bin/patch



The following reply was made to PR standards/11220; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/11220 CVS commit: src/usr.bin/patch
Date: Fri, 19 Sep 2008 18:33:34 +0000 (UTC)

 Module Name:   src
 Committed By:  joerg
 Date:          Fri Sep 19 18:33:34 UTC 2008
 
 Modified Files:
        src/usr.bin/patch: Makefile backupfile.c backupfile.h common.h inp.c
            inp.h patch.1 patch.c pch.c pch.h util.c util.h
 Added Files:
        src/usr.bin/patch: mkpath.c pathnames.h
 Removed Files:
        src/usr.bin/patch: EXTERN.h INTERN.h README patchlevel.h version.c
            version.h
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.4 -r0 src/usr.bin/patch/EXTERN.h src/usr.bin/patch/INTERN.h \
     src/usr.bin/patch/patchlevel.h
 cvs rdiff -r1.8 -r1.9 src/usr.bin/patch/Makefile
 cvs rdiff -r1.3 -r0 src/usr.bin/patch/README
 cvs rdiff -r1.13 -r1.14 src/usr.bin/patch/backupfile.c
 cvs rdiff -r1.5 -r1.6 src/usr.bin/patch/backupfile.h
 cvs rdiff -r1.18 -r1.19 src/usr.bin/patch/common.h src/usr.bin/patch/inp.c
 cvs rdiff -r1.9 -r1.10 src/usr.bin/patch/inp.h src/usr.bin/patch/pch.h
 cvs rdiff -r0 -r1.1 src/usr.bin/patch/mkpath.c src/usr.bin/patch/pathnames.h
 cvs rdiff -r1.12 -r1.13 src/usr.bin/patch/patch.1
 cvs rdiff -r1.26 -r1.27 src/usr.bin/patch/patch.c
 cvs rdiff -r1.22 -r1.23 src/usr.bin/patch/pch.c
 cvs rdiff -r1.23 -r1.24 src/usr.bin/patch/util.c
 cvs rdiff -r1.10 -r1.11 src/usr.bin/patch/util.h
 cvs rdiff -r1.6 -r0 src/usr.bin/patch/version.c src/usr.bin/patch/version.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index