]> gitweb.factorcode.org Git - factor.git/history - core
LICENSE.txt: Use the proper BSD2 license text so that github recognizes it. Fixes...
[factor.git] / core /
2017-10-25 John Benediktssonsource-files.errors: rename <definition-error> to new...
2017-10-25 John Benediktssonsequences: rename setup-each to (each).
2017-10-24 John Benediktssonsequences: fix map-reduce to have ..a on the stack...
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-27 Alexander Iljinsequences-docs: fix the delete-all $errors description
2017-08-06 Doug Colemanfactor: Rename [curry] -> currier, remove some [foo...
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-28 Björn Lindqvistmath.parser: fill argument must not be an empty byte...
2017-06-24 Björn LindqvistVM: we can save the process by throwing a normal error...
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-06-21 Alexander Iljinsytax-docs: mention that numbers may contain commas
2017-06-21 Alexander Iljinsequences-docs: add short help for the words longest...
2017-06-15 John Benediktssonmath.parser: allow 0B, 0O, and 0X number prefixes.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-05 Doug Colemanclasses.intersection: Fix typo in commented-out unit...
2017-06-04 Doug Colemanclasses.singleton: Update another test.
2017-06-04 Doug Colemansingleton: Move definitions to top level in tests.
2017-06-03 Doug Colemankernel: Fix the docs for curry/compose a bit.
2017-06-02 Doug Colemansequences: Remove start for real in favor of subseq...
2017-06-02 Doug Colemancore/basis: Rename tuples kernel:curry -> curried,...
2017-06-02 Doug Colemanwords: Remove dummy ``word`` word and comment. Totally...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemansequences: Add start as an alias for subseq-start,...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2017-05-31 Doug Colemancore: Add TH{ for making assoc tuples.
2017-05-31 Doug Colemannamespaces: Way better implementation of with-variable-on.
2017-05-29 Doug Colemannamespaces: Add with-variable-on/off combinators.
2017-05-05 John Benediktssoncompiler.units: fix modify-code-heap example.
2017-05-04 John Benediktssonsequences: fix example for unless-empty.
2017-05-04 John Benediktssonmath: fix stack effect for unless-zero and when-zero.
2017-03-17 John Benediktssonclasses.maybe: fix help-lint for docs.
2017-03-17 Alexander Iljinclasses.maybe-docs: create some documentation for the...
2017-03-17 Alexander Iljin*-docs: fix a typo in the word parametErized
2017-03-17 Alexander Iljinalien-docs: fix wording
2017-03-17 Alexander Iljinsequences-docs: add a bunch of related-words
2017-03-17 Alexander Iljinsequences-docs: simplify the head* description
2017-03-05 John Benediktssonsequences: fix filter! to allow stack arguments to...
2017-02-10 John Benediktssonvocabs: simplify M\ string require.
2017-02-08 John Benediktssoncompiler.utilities: move conjoin-at tests.
2017-02-08 John Benediktssonsequences: simplify (map-find).
2017-02-08 John Benediktssonsets: moving unique/conjoin/conjoin-at to compiler...
2017-02-08 John Benediktssonassocs: change assoc= to compare with = not eq?.
2017-02-07 John Benediktssonsets: use = instead of eq? in M\ set set=.
2017-02-07 John Benediktssonsets: simpler M\ sequence members.
2017-02-07 John Benediktssondestructors: using ?delete in unregister-disposable.
2017-02-07 John Benediktssonsets: adding ?delete that returns a boolean if elt...
2017-02-02 John Benediktssoncontinuations: don't need to init-catchstack twice...
2017-01-25 John Benediktssonio: fix stream-copy docs.
2017-01-23 Jon Harpercore.math, bignum/f, shift subnormals before rounding...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-20 Alexander Iljinsequences-docs: add a missing period at the end of...
2017-01-20 Alexander Iljinmake-docs: fix what appears to be a oversight
2017-01-20 Alexander Iljinmath.order[-docs]: rename parameters in between? to...
2017-01-13 Alexander Iljinsplitting-docs: add link to slice in split-when-slice 1779/head
2017-01-13 Alexander Iljinsequences-docs: add some related-words
2017-01-13 Alexander Iljinsequences-docs: fix parameter names in the <slice>...
2017-01-06 John Benediktssonsets: using reject in a couple places.
2017-01-04 Jon Harpercore layouts, remove hardcoded tag width
2017-01-03 Björn Lindqvistclasses.mixin,classes.union: moves the check-self-refer...
2017-01-03 Björn Lindqvistclasses.mixin.tests: fix tc not to break when forget...
2017-01-02 Alexander Iljinmath.parser: add missing blank line between words
2016-12-30 Björn Lindqvistclasses.mixin: fix type checking in add-mixin-instance
2016-12-30 Björn Lindqvistclasses.mixin: better name for the type checking error
2016-12-29 John Benediktssonassocs: M\ enum >alist can be no-op because it's a...
2016-12-29 John Benediktssonsequences: remove (indices).
2016-12-28 John Benediktssonassocs: moving collect-by from math.statistics.
2016-12-21 Alexander Iljinvocabs.loader: stop add-vocab-root spawning extra monit...
2016-12-06 Björn Lindqvistparser.tests: fix test that broke
2016-12-06 Björn Lindqvistclasses.*: new words contained-classes and all-containe...
2016-12-05 Björn Lindqvistcompiler.units: utility word filter-word-defs
2016-12-03 Björn Lindqvistbasis/,extra/: using parse-array-def in a bunch of...
2016-12-03 Björn Lindqvistparser: new parsing word parse-array-def
2016-11-30 Björn Lindqvistcompiler.crossref: changes the way in which dependencie...
2016-11-28 Björn Lindqvistcompiler.crossref: better code for getting dependencies...
2016-11-28 Björn Lindqvistclasses.mixin: add-mixin-instance doesn't need to be...
2016-11-24 Björn Lindqvistkernel.private: adding OBJ-SAMPLE-CALLSTACKS + test...
2016-11-23 Björn LindqvistVM: the unimplemented error isn't used anymore
2016-11-21 Björn LindqvistVM: removing the unused callstack-bounds primitive
2016-11-18 Björn Lindqvistcontinuations: new words for ignoring masked errors
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-11-10 John Benediktssonvocabs: in create-vocab, notify-vocab-observers after...
2016-11-02 John BenediktssonRevert "alien.strings: change how string>{cpu,os} works."
2016-11-02 John Benediktssonalien.strings: change how string>{cpu,os} works.
2016-11-02 John Benediktssonsystem: adding new primitives.
2016-11-01 Alexander Iljinsystem-docs: add article on Ctrl-Break handler
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-10-28 Alexander Iljinsequences-docs: fix wording
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-10-08 Björn Lindqvistbootstrap.image.primitives: array>quotation can't be...
2016-10-08 Björn Lindqvistmath.parser: (format-float) can only be flushable
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: make it so the array...
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: improved key@ word"
2016-10-05 Björn Lindqvisthash-sets,hashtables: make it so the array backing...
next