]> gitweb.factorcode.org Git - factor.git/history - core
totp-docs: fix a typo
[factor.git] / core /
2022-01-21 John Benediktssonbootstrap: a few more paths
2022-01-21 John Benediktssonbootstrap: some cleanup, move stage1 to basis/bootstrap/
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 Doug Colemanparser: move print-use-hook from parser to vocabs.parser
2022-01-20 John Benediktssonmultiline: require spaces after, similar to strings...
2022-01-15 John Benediktssonclasses.struct: better redefinition behavior.
2022-01-14 John Benediktssonclasses.tuple: make boa-effect generic.
2022-01-13 John Benediktssonvocabs: fewer namespace lookups for requiring
2022-01-12 John Benediktssonvocabs: change from errorlist to requiring list
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 Doug Colemansequences: fix 1surround, add tests
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-12 John BenediktssonRevert "Revert "compiler.units: always call definition...
2022-01-11 John BenediktssonRevert "compiler.units: always call definition observer...
2022-01-11 John BenediktssonRevert "fry: adding the ability to fry words to be...
2022-01-11 John Benediktssonfry: adding the ability to fry words to be executed
2022-01-10 John Benediktssonalien.strings: rename check-string to check-c-string
2022-01-10 John Benediktssonsequences: make mismatch and subseq not inline.
2022-01-10 John Benediktssoncompiler.units: always call definition observers at...
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-09 John Benediktssonwords.constant: store true for "constant" word prop
2022-01-08 John Benediktssonmemoize: fix pprint of IDENTITY-MEMO: words
2022-01-06 Doug Colemanvocabs.loader: fix vocab:path to use an existing path
2022-01-06 Doug Colemanio.pathnames: Allow vocab: to find paths that do not...
2022-01-06 Doug Colemanvocabs.loader: Delete errors after using list is fixed...
2022-01-04 John Benediktssonnamespaces: rename init-namespaces to init-namestack
2022-01-03 John BenediktssonRevert "Revert "math.parser: faster hex-string conversi...
2022-01-03 John BenediktssonRevert "math.parser: faster hex-string conversions...
2022-01-03 John Benediktssonmath.parser: faster hex-string conversions with less...
2022-01-03 Doug Colemansyntax: auto-use should set the global namespace so...
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2022-01-02 John Benediktssonsyntax: document underscore numbers.
2021-12-31 John Benediktssonvocabs.parser: change unuse-vocab to remove other forms.
2021-12-30 Doug Colemancore: update using lists
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemancore: Remove deprecated words in favor of fixups.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2021-12-30 John Benediktssonchecksums.crc32: fix comment.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 John Benediktssonio.files: deprecate exists?.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-27 John Benediktssonmath.ranges: deprecate the aliases.
2021-12-27 John Benediktssonio: deprecate the aliases.
2021-12-26 John Benediktssonio: add an alias for lines, for easier backwards compat...
2021-12-24 John Benediktssonmath.parser: check skip characters in one place.
2021-12-24 John Benediktssonmath.parser: allow _ to separate numbers.
2021-12-22 John Benediktssonparser: revert private for now, instead of fixing the...
2021-12-22 John Benediktssonparser: fix tests.
2021-12-22 John Benediktssonparser: more private words.
2021-12-22 John Benediktssoneffects.parser: don't use ?execute-parsing here.
2021-12-22 John Benediktssonparser: make some words private.
2021-12-21 Doug Colemansyntax: Add REUSE: word to easily USE: but reload.
2021-12-21 Doug Colemancore: Add auto-use to syntax and add -ea parameter...
2021-12-21 Doug Colemancore: fix sequences test
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-12-16 John Benediktssonvocabs.loader: only cache roots for vocabs that are...
2021-12-01 John Benediktssonsequences: fix help-lint warnings in map-reduce.
2021-07-24 John BenediktssonRevert "hashtables: Preserve access semantics for alist...
2021-07-21 timorhashtables: Preserve access semantics for alist >hashta...
2021-07-13 John Benediktssonsequences: fix row variadic stack effect of map-reduce...
2021-05-04 timorMake both-fixnums? foldable, hashcode* flushable
2021-04-14 Doug Colemanvocabs.parser: add eval-in-current( ) word for funktors.
2021-04-14 John Benediktssonsorting: moving compare-with from sorting.extras.
2021-03-30 Doug Colemangeneric.parser: Show the bad effects in the error.
2021-03-29 John Benediktssonassocs: making unzip generic to be faster on hashtables.
2021-03-23 John Benediktssonsplitting: faster split-when.
2021-03-23 John Benediktssongeneralizations: cleanup using.
2021-03-22 John Benediktssoncore/basis: metadata instead of meta-data.
2021-03-22 John Benediktssonsplitting: simplify (split1).
2021-03-22 John Benediktssonlocals.rewrite: need to like after [nsequence].
2021-03-22 John Benediktssonsequences.generalizations: move to basis from core.
2021-03-22 John Benediktssonlocals.rewrite: use [nsequence] instead of nsequence.
2021-03-22 John Benediktssonlocals.parser: use parse-time compilation to make tests...
2021-03-21 Doug Colemanvocabs: Show vocab metadata in help and fix ctrl-e...
2021-03-20 John Benediktssoncore/basis/extras: use zip-with in a few places.
2021-03-20 John Benediktssonassocs: adding zip-with.
2021-03-20 John Benediktssonlocals.rewrite: need this!
2021-03-20 John Benediktssonlocals.rewrite: merge all locals.rewrite.* code...
2021-03-20 John Benediktssonlocals.parser: adding IN: (needed for first couple...
2021-03-19 John Benediktssonlocals.parser: fix docs.
2021-03-19 John Benediktssonlocals.parser: cleanup using.
2021-03-19 John Benediktssonlocals: simplify by merging def and multi-def (again).
2021-03-19 John Benediktssonlocals.parser: try and remove previously broken syntax.
2021-03-19 John Benediktssonlocals: use "f <word>".
2021-03-19 John BenediktssonRevert "locals: simplify by merging <def> and <multi...
2021-03-19 John Benediktssonlocals: simplify by merging <def> and <multi-def>.
2021-03-19 John Benediktssonlocals: simplify point-free using multi-def.
2021-03-19 John Benediktssonsequences: simplify flip using fry and map-reduce.
2021-03-19 John Benediktssonsyntax: don't mark-top-level-syntax.
2021-03-16 John Benediktssonsequences: adding cut-slice*.
2021-03-15 John Benediktssonvocabs: when forgetting vocab foo, also forget foo...
2021-03-04 John BenediktssonRevert "Support declaring intervals as well as classes...
2021-03-03 timorSupport declaring intervals as well as classes for...
2021-03-02 John Benediktssonio.pathnames: shorter absolute-path.
next