]> gitweb.factorcode.org Git - factor.git/history - core
FUEL: fix name of customization variable
[factor.git] / core /
2016-07-12 John Benediktssonusing [ ... ] [ drop ] if* instead of dup [ ... ] ...
2016-07-11 John Benediktssonmath.integers: use must-fail instead of ignore-errors.
2016-06-30 John Benediktssonio.backend: remove unused normalize-directory word.
2016-06-30 John Benediktssonchecksums: remove doc for stream-checksum.
2016-06-30 John Benediktssonchecksums: some cleanup.
2016-06-30 John Benediktssonio.encodings.binary: move to core.
2016-06-29 Alexander Iljinchecksums: make add-checksum-bytes a generic word
2016-06-29 Alexander Iljinchecksums-docs: add note on using checksums.stream
2016-06-29 Alexander Iljinchecksums-docs: fix heading in checksum-file
2016-06-17 Björn Lindqvistui.backend.gtk: use a global variable to store the...
2016-06-07 Björn LindqvistVM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL
2016-05-31 Björn Lindqviststyle thing: indenting tuple slots
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-05-25 Alexander Iljinsyntax-docs: fix the code snippet in the ERROR: article
2016-05-25 Alexander Iljinwords-docs: fix wording
2016-05-25 Alexander Iljinwords-docs: add "recursive" to the list of word properties
2016-05-25 Alexander Iljinio.streams-docs: fix some copy-paste errors
2016-05-22 Alexander Iljindocs: minor fixes and amendments.
2016-05-15 Doug Colemaneffects: make :type print as :type instead of ``_:...
2016-05-12 Doug Colemaneffects: Add support for :type as standalone, unnamed...
2016-04-30 Alexander Iljinsequences-docs: fix wording
2016-04-15 John Benediktssonmemory: no need to use memory.private.
2016-04-15 John Benediktssonsource-files: simplify, remove unnecessary error.
2016-04-14 John Benediktssonslots: silly formatting change.
2016-04-14 John Benediktssonsystem: can use value-at, don't need to split.
2016-04-13 John Benediktssonparser: make scan-class assert result is a classoid...
2016-04-13 John Benediktssonclasses: unset defining-class in define-class.
2016-04-13 John Benediktssonclasses.algebra: removing valid-classoid? (enforced...
2016-04-13 John Benediktssonclasses.maybe: this restriction isn't necessary anymore.
2016-04-13 John Benediktssoneffects: swap got expected.
2016-04-13 Doug Colemaneffects: Fix check-stack-effect. Better to report the...
2016-04-12 Doug Colemanassocs: Add assoc-union-as. Use assoc-reject-like.
2016-04-10 Björn Lindqvistbootstrap.primitives: assoc-each to register builtins
2016-04-09 John Benediktssonio.files: fix cd test on windows (needs normalize-path...
2016-04-07 Doug Colemanio.files: Make sure ascii can't write higher than char...
2016-04-07 Doug Colemanio.files: Ensure that slices can be written to utf8...
2016-04-07 John Benediktssonio.encodings: a bit faster and make ascii support slices.
2016-04-07 John Benediktssonio.encodings: allow encode-string to be called with...
2016-04-07 Doug Colemancontinuations: Moving usages of rethrow below where...
2016-04-07 Doug Colemanui.debugger: quotation stack effect wants ( .. -- ...
2016-04-06 Doug Colemansplitting: string-lines is optimized for strings. rever...
2016-04-05 Doug Colemansplitting-docs: Fix stack effect of string-lines.
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-04-05 John Benediktssonstrings.parser: allow "\u{snowman}" or "\u{2603}".
2016-04-05 John Benediktssonsets: make null? use cardinality.
2016-04-04 John Benediktssonstrings.parser: adding error tests.
2016-04-04 John Benediktssonstrings.parser: fix docs for parse-string.
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-04-04 John Benediktssonstrings.parser: better string error messages.
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-03-31 John Benediktssonvocabs.parser: sift the search-vocabs.
2016-03-31 Doug Colemanmath: fix docs for binary printing.
2016-03-31 Doug Colemanprettyprint: Print .b .o .h with prefixes so it's not...
2016-03-31 Doug Colemansyntax: Fix docs for removed article syntax.comments.
2016-03-31 Doug Colemanio.encodings.utf16n: Fix using.
2016-03-31 John Benediktssonlexer: make CHAR: ! work.
2016-03-31 John Benediktssonlexer: support universal comments.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-31 Doug Colemanio.files: make tests not use temp-file
2016-03-31 Doug Colemanio.streams.c: use unique-file
2016-03-31 Doug Colemanio.pathnames: don't use temp-file
2016-03-31 John Benediktssoneffects.parser: allow generic methods not in current...
2016-03-30 John Benediktssonparser: require an IN: for any word definitions (even...
2016-03-30 John Benediktssonio.encodings: add a test that tell doesn't work anymore.
2016-03-30 John BenediktssonRevert "io.encodings: Add a stream-tell method for...
2016-03-30 John Benediktssonmath.parser: add tests for change to not throw zero...
2016-03-30 Jon Harpermath.parser: number>string, don't throw zero division...
2016-03-30 John Benediktssoneffects.parser: fix some incorrect can't-nest-definitio...
2016-03-30 John Benediktssonfix some tests for the sets:set change.
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-29 John Benediktssonsets: rename unordered-set back to set.
2016-03-29 Björn Lindqvistbootstrap.image.primitives: new vocab to make primitive...
2016-03-29 John Benediktssonvocabs: words-named should't f suffix.
2016-03-29 John Benediktssonvocabs: support qualified lookups in no-word restarts.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-29 John Benediktssonvocabs.parser: all USE: vocabs are also QUALIFIED:.
2016-03-29 John BenediktssonHopefully fix stack effects of error hooks to throw...
2016-03-25 Doug Colemancore: rename some double paren words.
2016-03-25 Doug Colemanio.streams.sequence: make some errors into ERROR:....
2016-03-25 Doug Colemanhashtables: rename ((tombstone)) to +tombstone+, (...
2016-03-25 Doug Colemaneffects.parser: Remove left-over old code that did...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-22 John Benediktssonchecksums: remove hex-string in favor of math.parser...
2016-03-21 John Benediktssongraphs: move to core and simplify.
2016-03-21 Björn Lindqvistslots: add initial value for integer-array-capacity...
2016-03-20 John Benediktssonkernel: improve docs for ?.
2016-03-19 John Benediktssonmath: rename fast-gcd to simple-gcd.
2016-03-18 Björn Lindqvistbootstrap.primitives: new predicate integer-array-capacity
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2016-03-17 Doug Colemanlicense rename: fix the rest of it.
2016-03-16 John Benediktssonparser: fix docs typo.
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2016-03-16 John Benediktssonmath.parser: adding bytes>hex-string and hex-string...
2016-03-16 John BenediktssonUpdate tests for LICENSE.txt rename.
2016-03-16 Björn Lindqvistsystem: these words can't be foldable
2016-03-14 John Benediktssonsplitting: fix docs for string-lines.
2016-03-14 John Benediktssonsplitting: fix using.
2016-03-13 John Benediktssonsplitting: make string-lines more correctly handle...
2016-03-13 Björn LindqvistDocs: doc updates
2016-03-09 Björn Lindqvistcompiler.units: changes dynamic vars so that they are...
next