]> gitweb.factorcode.org Git - factor.git/history - core
windows.registry: add change-registry-value and delete-value
[factor.git] / core /
2018-07-07 Doug Colemanio.pathnames: Fix using list.
2018-07-07 Doug Colemanio.pathnames: Add canonicalize-path.
2018-07-07 Doug Colemankernel: Only test that it fails 10 times for TravisCI...
2018-07-07 Doug Colemankernel: Test if one ``-1 f <array>`` hangs travisci.
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-07-05 Doug Colemanvocabs.loader: make a word for the default vocabs.
2018-07-04 Doug Colemanio.pathnames: Add a useful word 3append-path
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-06-04 Doug ColemanRevert "VM: removing the unused callstack-bounds primitive"
2018-03-15 Doug Colemansystem: flush so we get the same behavior on windows...
2018-02-28 John Benediktssonalien.strings: remove latin1 dependency.
2018-02-28 John Benediktssonio.encodings: use new latin1 instead of 8-bit encoding...
2018-02-26 John Benediktssonio.encodings.8-bit: more encodings, and reduce hierarchy.
2018-02-25 John Benediktssonclasses.error: adding a summary.txt.
2018-02-21 John Benediktssonio.streams.byte-array: implement stream-tell for byte...
2018-02-17 John Benediktssonclasses.tuple: adding ?offset-of-slot that returns...
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-14 Cat Stevenscore/combinators docs: fix unclearness in case help
2018-02-13 John Benediktssonfix more typos in docs.
2018-02-13 John Benediktssonfix some typos in docs.
2018-01-22 John Benediktssonsorting: simplify l-next, r-next.
2018-01-22 Alexander Iljinsyntax-docs: improve descriptions for GENERIC: and...
2018-01-22 Alexander Iljinsequences-docs: fix a typo
2018-01-21 John Benediktssonvocabs: remove unnecessary generic stack effect.
2018-01-19 John Benediktssonchecksums: fix doctest for checksum-file.
2017-12-18 Doug Colemanfactor: fix tests that depended on LICENSE.txt never...
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.
next