]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences.factor
Fix comments to be ! not #!.
[factor.git] / core / sequences / sequences.factor
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.
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'
next