comparator and filterator are a pair of tools for rapidly finding common code segments in large source trees. They can be useful as tools for detecting copyright infringement.
| Tags | Software Development |
|---|---|
| Licenses | BSD Three-Clause |
| Implementation | C Python |


Release Notes: This release excludes .git/.bzr/.hg repo directories as well as .svn.


Release Notes: The license was changed to BSD. Python was tweaked to use hashlib rather than the deprecated md5 module. Some compiler warnings were suppressed.


Release Notes: Tweaks were made to ease porting to SunOS. A dramatic speedup was made for SCF-file reads. Incorrect statistics generation with "filterator -mfF" was fixed (counts were too high). Documentation fixes were made.


Release Notes: This release fixes a strtok() bug apparently introduced by a C library change. It also adds -n, -f, and -F options to filterator.


Release Notes: In this version, the source RPMs no longer depend on myversion being defined.