]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2023-02-26 Doug Colemansequences: move words to extras
2023-02-26 Doug Colemansorting: better formatting
2023-02-26 Doug Colemantools.scaffold: in-out removal
2023-02-26 Doug Colemanassocs: move a lot of *-of words to assocs.extas
2023-02-26 Doug Colemansequences.extras: working towards a simple map combinator
2023-02-26 Doug Colemansequences: find-from-unsafe is not unsafe, rename
2023-02-26 Doug Colemanhelp: remove in-out
2023-02-26 Doug Colemansequences: remove ??if
2023-02-26 Doug Colemaneffects: remove in-out
2023-02-26 Doug Colemansequences.extras: rename push? to maybe-push
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemansemantic-versioning: crept back in during a merge confl...
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: use `[ ] append-as` and `[ ] concat-as` in...
2023-02-26 Doug Colemanvocabs.loader: use ?if
2023-02-26 Doug Colemancombinators.extras: trying to figure out a combinator...
2023-02-26 Doug Colemanfactor: use more ?if and ?unless
2023-02-26 Doug Colemanpathnames: support pathnames more places like append...
2023-02-26 Doug Colemanio.sockets.secure.openssl: add two more recommended...
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-26 Doug Colemansequences: add find* variant
2023-02-26 Doug Colemankernel: redo ?if to ?if-old, add ?if ?when ?unless
2023-02-26 Doug Colemansequences.extras: add some words that might be useful
2023-02-26 Doug Colemansequences: add find* variants that return index/f as...
2023-02-26 Doug Colemansequences.extras: fix occurrence-count-by rename
2023-02-26 Doug Colemanfactor: fix using/docs
2023-02-26 Doug Colemanassocs.extas: add ?1array
2023-02-26 Doug Colemanassocs: fix docs import
2023-02-26 Doug Colemangame.models.collada: use swapd
2023-02-26 Doug Colemanbasis: adjust in-out spacing
2023-02-26 Doug Colemanfactor: update http to https for licenses
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-26 Doug Colemanassocs: more work on -of words
2023-02-26 Doug Colemansequences: move (2selector-as)
2023-02-26 Doug Colemanassocs: move with-assoc back to assocs
2023-02-26 Doug Colemansequences: seq-copy-loop -> copy-loop
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemancore: fix using lists
2023-02-26 Doug Colemanassocs: fix at+* to return old,new and change* to chang...
2023-02-26 Doug Colemandocs: fix lint errors.
2023-02-26 Doug Colemansequences: add more docs
2023-02-26 Doug Colemansequences: count is [ ] count-by, readd seq-copy-loop...
2023-02-26 Doug Colemansequences: Move some words to sequences.seq in extra.
2023-02-26 Doug Colemanfixups: add count-by to fixups, add more?
2023-02-26 Doug Colemansequences.extras: Add more reduce/accumulate words...
2023-02-26 Doug Colemansequences.extras: fix stack effects
2023-02-26 Doug Colemanwordlet: use some extras words, add a quit option
2023-02-26 Doug Colemansequences.extras: add -of versions of lots of words.
2023-02-26 Doug Colemansequences: move-forward is impossible unless to < from
2023-02-26 Doug Colemanspin: swap rot is spin
2023-02-26 Doug Colemansequences.extras: add a version of filter-map and 2filt...
2023-02-26 Doug Colemansequences: add 2filter 2reject
2023-02-26 Doug Colemansequences: fix stack orders and move unit test
2023-02-26 Doug Colemansequences: fix map-from and map-from-as
2023-02-26 Doug Colemansequences: fix from word
2023-02-26 Doug Colemansequences.extras: use 2dip instead of -rot
2023-02-26 Doug Colemansequences.extras: Add the histogram outputs to the...
2023-02-26 Doug Colemansequences.extras: Add progress-index word like `𝕨 ...
2023-02-26 Doug Colemansequenece.extras: add occurrence-count like ⊒ in bqn
2023-02-26 Doug Colemansequences: fix `from` words
2023-02-26 Doug Colemansequences: add 0reduce, 0accumulate that use their...
2023-02-26 Doug Colemansequences.extras: Add 2map-filter and variants where...
2023-02-26 Doug Colemansequences.extras: fix stack effect
2023-02-26 Doug Colemansequences.extras: add 2reduce-from
2023-02-26 Doug Colemanalien.utilities: rename utility word more? => deref?
2023-02-26 Doug Colemancombinators.extras: add callk
2023-02-26 Doug Colemansequences: add tests for map-reduce
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-02-26 Doug Colemansequences: remove unused word
2023-02-26 Doug Colemansequences.extras: more refactor (2each-index) => 2seque...
2023-02-26 Doug Colemansequences: use with-assoc, most
2023-02-26 Doug Colemansequences: use length-iterator/length-operator words...
2023-02-26 Doug Colemansequences.extras: fix map-prior-from
2023-02-26 Doug Colemansequences: add map-prior-as, map-prior-from, and map...
2023-02-26 Doug Colemanassocs: Add a bunch of `of` words
2023-02-26 Doug Colemansequences: Rename seq-nth to nth-of etc
2023-02-26 Doug Colemanassocs: add set-of and push-of
2023-02-26 Doug Colemansequences: rename count to count-by
2023-02-26 Doug Colemanio.streams.sequence: remove `5roll <copier>` word lol
2023-02-26 Doug Colemanio.streams.sequence: Add some tests
2023-02-26 Doug Colemansorting: circularity if we use cleave in sorting
2023-02-26 Doug Colemanfactor: use 2length
2023-02-26 Doug Colemancore: use copy in sorting
2023-02-26 Doug Colemancore: push-if -> push-when, refactoring sequence words
2023-02-26 John Benediktssonmath.extras: tweak weighted-randoms add vose alias...
2023-02-26 John Benediktssondice: fix for recent random refactoring
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-02-26 John Benediktssoncommand-line.startup: remove extra space
2023-02-25 John Benediktssonrandom.mersenne-twister: slightly faster random-32*
2023-02-18 John Benediktssonmath.extras: adding weighted-randoms
2023-02-17 John Benediktssoneditors.pulsar: adding Pulsar text editor support
2023-02-17 John Benediktssoneditors.zed: add support for the Zed text editor
2023-02-16 John Benediktssonwebapps.mason: more padding
2023-02-10 Doug Colemangithub: add more github api calls
2023-02-10 Doug Colemannamespaces.extras: Add `required` word which ensures...
2023-02-10 John Benediktssonmime.types: adding resources.txt for deploy
2023-02-09 John Benediktssonsorting: add an alias for temporary backwards compatibility
2023-02-08 John Benediktssonsorting: fix help-lint (again)
2023-02-08 John Benediktssonsorting: fix help-lint
next