Re: [dev] diff and patch

2022-02-02 Thread LM
On Wed, Feb 2, 2022 at 7:53 AM Mattias Andrée wrote: > I don't have diff(1) readily available, but you > should be able to find it on the mailing list. Was this the latest or is there a later version: https://lists.suckless.org/dev/1602/28395.html Nicely done on the diff implementation. The cod

Re: [dev] diff and patch

2022-02-02 Thread Mattias Andrée
On Wed, 2 Feb 2022 07:48:39 -0500 LM wrote: > I've been looking at non-GNU implementations of diff and patch. The > BSD systems, Plan 9 and toybox all have their own implementations. > Has anyone found other non-GNU licensed Open Source alternatives for > these programs? Does anyone else use di

[dev] diff and patch

2022-02-02 Thread LM
I've been looking at non-GNU implementations of diff and patch. The BSD systems, Plan 9 and toybox all have their own implementations. Has anyone found other non-GNU licensed Open Source alternatives for these programs? Does anyone else use diff and patch alternatives that are not GNU licensed an