]> gitweb.factorcode.org Git - factor.git/history - basis/fixups/fixups.factor
scryfall: better moxfield words
[factor.git] / basis / fixups / fixups.factor
12 days ago Doug Colemanhttp.download: fix downloading into a directory if...
2024-03-25 Doug Colemanhttp.download: ?download-to -> download-to-once
2023-10-24 Doug Colemanfixups: plox is ?call not ?transmute..oops
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-10 John Benediktssonfixups: adding math.trig to 0.100 fixups
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-21 Giftpflanzefixups: Add json vocabs
2023-03-16 Doug Colemantools.test: rename TEST: to DEFINE-TEST-WORD:
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-02 Doug Colemangeneric: rename order to dispatch-order. nothing uses...
2023-02-26 Doug Colemanfixups: ?if changed effects not renamed
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemanfixups: add count-by to fixups, add more?
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-28 Doug Colemansyntax: redo INITIALIZE: as INITIALIZED-SYMBOL:
2023-01-25 John Benediktssonjson: merging reader/writer for simplicity
2023-01-20 John BenediktssonSwitch to https urls
2022-12-03 Doug Colemancalendar: overtomorrow -> overmorrow
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemanfixups: fix word rename
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemansequences.deep: deep-subseq? -> deep-subsequence?
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: use new words
2022-06-07 Doug Colemanhtml.templates.chloe.syntax: Rename tags to chloe-tags.
2022-04-28 Doug Colemancli.git: rename git-checkout-existing-branch to git...
2022-02-12 John Benediktssonfixups: fix compute-fixups which was resetting the...
2022-01-25 John Benediktssonfixups: adding fixup for assoc-union-all and assoc...
2022-01-22 John Benediktssonfixups: adding layouts rename of 32bit? and 64bit?
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-04 John Benediktssonfixups: add init-namespaces.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanbasis: fix bootstrap.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2021-12-30 Doug Colemanfixups: add missing range renames, delete private word...
2021-12-30 Doug Colemanfixups: integrate with restarts
2021-12-30 Doug Colemanfixups: change message, handle errors
2021-12-30 Doug Colemanfixups: Initial commit of a code migration feature.