]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences-docs.factor
Fixes #2966
[factor.git] / core / sequences / sequences-docs.factor
2024-03-11 Giftpflanzesequences: Fix documentation
2024-02-20 Alexander Ilinsequences: move last2 to the sequences vocab
2024-01-14 John Benediktssonsequences: improve docs for subseq-index.
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-10-10 chunes3Add examples to several words
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-12 Doug Colemansequences: add link to none? and related-words it
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-15 Doug Colemansequences: clarify some mutable vs resizeable notes...
2023-03-15 Dave CarltonFix example
2023-03-15 Dave CarltonMake reference to resizable more explict.
2023-02-26 Doug Colemansequences: move ??nth
2023-02-26 Doug Colemansequences: fix docs
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemandocs: fix lint errors.
2023-02-26 Doug Colemansequences: add more docs
2023-02-26 Doug Colemancore: use copy in sorting
2023-02-26 Doug Colemancore: push-if -> push-when, refactoring sequence words
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-09 razetimesequences: correct docs for find-index-from
2022-12-12 razetimesequences: more accurate docs for >underlying<
2022-10-07 Doug Colemansequences: fix spacing for docs
2022-10-07 Doug Colemansequences: fix stack effect help for when-empty
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: add more docs
2022-07-31 Doug Colemancore: update docs for new words
2022-07-31 Doug Colemansequences: docs, forgot a rename
2022-07-31 Doug Colemansequences: bound -> index-or-length
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 Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-01-20 Doug Colemancore: trim using lists with tool
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-01 John Benediktssonsequences: fix help-lint warnings in map-reduce.
2021-03-16 John Benediktssonsequences: adding cut-slice*.
2021-02-18 timorsequences: Add 2any? combinator
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
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-02-13 John Benediktssonhelp: add more bold table headings.
2019-12-14 John Benediktssonsequences: adding cartesian-find.
2019-04-14 Alexander Iljinsequences-docs: add a missing article
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
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-08-27 Alexander Iljinsequences-docs: fix the delete-all $errors description
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 Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
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-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-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-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-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-17 John Benediktssonsequences: fix help-lint.
2015-07-14 John BenediktssonUse $sequence in a few places.
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonsequences: adding related-words for filter and reject.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2014-12-18 Doug Colemansequences: Add some examples of head and tail with...
2014-11-12 John Benediktssonassocs: moving map-index back to sequences, change...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-11-08 Doug Colemanassocs: Add zip-index, zip-index-as and docs/tests.
2014-11-02 Doug Colemansequences: Add examples for some words.
2014-11-01 Doug Colemansequences: Better docs for member?
2014-11-01 Doug Colemansequences: Add examples for member? word.
2014-05-26 John Benediktssonmore doc types.
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 ``...
2014-05-11 Björn LindqvistDocs: stub docs for some compiler-related words
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: example for head? and subwords
2014-03-12 John BenediktssonRevert "sequences: require integers for slice and repet...
2014-02-21 John Benediktssonsequences: require integers for slice and repetition.
2014-01-08 John Benediktssonsequences: cleanup docs for tail.
2013-05-06 John Benediktssonsequences: change binary-reduce not to be row-polymorph...
2013-03-06 John Benediktssonsequences: add a copy-unsafe that can be used sometimes.
2013-02-20 John Benediktssonsequences: define a single "?set-nth" that is used.
2013-01-04 Doug Colemansequences: Add join-as, which takes an exemplar. Move...
next