]> gitweb.factorcode.org Git - factor.git/history - extra/boyer-moore
ui.theme.switching.tools: switch breakpoint symbol
[factor.git] / extra / boyer-moore /
2022-07-31 Doug ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-01-20 Doug Colemanfactor: trim more using lists.
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...
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-02-06 John Benediktssonboyer-moore: simplify M\ sequence search-from.
2016-10-28 Jon Harperdocs: typos: occurence -> occurrence
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
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