]> gitweb.factorcode.org Git - factor.git/history - core
update Nmakefile to properly delete vm\factor.res.
[factor.git] / core /
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...
2016-09-25 Björn Lindqvistbootstrap.layouts: sync note in comments
2016-09-25 Björn Lindqvisthash-sets,hashtables: improved key@ word
2016-09-20 Alexander Iljinchecksums-docs: add link to checksums.process-docs
2016-09-14 Björn Lindqvistio.files: the paths are absolute so cwd prepend-path...
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-08-30 Björn Lindqvistsets,compiler.cfg.stacks.global: putting the refine...
2016-08-23 John BenediktssonRevert "io.pathnames: fix separator when appending...
2016-08-23 masweeneyio.pathnames: fix separator when appending paths in...
2016-08-11 Björn Lindqvistsystem: looks like the name>> accessor can be used...
2016-08-11 John BenediktssonRevert "assocs-docs: mark assoc-partition and partition...
2016-08-11 Alexander Iljinassocs-docs: mark assoc-partition and partition as...
2016-08-10 Björn Lindqvistalien.*: frontend varargs support! #1677
2016-08-04 Björn Lindqvistalien: replacing the alien-*-error family of errors...
2016-08-02 John Benediktssonchecksums.crc32: verify checksum-state is working.
2016-08-02 John Benediktssonchecksums: fix stack effect of with-checksum-state.
2016-08-01 John Benediktssonchecksums: make checksum-state implement dispose.
2016-07-30 John Benediktssonchecksums: making "checksum-state" a universal concept.
2016-07-30 Alexander Iljincombinators-docs: fix wording
2016-07-30 Alexander Iljinmath: fix stack effect declaration for the neg? generic
2016-07-30 Alexander Iljindocs: replace $description with $class-description...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-30 Alexander Iljinmath-docs: fix a copy-paste error
2016-07-16 John Benediktssonvocabs.loader: one vocab-exists? word.
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...
next