]> gitweb.factorcode.org Git - factor.git/history - core/sequences
mason: show git SHA1 and timestamp of last completed build
[factor.git] / core / sequences /
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemancore: (head) (tail) from-end -> from-tail. add cramp
2022-07-31 Doug Colemancore: add negate
2022-07-31 Doug Colemancore: fix stack effect and use new word
2022-07-31 Doug Colemancore: rename some words
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-18 John Benediktssonsequences: adding a test for map-index change.
2022-06-18 Kacarottfix map-index always producing array
2022-01-26 John Benediktssonsequences: can't unslice each-index for now
2022-01-25 John Benediktssonsequences: rename slow-each to map-each
2022-01-25 John BenediktssonRevert "Revert "sequences: unslicing in binary-reduce""
2022-01-25 John BenediktssonRevert "Revert "sequences: faster iteration over slices""
2022-01-23 John BenediktssonRevert "sequences: faster iteration over slices"
2022-01-23 John BenediktssonRevert "sequences: unslicing in binary-reduce"
2022-01-22 John Benediktssonsequences: unslicing in binary-reduce
2022-01-22 John Benediktssonsequences: faster iteration over slices
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-12 Doug Colemansequences: fix 1surround, add tests
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-10 John Benediktssonsequences: make mismatch and subseq not inline.
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-21 Doug Colemancore: fix sequences 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-01 John Benediktssonsequences: fix help-lint warnings in map-reduce.
2021-07-13 John Benediktssonsequences: fix row variadic stack effect of map-reduce...
2021-03-22 John Benediktssonsequences.generalizations: move to basis from core.
2021-03-19 John Benediktssonsequences: simplify flip using fry and map-reduce.
2021-03-16 John Benediktssonsequences: adding cut-slice*.
2021-02-18 timorsequences: Add 2any? combinator
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-13 John Benediktssonsequences: change surround to return type of ``seq2``.
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
2020-12-11 John Benediktssonsequences: change replace-slice to return type of seq...
2020-12-11 John BenediktssonRevert "sequences: change test case for replace-slice."
2020-12-11 John Benediktssonsequences: change test case for replace-slice.
2020-12-11 John Benediktssonsequences: fix docs for reversed.
2020-12-11 John Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-11-22 John Benediktssonsequences: fix example in join-as.
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2019-12-14 John Benediktssonsequences: adding cartesian-find.
2019-05-19 John Benediktssonsequences: making copy-state indices integers.
2019-04-14 Alexander Iljinsequences-docs: add a missing article
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-13 John Benediktssonfix some typos in docs.
2018-01-22 Alexander Iljinsequences-docs: fix a typo
2017-10-25 John Benediktssonsequences: rename setup-each to (each).
2017-10-24 John Benediktssonsequences: fix map-reduce to have ..a on the stack...
2017-08-27 Alexander Iljinsequences-docs: fix the delete-all $errors description
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-06-21 Alexander Iljinsequences-docs: add short help for the words longest...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemansequences: Remove start for real in favor of subseq...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemansequences: Add start as an alias for subseq-start,...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-04 John Benediktssonsequences: fix example for unless-empty.
2017-03-17 Alexander Iljinsequences-docs: add a bunch of related-words
2017-03-17 Alexander Iljinsequences-docs: simplify the head* description
2017-03-05 John Benediktssonsequences: fix filter! to allow stack arguments to...
2017-02-08 John Benediktssonsequences: simplify (map-find).
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-20 Alexander Iljinsequences-docs: add a missing period at the end of...
2017-01-13 Alexander Iljinsequences-docs: add some related-words
2017-01-13 Alexander Iljinsequences-docs: fix parameter names in the <slice>...
2016-12-29 John Benediktssonsequences: remove (indices).
2016-10-28 Alexander Iljinsequences-docs: fix wording
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-04-30 Alexander Iljinsequences-docs: fix wording
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-25 Doug Colemancore: rename some double paren words.
2016-03-18 Björn Lindqvistbootstrap.primitives: new predicate integer-array-capacity
2016-03-08 Jon Harpersequences-docs, improve consistency
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
2015-09-22 Björn LindqvistDocs: fix a bunch of help-lint warnings
2015-09-22 Björn Lindqvistsequences: extra doc and test for 2all?
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 John Benediktssonsequences: bring back check-length.
2015-07-20 John Benediktssonfix some sets:members.
2015-07-18 John Benediktssonsequences: integer length for repetition, use English.
2015-07-17 John BenediktssonRevert "sequences: simplify find-from and find-last...
2015-07-17 John Benediktssonsequences: use check-length to force integer partial...
next