]> gitweb.factorcode.org Git - factor.git/history - core/sequences
webapps.wiki: only top/bottom margin to zero
[factor.git] / core / sequences /
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...
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-17 John Benediktssonsequences: fix help-lint.
2015-07-16 John Benediktssonsequences: integer slots in slice, don't store reason...
2015-07-14 John BenediktssonUse $sequence in a few places.
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
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 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-03 John Benediktssoncore: get rid of some unnecessary wrappers.
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-06-02 John Benediktssonsequences: make sum-lengths generic.
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 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: cleanup docs for tail.
2014-01-08 John Benediktssonsequences: change trim-head to not call length unless...
2013-08-05 John Benediktssonsequences: add some tests for repetition.
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-07 John Benediktssonsequences: fix test case.
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-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-09-19 John Benediktssonsequences: adding second-, third-, and fourth- unsafe...
2012-09-10 John Benediktssonsequences: bit faster binary-reduce.
2012-09-05 John Benediktssonsequences: minor formatting improvements.
2012-09-05 John Benediktssonsequences: faster "flip", looks at each element only...
2012-09-05 John Benediktssonsequences: make nth3-unsafe simpler.
2012-09-05 John Benediktssonsequences: faster binary-reduce.
2012-09-05 John Benediktssonsequences: better "halves".
2012-09-05 John Benediktssonsequences: less bounds checking in binary-reduce.
2012-08-30 John Benediktssonsequences: some minor performance improvements.
2012-08-09 John Benediktssonsequences.extras: moved 2each-index to extras for now.
2012-08-09 John Benediktssonsequences: adding 2each-index.
2012-07-31 Doug Colemansequences: Change bounds-check? to be generic on intege...
2012-07-30 John Benediktssonsequences: improve change-nth, if nth was successful...
2012-07-28 John Benediktssonsequences: slightly faster sequence=.
2012-07-28 John Benediktssonsequences: minor docs fixes.
2012-07-27 John Benediktssonsequences: slightly faster ?last.
next