]> gitweb.factorcode.org Git - factor.git/history - core
factor: Fix rename issues.
[factor.git] / core /
2015-07-20 John Benediktssonmath.parser: remove digits>integer.
2015-07-20 John Benediktssonmath.parser: simplify fix-float.
2015-07-19 John Benediktssonmath.parser: simplify { integer ratio } >base.
2015-07-19 John Benediktssonmath: moving >fraction to math.
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-19 John Benediktssonmath.parser: re-use number-parse and float-parse objects.
2015-07-18 Doug Colemanhashtables: Don't test word's hashcode as a bignum...
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
2015-07-18 Doug Colemancore: declare word's hashcode an integer. Make word...
2015-07-18 John Benediktssonsequences: integer length for repetition, use English.
2015-07-17 John BenediktssonRevert "sequences: simplify find-from and find-last...
2015-07-17 Doug Colemanmath.parser.tests: Fix whitespace.
2015-07-17 John Benediktssonsequences: use check-length to force integer partial...
2015-07-17 John Benediktssonsequences: define a 2each-from, use each-from more.
2015-07-17 John Benediktssonsequences: simplify find-from and find-last-from.
2015-07-17 John Benediktssonsplitting: use unsafe in split-when, simplify split...
2015-07-17 John Benediktssonsequences: adding a subseq-unsafe that doesn't check...
2015-07-17 John Benediktssonsequences: fix help-lint.
2015-07-16 John Benediktssonsequences: integer slots in slice, don't store reason...
2015-07-16 John Benediktssonmath.parser: simplify using member-eq?.
2015-07-16 John Benediktssoncombinators: fix linear-case-quot to order the comparis...
2015-07-16 John Benediktssonmath.parser: with-radix-char quot shouldn't get called...
2015-07-16 John Benediktssonmath.parser: remove unnecessary with-no-radix, thanks...
2015-07-15 John BenediktssonFix some tests broken by optimized? rename.
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-15 John Benediktssonmath.parser: okay time for sleep, maybe this works...
2015-07-15 John Benediktssonio.encodings.ascii: make sure encode-string gets a...
2015-07-15 John Benediktssonmath.parser: fix a regression.
2015-07-15 John Benediktssonhashtables: fix docs differently.
2015-07-15 John BenediktssonFix some things broken by hashtable capacity changes.
2015-07-15 John Benediktssonmath.parser: fix ``"-.5" dec>``.
2015-07-15 John Benediktssonmath.parser: fix "most-negative-fixnum number>string...
2015-07-15 John Benediktssonhash-sets: make sure capacity and growth use same load...
2015-07-15 John Benediktssonhashtables: make sure capacity and growth use same...
2015-07-15 John Benediktssonvocabs: fix help lint error.
2015-07-14 John BenediktssonUse $sequence in a few places.
2015-07-12 Björn LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
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...
next