]> gitweb.factorcode.org Git - factor.git/history - core
Redirect when using curl
[factor.git] / core /
2019-11-06 John Benediktssonclasses.union: faster builtin-class check, for example...
2019-10-26 John Benediktssonclasses.algebra: update forgotten test for flatten...
2019-10-24 John Benediktssonclasses.union: woops, reduce in fast-union-mask.
2019-10-24 John Benediktssonclasses.algebra: change (flatten-class) to use arrays.
2019-10-24 John Benediktssonclasses: update docs with $sequence.
2019-09-15 John Benediktssoneffects: fix clone of row variadic effects.
2019-08-06 John BenediktssonRevert "io.encodings.utf16: add a utf16n word for nativ...
2019-08-06 John BenediktssonRevert "io.encodings.utf16: update docs for utf16n."
2019-08-06 John BenediktssonRevert "io.encodings.utf16: make utf16n foldable, maybe...
2019-08-06 John Benediktssonio.encodings.utf16: make utf16n foldable, maybe fixes...
2019-08-06 John Benediktssonio.encodings.utf16: update docs for utf16n.
2019-08-05 John Benediktssonio.encodings.utf16: add a utf16n word for native utf16...
2019-07-23 John Benediktssonkernel: fix stack effect for -rotd.
2019-05-21 John Benediktssonwords: remove word-props? used only in one place.
2019-05-19 John Benediktssonsequences: making copy-state indices integers.
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-04-14 Alexander Iljinsequences-docs: add a missing article
2019-04-05 John Benediktssoncombinators: faster hashcode for byte-arrays.
2019-03-23 Doug Colemantests: Don't depend on license.txt not changing.
2019-03-23 John Benediktssonio.backend: remove comment from years ago.
2019-03-17 John Benediktssonparser: use ?first.
2019-02-09 Jack LucasRe-add Freebsd Support
2019-02-03 Doug Colemanassocs: Add ?delete-at.
2019-01-11 John Benediktssonclasses.tuple: use integer>fixnum in tuple-hashcode.
2019-01-03 Alexander Iljinsyntax-docs: add a couple of missing CHAR: syntax examples
2018-08-21 Alexander Iljinsplitting-docs: mention two existing words in documentation
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-07-22 Doug Colemanlayouts: Add 32bit? and 64bit? words.
2018-07-22 Doug Colemansystem: Make the git version code more robust.
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
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...
next