]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences.factor
core: rename some words
[factor.git] / core / sequences / sequences.factor
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 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-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-07-13 John Benediktssonsequences: fix row variadic stack effect of map-reduce...
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
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 Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2019-12-14 John Benediktssonsequences: adding cartesian-find.
2019-05-19 John Benediktssonsequences: making copy-state indices integers.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-14 John Benediktssonsequences: moving none? to core.
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-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-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?.
2016-12-29 John Benediktssonsequences: remove (indices).
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-03-25 Doug Colemancore: rename some double paren words.
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
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-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...
2015-07-17 John Benediktssonsequences: define a 2each-from, use each-from more.
2015-07-17 John Benediktssonsequences: simplify find-from and find-last-from.
2015-07-17 John Benediktssonsequences: adding a subseq-unsafe that doesn't check...
2015-07-16 John Benediktssonsequences: integer slots in slice, don't store reason...
2015-06-06 John Benediktssonsequences: make concat-as inline and don't special...
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
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-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-06-02 John Benediktssonsequences: make sum-lengths generic.
2014-03-12 John Benediktssonsequences: faster interleave.
2014-03-12 John BenediktssonRevert "sequences: require integers for slice and repet...
2014-02-21 John Benediktssonsequences: require integers for slice and repetition.
2014-02-09 John Benediktssonsequences: implement sum on repetitions.
2014-02-07 John Benediktssonsequences: faster head? and tail?.
2014-01-08 John Benediktssonsequences: change trim-head to not call length unless...
2013-08-05 John Benediktssonsequences: don't allow negative repetitions.
2013-05-20 John Benediktssonsequences: change filter-as to allocate length of seq...
2013-05-06 John Benediktssonsequences: change binary-reduce not to be row-polymorph...
2013-05-06 John Benediktssonsequences: implement sum on iota-tuple.
2013-04-17 John Benediktssonsequences: cleanup shared code between supremum-by...
2013-04-17 John Benediktssonsequences: faster remove-nth.
2013-04-10 John Benediktssonsequences: fix supremum-by and infimum-by to be row...
2013-04-10 John Benediktssonsequences: moving some words to sequences.extras.
2013-04-06 John Benediktssonsequences: adding nths-unsafe.
2013-03-23 Doug Colemaniota: iota vs iota-tuple. Sorry...for the tools to...
2013-03-22 John Benediktssonsequences: require non-negative-integer for iotas.
2013-03-22 John Benediktssonsequences: use each-integer and all-integers? instead...
2013-03-21 Doug Colemansequences: Keep all arguments for immutable error.
2013-03-15 John Benediktssonsequences: inline last-unsafe.
2013-03-12 Doug Colemansequences: More efficient longest and shortest by movin...
2013-03-12 Doug Colemansequences: Add some short useful factors. Clean up...
2013-03-06 John Benediktssonsequences: add a copy-unsafe that can be used sometimes.
2013-03-05 Doug Colemansequences: Rename slice-error the word to check-slice...
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-10-22 John BenediktssonRevert "sequences: change map-integers to require fixnu...
2012-10-22 John Benediktssonsequences: change map-integers to require fixnum length.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-09-27 John Benediktssonsequences: change stack effect docs for map-reduce...
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
next