Sujet : Re: FreeTDS port to VMS V9.x on x86?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 15. Jun 2025, 02:58:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102l9cp$l3km$3@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On Sat, 14 Jun 2025 20:38:47 -0400, Arne Vajhøj wrote:
On 6/14/2025 7:39 PM, Lawrence D'Oliveiro wrote:
>
On Sat, 14 Jun 2025 14:09:04 -0400, Arne Vajhøj wrote:
>
$ diff descrip.mms
Is there a “diff -u” option? I ask because unified diffs are the common
format for exchanging source patches in a format that patch(1) (and
other compatible tools) will accept.
$ DIFF /SLP and $ EDIT /SUM
But those generate precise editor commands, do they not, complete with
line numbers that must match in order for the patch to work.
or grab one of the many ports of *nix diff and patch.
You mean, they’re not standard equipment?
The clever thing about the patch(1) tool is, it can apply a patch to a
file that has already had other patches applied to it: if all they’ve done
is move the target area a few lines forward or backward, the patch command
will still succeed.