]> gitweb.factorcode.org Git - factor.git/history - core
help.markup: Fix documentation
[factor.git] / core /
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.
2020-11-22 John Benediktssonsequences: fix example in join-as.
2020-11-21 John BenediktssonA few more fixes for string parsing.
2020-11-21 John Benediktssonfry: fix help-lint for fry.
2020-11-21 John Benediktssonlexer: reset again.
2020-11-21 John Benediktssoncore: slight revert.
2020-11-21 John Benediktssonlexer: revert my string parsing change, that's still...
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-11-20 John Benediktssonclasses.predicate: simplify predicate-quot with fry.
2020-11-20 John Benediktssoncombinators: simplify dispatch-case-quot with fry.
2020-11-20 John Benediktssonslots: remove uses of "[ ] make".
2020-11-19 John Benediktssonstrings.parser: fix "string"length bug when parsing...
2020-11-19 John Benediktssonfry: simplify some things.
2020-11-19 John Benediktssonfry: adding support for '{, 'H{, and 'HS{ syntax.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-17 masweeneyio.pathnames: add missing linux branch in test
2020-11-17 masweeneyio.pathnames: fix separator when appending paths in...
2020-11-09 John Benediktssonmemory: mark two tests as long since they are slow...
2020-11-08 Alexander Iljinassocs: mark the delete-at words as related
2020-11-03 John Benediktssonclasses.tuple: refactor out make-tuple for re-use.
2020-10-15 John Benediktssoncombinators: move docs for recursive-hashcode.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2020-09-28 John BenediktssonRevert "core: Add TH{ for making assoc tuples."
2020-09-27 John Benediktssonbootstrap: rename layouts/layouts.factor to layouts...
2020-09-26 John Benediktssonclasses.tuple: speed up slots>tuple a bit.
2020-09-26 John Benediktssonclasses: update with quotation stack effects.
2020-09-24 John Benediktssonclasses.builtin: remove bootstrap-type>class.
2020-09-24 John Benediktssonclasses.union: speed up instance? on unions of tuple...
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-08-23 John Benediktssonassocs: improve stack effect for delete-at* and ?delete-at.
2020-08-17 John Benediktssonassocs: adding ?change-at.
next