]> gitweb.factorcode.org Git - factor.git/history - core
windows: fix words -> vocab-words
[factor.git] / core /
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-06-07 John Benediktssonmath.integers: speedup to fixnum-bit?.
2015-06-07 John Benediktssonbootstrap.primitives: fix stack effect names for bignum...
2015-06-06 John Benediktssonsequences: make concat-as inline and don't special...
2015-05-31 John Benediktssonio.binary: adding some tests for signed>.
2015-05-22 Björn Lindqvistbootstrap.primitives: shorter code for mapping architec...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonsequences: adding related-words for filter and reject.
2015-05-13 John Benediktssonassocs: adding assoc-reject, assoc-reject-as, assoc...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-10 Björn Lindqvistmemory.tests: a full test against #1289, it shouldn...
2015-05-10 Björn Lindqvistcompiler.cfg.*: a bunch of new tests
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2015-04-20 John Benediktssonalien.strings: simpler fast-string? check.
2015-03-11 Doug Colemangrowable: Multiply growable size by 2 instead of 3...
2015-02-12 Benjamin PollackFix typo in hash-set documentation
2015-01-17 John Benediktssoncombinators: fix broken optimization that made floats...
2015-01-15 Björn LindqvistVM: code_block::scan, make it so the method always...
2014-12-18 Doug Colemansequences: Add some examples of head and tail with...
2014-12-12 John Benediktssonuse ">>foo" instead of "over foo<<".
2014-12-05 John Benediktssonsorting: faster sort-keys and sort-values for hashtables.
2014-12-05 John Benediktssonsorting: inline check-bounds.
2014-12-04 John BenediktssonRevert "continuations.tests: test case for #1187"
2014-12-04 Björn Lindqvistcontinuations.tests: test case for #1187
2014-12-03 John Benediktssonuse suffix! and append!.
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
2014-11-30 John Benediktssoncleanup "over push" is "suffix!".
2014-11-30 John Benediktssonsystem: better key-for-value.
2014-11-30 John Benediktssondefinitions: removing unused "new-word?" word.
2014-11-30 John Benediktssonclasses.tuple: use slots>tuple when possible.
2014-11-30 John Benediktssoncore: use if* in a couple places.
2014-11-29 John Benediktssonmath.parser: simplify store-exponent.
2014-11-29 John Benediktssonmath.parser: whoops, this part shouldn't have been...
2014-11-29 John Benediktssonmath.parser: remove float>string, speedup format-float.
2014-11-24 Doug ColemanRevert "parser: Print "Loading" message as a comment...
2014-11-24 Doug Colemanparser: Print "Loading" message as a comment for homoic...
2014-11-23 Doug Colemanio.files: Move with-cd to the tests file so that nobody...
2014-11-23 Doug Colemanio.files: add with-cd. Related to #1214.
2014-11-23 John Benediktssonio: aesthetics matter.
2014-11-23 Björn Lindqvistsplitting: new word split-indices, it's useful compiler...
2014-11-21 John Benediktssondestructors: change check-disposed not to drop the...
2014-11-21 Björn LindqvistVM: each_object() can't iterate the nursery so instead...
2014-11-21 John Benediktssonio.streams.c: use binary-object.
2014-11-16 John Benediktssonio.streams.c: faster M\ c-reader stream-read-until.
2014-11-13 John Benediktssonsystem: separate version-info to two lines.
2014-11-12 Doug Colemansystem: Move cpu string to Factor area so it's more...
2014-11-12 John Benediktssonassocs: moving map-index back to sequences, change...
2014-11-12 Doug Colemansystem: Add cell-bits (32/64 bit) and build number...
2014-11-11 Doug Colemansystem: Remove bogus word added during merge commit.
2014-11-11 Björn Lindqvistsystem: dont let any errors interfere with the shutdown...
2014-11-11 Björn LindqvistVM: using make vocab instead of consecutive appends
2014-11-11 Björn LindqvistVM: renamed version and git-label to vm-version and...
2014-11-11 Björn LindqvistVM: Three new special objects added to keep track of...
2014-11-09 Doug Colemanassocs: Fix up some stack effects.
2014-11-09 Doug Colemanassocs: Make the output from zip, zip-index, and map...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-11-08 Doug Colemanassocs: Add zip-index, zip-index-as and docs/tests.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-11-03 John Benediktssonvocabs.parser: need this wrapper.
2014-11-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-11-02 Doug Colemansequences: Add examples for some words.
2014-11-01 Doug Colemancore: On Windows we depend on having io.strreams.byte...
2014-11-01 Doug Colemanalien.strings: Dependency on io.streams.byte-array...
2014-11-01 Doug Colemansequences: Better docs for member?
2014-11-01 Doug Colemansequences: Add examples for member? word.
2014-10-31 John Benediktssonio.encodings: fix for read-until seps not containing \n.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-10-31 Doug Colemanio.encodings: For decoders, try to gobble up the next...
2014-10-31 Doug Colemanbyte-vectors: dos2unix
2014-10-30 Doug Colemanparser.notes: Remove trailing whitespace the parser...
2014-10-28 Doug Colemanparser: Fix for empty word list. Oops.
2014-10-27 Doug Colemancore/basis: Trim or reorganize a few using lists. Playi...
2014-10-27 Doug Colemanparser: Cleaner fix, comments. Fixes #1174.
2014-10-27 Doug Colemanparser: Consider private words now for autocompletes...
2014-10-22 Björn Lindqvistalien.tests: fix the test cases so they dont leak,...
2014-10-22 Björn Lindqvistalien,stack-checker.alien: new word with-callback
2014-10-17 Björn Lindqviststack-checker,compiler: docs for stack-checker and...
2014-10-17 Björn Lindqvistcompiler.*: doc improvements
2014-09-29 Björn Lindqvistalien,stack-checker.alien: move callback-destructor...
2014-09-29 Björn Lindqviststack-checker.alien: use free-callback as a destructor...
2014-09-29 Björn Lindqvistalien: a test and docs for free-callback
2014-09-29 Björn LindqvistVM: new primitive free-callback which is able to free...
2014-09-29 Björn Lindqviststack-checker.known-words: stack effect for <callback...
2014-09-29 Björn LindqvistVM: new primitive (callback-room) for querying the...
2014-09-29 Björn LindqvistVM: try and recover with a kernel error from the callba...
2014-07-22 John Benediktssonkernel: fix help-lint warning for 2with.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-08 Doug Colemanalien.strings: Actually return a string instead of...
2014-06-08 Björn LindqvistDocs: docs for compiler-related words
2014-06-08 Björn LindqvistDocs: for compiler, vm and combinators
2014-06-07 John Benediktssonmath.parser: fix docs for >base and base>.
2014-06-07 John Benediktssonkernel: remove ?execute, not used much, and a little...
2014-06-07 John Benediktssonmath: remove out-of-fixnum-range error.
2014-06-07 John Benediktssonclasses.tuple: fix test-case.
2014-06-07 John Benediktssonvm: using bignum>fixnum-strict in integer>fixnum-strict.
2014-06-07 Björn Lindqvistkernel.private: add ERROR-OUT-OF-FIXNUM-RANGE on the...
next