]> gitweb.factorcode.org Git - factor.git/history - core
Fixes #2966
[factor.git] / core /
2023-08-22 John Benediktssongeneric: fix help-lint for make-consult-quot
2023-08-21 Alex Maestasclean up docs
2023-08-21 Alex MaestasUpdate docs
2023-08-21 Alex Maestasshuffle even less
2023-08-21 Alex Maestasshuffle less
2023-08-21 Alex MaestasHave method combinations themselves make their consulta...
2023-08-21 GiftpflanzeReorganize cpu.arm, and other changes
2023-08-17 John BenediktssonRevert "parser: disallow quotation in word names"
2023-08-17 John Benediktssonvocabs: disallow quotation in vocab name
2023-08-17 John Benediktssonparser: disallow quotation in word names
2023-08-12 Alexander Ilinwords-docs: fix table formatting
2023-08-12 Doug Colemansequences: add link to none? and related-words it
2023-08-11 Alexander Ilinhash-sets: add intern
2023-07-30 Alexander Ilin*-docs: spell "co-ordinate" without the hyphen
2023-07-22 Rudi Grinbergrefactor: remove duplicate word
2023-07-20 Alexander IlinFix some English spelling: outputted -> output
2023-07-13 Doug Colemanparser: fix test and docs
2023-07-09 Doug Colemanparser: fix using for tests
2023-07-09 Doug Colemanparser: fix location word
2023-06-01 John Benediktssoncore/basis/extra: some [ dup ] dip => dupd cleanup
2023-05-31 John Benediktssonsequences: making head-to-index and index-to-tail private
2023-05-31 John Benediktssonio.files: simplify set-file-lines, set-file-contents.
2023-05-17 John Benediktssonvocabs.loader: unset main, fixes a refresh issue
2023-05-16 razetimestrings: correct article commas
2023-05-01 John Benediktssongeneralizations: fix test
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-04-14 Doug Colemandesctructors: add if-disposed
2023-04-06 John Benediktssonmemoize: change zero-input memoize to store { called...
2023-04-05 John Benediktssonmemoize: fix a few more zero input cases
2023-04-04 John Benediktssonmemoize: add another test case, only ( -- ) was broken
2023-04-04 John Benediktssonmemoize: fix memoization of no-arg words
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-15 Doug Colemansequences: clarify some mutable vs resizeable notes...
2023-03-15 Dave CarltonFix example
2023-03-15 Dave CarltonMake reference to resizable more explict.
2023-03-13 Doug Colemandocs: fix spacing
2023-03-08 John Benediktssonhashtables.wrapped: fix help-lint
2023-03-08 John Benediktssonhashtables.wrapped: fix help-lint
2023-03-08 razetimehashtables.wrapped: add protocol documentation
2023-03-07 Giftpflanzelocals: Add newlines to :> syntax block
2023-03-05 Doug Colemangeneric.standard: need coffee
2023-03-05 Doug Colemangeneric: finish renaming order to dispatch-order
2023-03-02 Doug Colemangeneric: rename order to dispatch-order. nothing uses...
2023-02-28 Doug Colemanfactor: fix some whitespace
2023-02-27 Doug Colemanfactor: fix some docs/tests from recent merge
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
next