]> gitweb.factorcode.org Git - factor.git/history - extra/sequences
Added UTExportedTypeDeclarations to Info.plist
[factor.git] / extra / sequences /
2020-12-21 Doug Colemansequences.extras: Add find-pred
2020-12-14 John Benediktssonsequences.extras: fix pad-center output type.
2020-12-11 John Benediktssonsequences.extras: fix docs for pad-center.
2020-12-11 John Benediktssonsequences.extras: simplify pad-center, add docs.
2020-12-01 John Benediktssonsequences.extras: fix example for loop>sequence.
2020-11-30 John Benediktssonsequences.extras: loop>sequence simplify.
2020-11-30 John Benediktssonsequences.extras: make loop>array* use produce.
2020-11-30 John Benediktssonsequences.extras: simplify zero-loop>array.
2020-11-30 John Benediktssonsequences.extras: make loop>array faster using produce.
2020-11-29 Doug Colemansequences.extras: Add loop>array** and document all...
2020-11-29 Doug Colemandb.sqlite: Add some more constants and a way to see...
2020-11-04 John Benediktssonsequence.padded: use nth-unsafe in padded-head.
2020-11-04 John Benediktssonsequences.padded: adding virtual padded sequences.
2020-09-28 John Benediktssonsequences.extras: fix stack effect for filter-all-subseqs.
2020-07-20 John Benediktssonsequences.extras: move some words to assocs.extras.
2020-07-19 Doug Colemansequences.extras: Add {filter,reject}-{keys,values}
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-04-02 John BenediktssonRevert "basis: Move more extra to basis."
2020-03-28 Doug Colemanbasis: Move more extra to basis.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2019-06-28 John Benediktssonsequences.extras: adding extract!.
2018-12-16 Doug Colemansequences.extras: Allow row variables in loop>array...
2018-11-22 Doug Colemanimap: Add a word to list all folders and fix a couple...
2018-07-06 John Benediktssonsequences.extras: fix bug in count-head, add some tests.
2018-07-04 Doug Colemansequences.extras: Add count-head and count-tail
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-18 John Benediktssonsequences.modified: little bit more cleanup.
2018-02-18 John Benediktssonsequences.modified: simplify M\ summed modified-nth.
2018-02-16 John Benediktssonsequences.extras: fix test case for interleaved/join...
2018-02-16 John Benediktssonsequences.extras: making evens/odds mutable sequences.
2018-02-16 John Benediktssonsequences.extras: rename join-with to interleaved.
2018-02-16 John Benediktssonsequences.extra: make evens/odds virtual sequences.
2018-02-16 John Benediktssonsequences.repeating: cleanup repeats.
2018-02-16 John Benediktssonsequences.extras: fix evens/odds to not cache length.
2018-02-16 John Benediktssonsequences.interleaved: use 2/ (shift) instead of 2...
2018-02-16 John Benediktssonsequences.interleaved: adding a interleaved sequence.
2018-02-16 John Benediktssonsequences.extras: adding join-with-as, test with strings.
2018-02-15 John Benediktssonsequences.extras: faster join-with.
2018-02-15 John Benediktssonsequences.extras: adding join-with.
2018-02-15 John Benediktssonfix some test usings broken in the cleanup yesterday.
2018-02-15 John Benediktssonextra: remove some unneeded IN: in -tests.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-08 Björn Lindqvistsequences.extras: this formulation of arg-max/min shoul...
2017-10-25 John Benediktssonsequences.extras: adding 3each-from and 3map-reduce.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-07-04 Björn Lindqvistbasis/,extra/: lots of new tags.txt files
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-25 Alexander Iljinsequences.extras: add ?supremum and ?infimum
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemanfactor: last iota -> <iota> fix.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-27 John Benediktssonsequences.extras: additional tests for take-while and...
2017-01-26 John Benediktssonsequences.extras: whoops, fix tests.
2017-01-26 John Benediktssonsequences.extras: experimenting with take-while and...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-12-29 John Benediktssonsequences.extras: fix map-concat to be row-polymorphic.
2016-12-29 John Benediktssonsequences.extras: little more cleanup.
2016-12-29 John Benediktssonsequences.extras: fix doc for find-all.
2016-12-29 John Benediktssonsequences.extras: removing a couple words that aren...
2016-12-29 John Benediktssonsequences.extras: simpler find-all and a test.
2016-10-28 Jon Harperdocs: typos: occurence -> occurrence
2016-08-03 John Benediktssonsequences.extras: adding pad-center.
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-05-09 Doug Colemansequences.extras: add map-keys, map-values.
2016-04-10 Doug Colemansequences.extras: add a nullable span-slices word that...
2016-04-07 Doug Colemansequences.extras: Allow from to be f in ?<slice>
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-04-04 Doug Colemansequences.extras: Add a word to ensure that the underly...
2016-04-04 John Benediktssonsequences.extras: make rotate wrap.
2016-04-04 John Benediktssonsequences.extras: make rotate! support negative indices.
2016-04-04 John Benediktssonsequences.extras: make rotate support negative n.
2016-04-04 John Benediktssonsequences.extras: rename back to rotate!.
2016-04-02 Doug Colemansequences.extras: Check if slices overlap or touch...
2016-04-02 Doug Colemansequences.extras: rename rotate to rotate-headwards...
2016-03-31 John Benediktssonsequences.frozen: adding virtual "frozen" sequences.
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-29 Doug Colemansequences.extras: oops. cleanup dumb implementation.
2016-03-29 Doug Colemansequences.extras: add map-zip.
2016-03-25 Doug Colemansequences.extras: Fix bad rename. (each-from) -> setup...
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
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...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-22 Doug Colemansequences.extras: Add selector* which saves the output...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-12 John Benediktssonsequences.rotated: can be a lot faster if we don't...
2015-05-10 Jon Harpersequences.extras: add start-all and count-subseq for...
2015-04-29 John Benediktssonsequences.rotated: adding all-rotations.
2015-04-28 John Benediktssonsequences.extras: adding find-last-index.
2015-02-03 Benjamin PollackAdd more documentation to sequences.extras 1277/head
next