mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
This is a module for computing the difference between two files,
|
|
two strings, or any other two lists of things. It uses an
|
|
intelligent algorithm similar to (or identical to) the one used by
|
|
the Unix `diff' program. It is guaranteed to find the *smallest
|
|
possible* set of differences.
|