]> gitweb.factorcode.org Git - factor.git/history - core
factor: use ??if instead of ?if-old
[factor.git] / core /
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
2022-10-07 Doug Colemansequences: fix stack effect help for when-empty
2022-10-07 Alexander Ilinsequences: fix stack effect declarations for when-empty...
2022-09-16 Doug Colemankernel: fix using for tests
2022-09-16 Doug Colemankernel: move recusrive-hashcode to math and add test
2022-09-14 Dave CarltonAdd absolute-path to normalize any new root path. E...
2022-09-06 Doug Colemancore: trim using lists with lint.vocabs tool
2022-08-29 Doug Colemanmath: reorder the cleaned-up iteration combinators...
2022-08-21 John Benediktssonmemoize: fix prettyprint of multi argument memoize
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-17 Doug Colemansequences: length-operator-last is not good, remove it
2022-08-17 Doug Colemansequences: collect-from, remove sequence-operator-from...
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-08-14 Doug Colemanranges: Fix sum of empty range.
2022-08-07 Doug Colemanassocs: refactor collect-by to use collect-by!
2022-08-02 John Benediktssoneffects: can't use (clone) due to read-only slots
2022-08-02 John Benediktssonclasses.algebra: fix complement predicate-def
2022-08-02 John Benediktssoneffects: short-circuit versions of a few words
2022-08-02 John Benediktssonclasses: define predicate-def for anonymous classes
2022-08-01 Doug Colemansequences: use index-of-last more places
2022-08-01 John Benediktssonnamespaces: remove unused with-variable-{on/off}
2022-08-01 John Benediktssonsequences: s/bounds-check-find/bounds-check-call/ and...
2022-08-01 John Benediktssonsystem: fix tests using
2022-07-31 Doug Colemansplitting: simpler split
2022-07-31 Doug ColemanRevert "splitting: simplify using locals/fry" refactor-core-july21 2637/head
2022-07-31 Doug Colemansequences: move defs higher
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemansequences: add more docs
2022-07-31 Doug Colemancore: update docs for new words
next