]> gitweb.factorcode.org Git - factor.git/history - core
Factor.app: delete the .dummy file. It requires signing with --deep and why have...
[factor.git] / core /
2015-07-10 John Benediktssoninit: cleaner using "initialize" instead of "global...
2015-07-09 John Benediktssonhash-sets: need to define M\ hash-set hashcode*.
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-07-01 Doug Colemankernel-docs: Fix link from class to class-of.
2015-07-01 Doug Colemanclasses.tuple: Add a note about "defining-class"
2015-07-01 Doug Colemansyntax-docs: Revert documentation for IN: foo.private
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-30 John Benediktssonlexer: change with-lexer to use with-variable.
2015-06-30 Doug Colemansyntax: Add a "syntax" word property for tracking which...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-22 John Benediktssonvocabs.parser: adding back unuse-words.
2015-06-22 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
2015-06-22 Björn Lindqvistlocals.parser: new word with-lambda-scope to handle...
2015-06-18 John Benediktssonmath.integers: add some more tests for bit?.
2015-06-18 John Benediktssoncpu: enable bit-test intrinsic for fixnum-bit?.
2015-06-18 John Benediktssonmath.integers: simplify fixnum-bit?.
2015-06-17 John Benediktssonmath.integers: fixnum-bit? should not use fixnum-shift...
2015-06-17 John Benediktssongeneric.parser: fix unbalanced-private-declaration.
2015-06-17 John Benediktssonvocabs.parser: error on unbalanced private declarations.
2015-06-15 John Benediktssoncontinuations: make with-return use with-variable inste...
2015-06-12 John BenediktssonRevert "hashtables: make hash-combine use fixnum primit...
2015-06-12 John Benediktssonvocabs: remove little used words.
2015-06-12 John Benediktssonmath.parser: slightly faster ((pow)).
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-06-10 John Benediktssonio.streams.sequence: use stream-exempler here.
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonhashtables: make hash-combine use fixnum primitives.
2015-06-09 John Benediktssonwords: change word hash to do less work.
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-06-09 John Benediktssoncompiler.units: simplify remember-class.
2015-06-09 John Benediktssoncompiler.units: add typedef for new-words.
2015-06-09 John Benediktssonvocabs.parser: cleanup update-manifest, make update...
2015-06-09 John Benediktssonvocabs.parser: make a "qualified-vocabs" word for re...
2015-06-09 Björn Lindqvistparser: added helper word use-first-word? to simplify...
2015-06-08 Doug Colemancore: fix word link.
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...
next