OpenBSD CVS

CVS log for src/usr.bin/patch/pch.c


[BACK] Up to [local] / src / usr.bin / patch

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_5_7


Revision 1.51.2.2 / (download) - annotate - [select for diffs], Fri Jul 31 18:34:30 2015 UTC (8 years, 10 months ago) by krw
Branch: OPENBSD_5_7
Changes since 1.51.2.1: +14 -2 lines
Diff to previous 1.51.2.1 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored)

Backport rev 1.53 by millert:
Account for newlines in substitution (s///) commands.  Substitution
commands might contain a newline in the replacement pattern (escaped
with a backslash before it), causing patch's understanding of the
state the ed child process is in to diverge from reality. This can
lead to patch unwillingly feeding '!' (execute shell command) lines
to ed.  From Martin Natano.  OK deraadt@

Revision 1.51.2.1 / (download) - annotate - [select for diffs], Mon Jul 27 16:10:54 2015 UTC (8 years, 10 months ago) by krw
Branch: OPENBSD_5_7
Changes since 1.51: +11 -27 lines
Diff to previous 1.51 (colored)

Backport commit of 2015-07-26 14:32 by millert

Remove support for automatically checking files out of RCS.  The
behavior is confusing to users and even GNU patch no longer does
it by default.  OK krw@ guenther@

Revision 1.51 / (download) - annotate - [select for diffs], Thu Feb 5 12:59:57 2015 UTC (9 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE
Branch point for: OPENBSD_5_7
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored)

Include stdint.h, not limits.h to get SIZE_MAX.  OK guenther@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.