]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences.factor
sequences: collect-from, remove sequence-operator-from, cleanups
[factor.git] / core / sequences / sequences.factor
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.
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-27 John Benediktssonsequences: slightly faster ?last.
2012-07-26 Doug Colemansequences: Fix tests that broke when nth could only...
2012-07-26 Doug Colemancore: Use integer>fixnum instead of >fixnum for ``nth...
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-18 John Benediktssonsequences: faster last / set-last.
2012-07-16 John Benediktssonsequences: prepend-as should be inlined.
2012-05-29 John Benediktssonsequences: un-inline prepend to fix "cannot call" error.
2012-05-29 John Benediktssonsequences: change prepend to return type of first seque...
2012-04-27 John Benediktssonsequences: adding find-index-from.
2012-04-19 John Benediktssoncleanup some lint warnings.
2012-04-18 John Benediktssonsequences: fixing "Cannot apply 'call' to a run-time...
2012-04-18 John Benediktssonsequences: make map-reduce 5-20% faster, and 2map-reduc...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-16 Joe Groffrandom: go faster
2011-11-10 Joe Groffslice boa -> <slice-unsafe>
2011-11-10 Joe Groffio: more hot-rodding for #376
2011-10-16 John BenediktssonCleanup more lint warnings.
2011-10-14 John BenediktssonCleanup lint warnings.
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-20 John Benediktssonsequences: adding stack effects for change-nth, map...
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 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-24 Jon Harpersequences, fix stack effect of (accumulate)
2011-02-28 Slava PestovFix conflict
2011-01-29 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-29 Slava Pestovsequences: nths should return a sequence of the same...
2010-10-09 Slava PestovRemove stream-peek and stream-peek1, re-implement dns...
2010-10-08 Doug ColemanAdd stream-peek1 and remove it from images.gif and...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-10 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-05-10 Slava Pestovsequences: remove unused 2reverse-each word
2010-04-18 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-18 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-17 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-17 Slava Pestovsequences: remove stupid <flat-slice> word
2010-04-17 Slava PestovMerge branch 'boyer-moore' of git://github.com/dmsh...
2010-04-17 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Slava Pestovsequences: 'accumulate' now outputs a sequence of the...
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-10 Joe Grofffix up sequences help-lint
2010-03-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
next