]> gitweb.factorcode.org Git - factor.git/history - core
factor: remove extra whitespace
[factor.git] / core /
2023-02-26 Doug Colemankernel: add transmute and some use cases
2023-02-26 Doug Colemanvocabs: use ?unless
2023-02-26 Doug Colemankernel: fix ?if stack effect
2023-02-26 Doug Colemankernel: document ?if ?when ?unless
2023-02-26 Doug Colemanparser: fix bad refactor
2023-02-26 Doug Colemanfactor: whitespace only
2023-02-26 Doug Colemanshuffle: clean up some shuffles
2023-02-26 Doug Colemanassocs: move some -of words to extras
2023-02-26 Doug Colemankernel: use ?call
2023-02-26 Doug Colemansequences: move ??nth
2023-02-26 Doug Colemankernel: ?call and simplify
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemansequences: fix docs
2023-02-26 Doug Colemansorting: still use <copier>
2023-02-26 Doug Colemansequence: move check-grow-copy
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemancore; move find* to extras
2023-02-26 Doug Colemansequences: move words to extras
2023-02-26 Doug Colemansorting: better formatting
2023-02-26 Doug Colemanassocs: move a lot of *-of words to assocs.extas
2023-02-26 Doug Colemansequences: find-from-unsafe is not unsafe, rename
2023-02-26 Doug Colemansequences: remove ??if
2023-02-26 Doug Colemaneffects: remove in-out
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 Colemanpathnames: support pathnames more places like append...
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: add find* variants that return index/f as...
2023-02-26 Doug Colemanassocs: fix docs import
2023-02-26 Doug Colemanfactor: update http to https for licenses
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 Colemansequences: move-forward is impossible unless to < from
2023-02-26 Doug Colemanspin: swap rot is spin
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: fix `from` words
2023-02-26 Doug Colemansequences: add 0reduce, 0accumulate that use their...
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: use with-assoc, most
2023-02-26 Doug Colemansequences: use length-iterator/length-operator words...
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-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
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-29 John Benediktssonranges: add some slot types
2023-01-29 John Benediktssonio.pathnames: adding home-path and >pathname
2023-01-28 Doug Colemanparser.notes: Use `if` instead of `drop` after
2023-01-28 Doug Colemansyntax: redo INITIALIZE: as INITIALIZED-SYMBOL:
2023-01-24 John Benediktssonsorting: move compare-with back to sorting.extras
2023-01-22 razetimekernel: Improve description for `with`
2023-01-21 razetimesyntax: mark QUALIFIED: as deprecated
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2023-01-11 razetimecombinators: Add "Combinator Connections" article for...
2023-01-09 razetimesequences: correct docs for find-index-from
2022-12-18 John Benediktssoncontinuations: fix help-lint warnings.
2022-12-16 Giftpflanzecontinuations: Clarify ignore-error, ignore-error/f...
2022-12-13 razetimesyntax: [docs] 'MAIN:' - correct indentation
2022-12-13 razetimemath: [docs] correct each-integer-from
2022-12-12 razetimesyntax: mention support for quotations in 'MAIN:'
2022-12-12 razetimemath: add missing docs for simple-gcd
2022-12-12 razetimemath: [docs] add missing words, improve each-integer...
2022-12-12 razetimesequences: more accurate docs for >underlying<
2022-12-06 razetimesyntax: split snippets in example for ERROR:
2022-11-12 razetimelocals-docs: clarify docs for mutable locals
2022-11-06 Raghu Radd bzip3 compression vocabulary
2022-10-31 razetimeclarify docs for case combinator
2022-10-11 Doug Colemansequences: inline `element/index` and `index/element`
2022-10-10 John Benediktssonsequences: fix when-empty stack effect.
2022-10-07 Doug Colemansequences: fix spacing for docs
next