]> gitweb.factorcode.org Git - factor.git/history - core/splitting
scryfall: better moxfield words
[factor.git] / core / splitting /
2023-10-26 John Benediktssonsplitting: faster split-lines using subseq-unsafe
2023-09-19 John Benediktssonsplitting: slightly faster linebreak? and docs
2023-09-19 John Benediktssonsplitting: implement universal linebreaks by splitting on:
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-07-31 Doug Colemansplitting: simpler split
2022-07-31 Doug ColemanRevert "splitting: simplify using locals/fry" refactor-core-july21 2637/head
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-07-31 John Benediktssonsplitting: simplify using locals/fry
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-03-23 John Benediktssonsplitting: faster split-when.
2021-03-22 John Benediktssonsplitting: simplify (split1).
2018-08-21 Alexander Iljinsplitting-docs: mention two existing words in documentation
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-13 Alexander Iljinsplitting-docs: add link to slice in split-when-slice 1779/head
2016-04-06 Doug Colemansplitting: string-lines is optimized for strings. rever...
2016-04-05 Doug Colemansplitting-docs: Fix stack effect of string-lines.
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2016-03-14 John Benediktssonsplitting: fix docs for string-lines.
2016-03-14 John Benediktssonsplitting: fix using.
2016-03-13 John Benediktssonsplitting: make string-lines more correctly handle...
2015-07-17 John Benediktssonsplitting: use unsafe in split-when, simplify split...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2014-11-23 Björn Lindqvistsplitting: new word split-indices, it's useful compiler...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-23 John Benediktssoncore: update some help $value types.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-10-12 John Benediktssonsplitting: simplify a bit.
2013-06-25 John Benediktssonsplitting: cleanup duplicate code.
2013-04-01 John Benediktssonsplitting: removing split* to extras.
2013-04-01 John Benediktssonsplitting: add another test case to make sure we can...
2013-03-31 John Benediktssonsplitting: change split* to preserve (separately) the...
2013-03-27 John Benediktssonsplitting: adding split-slice and split*-slice for...
2013-03-27 John Benediktssonsplitting: add split*-when-slice and change to not...
2013-03-27 John Benediktssonsplitting: adding split1-when-slice and split-when...
2013-03-25 John Benediktssonsplitting: string-lines docs say it returns strings...
2013-03-23 Doug Colemansplitting: Support SBUF" " with split-lines. Fixes...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-01-04 Doug Colemansequences: Add join-as, which takes an exemplar. Move...
2012-08-06 John Benediktssonsplitting: making split inline.
2012-07-30 John Benediktssonsplitting: crlf? was unnecessary.
2012-07-14 John Benediktssonsplitting: slightly faster string-lines.
2012-07-14 John Benediktssonsplitting: string-lines is 30-70% faster.
2012-06-21 John Benediktssonsplitting: adding split*, a variant that keeps elements...
2012-04-27 John Benediktssonsplitting: fixing split1-last.
2012-04-26 John Benediktssonusing reverse! when possible.
2012-04-18 John Benediktssonsplitting: fix docs for split1-when.
2012-04-18 John Benediktssonsplitting: adding split1-when.
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-09-25 John BenediktssonFixing docs for recent stack effects additions.
2011-09-24 John BenediktssonAdding stack effects.
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-07 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-07 Slava Pestovsplitting: fix stack effect declaration of (split)
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-08 Joe Groffpolymorphize splitting private combinators
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Slava PestovFix conflict
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-11-08 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-06 Joe Grofffactor "split-when" (split on predicate) from "split"
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-10-03 Jon HarperMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-02 Doug ColemanMerge branch 'klazuka'
2009-10-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-02 Doug ColemanMerge branch 'docs' of git://github.com/klazuka/factor...
2009-10-02 Keith Lazukadocs: change $subsection to $subsections
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
next