]> gitweb.factorcode.org Git - factor.git/history - extra/boyer-moore/boyer-moore.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / boyer-moore / boyer-moore.factor
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2020-03-15 Cat Stevensfix various typos; cleanup and fully document boyer...
2017-02-06 John Benediktssonboyer-moore: simplify M\ sequence search-from.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-18 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-18 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-17 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-17 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-17 Slava PestovMerge branch 'boyer-moore' of git://github.com/dmsh...
2010-04-16 Dmitry Shubinboyer-moore: fixed indentation, typos
2010-04-15 Dmitry ShubinAdd: Boyer-Moore string search algorithm