]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences.factor
core: subseq-index? -> subseq-of?
[factor.git] / core / sequences / sequences.factor
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-17 Doug Colemansequences: length-operator-last is not good, remove it
2022-08-17 Doug Colemansequences: collect-from, remove sequence-operator-from...
2022-08-01 Doug Colemansequences: use index-of-last more places
2022-08-01 John Benediktssonsequences: s/bounds-check-find/bounds-check-call/ and...
2022-07-31 Doug Colemansequences: move defs higher
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemansequences: remove-of? words aren't as good as i had...
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 ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-07-31 Doug Colemansequences: fix e/i and i/e and remove maybe-nth with...
2022-07-31 Doug Colemansequences: faster filter! and less bounds checking...
2022-07-31 Doug Colemansequences: redo find words
2022-07-31 Doug Colemansequences: remove comment
2022-07-31 Doug Colemancore: fix naming of sequence-index-operator
2022-07-31 Doug Colemancore: cramp -> bound (was short)
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 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.
next