]> gitweb.factorcode.org Git - factor.git/history - basis/sequences
scryfall: make decks better, import from moxfield
[factor.git] / basis / sequences /
2024-02-25 John Benediktssonsequences.generalizations: adding lastn, set-lastn...
2024-01-15 olus2000sequences.parser: rename and redefine `next`
2024-01-12 John Benediktssonsequences.parser: simplify duplicate defition.
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-09-10 John Benediktssonsequences.product: performance improvements
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-13 Doug Colemandocs: fix spacing
2023-02-26 Doug Colemansequences: use length-iterator/length-operator words...
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemansequences.deep: deep-subseq? -> deep-subsequence?
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: use new words
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-22 Cat Stevensl2-norm -> norm in the rest of the places
2021-12-22 Cat Stevensvnorm rename
2021-12-05 gifti258Add test for rolling-map
2021-12-05 gifti258Fix off-by-one error in rolling-map
2021-03-22 John Benediktssonsequences.generalizations: move to basis from core.
2020-12-02 John Benediktssonsequences.product: additional product-find test.
2020-12-02 John Benediktssonsequences.product: fix product-find.
2020-12-02 Benjamin Pollacksequences.product: fix a typo/error in product-find...
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-18 John Benediktssonsequences.generalizations: adding docs to ?firstn.
2020-11-18 John Benediktssonsequences.generalizations: adding ?firstn.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
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 Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2019-12-14 John Benediktssonsequences.product: adding product-find.
2019-10-05 John Benediktssonsequences.generalizations: fix finish-nfind use of...
2019-05-19 John Benediktssonsequences.generalizations: adding (nsequence).
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-25 John Benediktssonmore test IN: cleanup.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-06 Björn Lindqvistbasic/, extra/: even more tags
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
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-06 John Benediktssonsequences.deep: adding deep-reject.
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
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-06-09 John Benediktssonsequences.deep: adding a test for deep-reduce.
2015-06-09 John Benediktssonsequences.deep: adding deep-reduce.
2015-06-06 John Benediktssonsequences.generalizations: use concat-as in nappend-as.
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-10-12 John Benediktssonsequences.windowed: fixup stack effect for rolling...
2013-10-12 John Benediktssonsequences.windowed: faster rolling-map.
2013-10-12 John Benediktssonsequences.product: use some unsafe to make it faster.
2013-05-02 John Benediktssonsequences.windowed: faster windows and rolling words.
2012-10-04 John Benediktssonsequences.generalizations: add "nfind" and "nany?".
2012-09-27 John Benediktssonsequences.generalizations: fix stack effect docs for...
2012-09-27 John Benediktssonsequences.generalizations: adding "nall?".
2012-09-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-27 John Benediktssonsequences.generalizations: adding nmap-reduce.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-11 John Benediktssonsequences.deep: adding deep-filter-as and flatten-as.
2012-06-21 Doug Colemansequences.windowed: Add vocabulary for doing windowed...
2012-06-18 John Benediktssonmath: using if-zero in more places.
2011-11-10 Joe Groffsequences.parser: fix load error
2011-11-10 Joe Groffslice boa -> <slice-unsafe>
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-16 John Benediktssonsequences.deep: find drop >boolean is any?
2011-10-14 Doug ColemanCleanups found with lint tool
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-09-25 John Benediktssonsequences.product: fix help-lint for stack effect changes.
2011-09-24 John Benediktssonsequences.product: improve stack effects.
2011-09-24 John BenediktssonAdding stack effects.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
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-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-01-17 Keita Hagasequences.deep: fix typo in description of deep-find...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-23 Jon Harpercleanup
next