]> gitweb.factorcode.org Git - factor.git/history - core
fix: add missing vocabulary in example
[factor.git] / core /
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.
2021-03-02 John Benediktssonmath.parser: fix tests for 0.0 0.0 / platform dependent...
2021-02-26 Alexander Iljinsyntax-docs: add the \u{xx} syntax description to a...
2021-02-26 timorgraphs: add closure-as, base closure on that
2021-02-25 John Benediktssonmath.parser: some fixes by @jonenst.
2021-02-25 Jon Harpermath.parser: force sign for nans
2021-02-25 Jon Harperfix math.parser's ?neg for nans
2021-02-25 Jon Harpermath.parser, print NaN signs
2021-02-25 Jon Harpermath.parser: allow '1+1/3.' for symmetry with '1/3.'
2021-02-25 Jon Harpersyntax-docs: remove outdated '-5/-6' example
2021-02-18 timorsequences: Add 2any? combinator
2021-01-30 Doug ColemanMerge branch 'master' of https://github.com/factor...
2021-01-30 Doug Colemanfactor: More using list cleanup
2021-01-29 Doug Colemanhash-sets: Fix stack effect.
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2021-01-28 Doug Colemanfactor: trim using lists
2021-01-27 Justin HillAdd a missing fry (#2425)
2021-01-11 John BenediktssonRevert "io.pathnames: fix separator when appending...
2021-01-11 John BenediktssonRevert "io.pathnames: add missing linux branch in test"
2020-12-24 John Benediktssonstrings.parser: adding line continuations.
2020-12-18 John Benediktssonstrings: embed sequence-hashcode algorithm in rehash...
2020-12-18 John Benediktssonclasses.tuple: shoot, meant this to be in .private.
2020-12-18 John Benediktssonclasses.tuple: need to defer tuple-layout.
2020-12-18 John Benediktssonbootstrap: cleanup using.
2020-12-18 John Benediktssonclasses.union: make sure tuple-class has tuple-layout.
2020-12-18 John Benediktssonbootstrap: this is more fragile than I would like.
2020-12-17 John Benediktssonwords: removing unused "constructor-word".
2020-12-17 John Benediktssonvocabs.parser: fix with-words to be properly restartable.
2020-12-16 John Benediktssoncalendar: change >gmt, >local-time to clone.
2020-12-16 John Benediktssonvocabs.parser: use finally instead of ``[ ] cleanup``.
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-15 John Benediktssonlocals.parser: use with-words again.
2020-12-15 John Benediktssonvocabs.parser: fix with-words.
2020-12-15 John Benediktssonsets: add docs about sequence ordering with members.
2020-12-15 John BenediktssonRevert "locals.parser: use with-words."
2020-12-15 John Benediktssonlocals.parser: use with-words.
2020-12-15 John Benediktssonvocabs.parser: make a with-words combinator that cleans up.
2020-12-13 John Benediktssonsequences: change surround to return type of ``seq2``.
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
2020-12-11 John Benediktssonsequences: change replace-slice to return type of seq...
2020-12-11 John BenediktssonRevert "sequences: change test case for replace-slice."
2020-12-11 John Benediktssonsequences: change test case for replace-slice.
2020-12-11 John Benediktssonbootstrap: change stage1 to do a load-all of resource...
2020-12-11 John Benediktssonsequences: fix docs for reversed.
2020-12-11 John Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-12-10 John Benediktssonstrings.parser: fix blank.
2020-12-07 John Benediktssonstrings.parser: use single quotes around got.
2020-12-07 John Benediktssonstrings.parser: use unexpected instead of string errors.
2020-12-07 John Benediktssonsets: fix stack effect for gather.
2020-12-07 John Benediktssonsets: update tests.
2020-12-07 John Benediktssonsets: remove intersection in favor of refine.
2020-12-07 John Benediktssonkernel: adding execute( and call( text to execute and...
2020-12-07 John Benediktssonmath: related-words for until-zero.
2020-12-07 John Benediktssonmath: using until-zero in a few places.
2020-12-07 John Benediktssonmath.extras: moving until-zero to math.
2020-12-06 John Benediktssonkernel: fix stack effect for keepd family.
2020-12-03 Doug Colemanvocabs.loader: errorlist can be public
2020-12-02 John Benediktssonvocabs.loader: rename blacklist to errorlist.
2020-12-02 John Benediktssonkernel: remove duplicate IN:
2020-11-30 John Benediktssonlexer: remove docs for skip.
2020-11-30 John Benediktssonlexer: change to parse string syntax consistently.
2020-11-24 Doug Colemansystem: add arm targets.
2020-11-22 John Benediktssonfry: fix $values for fry.
next