]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences-docs.factor
sequences: add more docs
[factor.git] / core / sequences / sequences-docs.factor
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...
2012-09-27 John Benediktssonsequences: change stack effect docs for map-reduce...
2012-09-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-07-28 John Benediktssonsequences: minor docs fixes.
2012-07-20 John Benediktssonsequences: fix typo in docs for shorten.
2012-05-29 John Benediktssonsequences: change prepend to return type of first seque...
2012-04-27 John Benediktssonsequences: adding find-index-from.
2011-11-09 John Benediktssonsequences: improve docs for map-sum.
2011-11-02 Joe Groffsequences: relate max, min, supremum, infimum docs
2011-10-13 Doug ColemanLink ?first ?second ?last from an article.
2011-10-13 John Benediktssonsequences: adding ?last for symmetry.
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-10-13 John Benediktssonsequences: adding find-index.
2011-10-06 John BenediktssonRevert "sequences: change to use tuple-hashcode algorit...
2011-10-06 John Benediktssonsequences: change to use tuple-hashcode algorithm,...
2011-10-02 John Benediktssonsequences: removing 2unclip-slice.
2011-09-21 Doug ColemanFix sequences docs for change-nth stack effect and...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
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-29 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-29 Slava PestovMerge branch 'master' of git://github.com/mrjbq7/factor
2011-01-29 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
next