Sujet : Re: diff and patch
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 18. Jun 2025, 12:19:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102u7ca$33dlm$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
If you don't mind binary extensions, you may want to look at the DiffUtil package -
https://github.com/pspjuth/DiffUtilTcl% package require DiffUtil
0.4.1
% DiffUtil::diffStrings abcdefgh abXdefgY
ab ab c X defg defg h Y {} {}
I don't think it's been ported to Tcl 9 though.
/Ashok