Sujet : Re: diff and patch
De : obermeier (at) *nospam* poSoft.de (Paul Obermeier)
Groupes : comp.lang.tclDate : 18. Jun 2025, 19:07:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102uv9s$395tq$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
Am 18.06.2025 um 13:19 schrieb Ashok:
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
BAWT contains a Tcl9 ready version of DiffUtil (0.4.3), see
https://wiki.tcl-lang.org/page/Porting+extensions+to+Tcl+9Paul