]> gitweb.factorcode.org Git - factor.git/history - core
basis: ERROR: changes.
[factor.git] / core /
2015-08-13 Doug Colemanclasses.error: It was in the other patch but not this...
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-12 Doug Colemansyntax: fix SINGLETON: to be on its own line in docs.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-12 Doug Colemanassocs: fix map>alist and docs.
2015-08-12 Doug Colemanassocs: add map>alist which is { } map>assoc but could...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-08-08 Doug Colemanassocs: Add harvest-keys, harvest-values to core/....
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-08-06 John Benediktssongeneric.standard: add some tests.
2015-08-06 John Benediktssongeneric.standard: check GENERIC# for integer dispatch#.
2015-08-06 John Benediktssonfix some generic tests.
2015-08-05 John Benediktssongeneric: check valid combination/effect.
2015-08-05 Doug Colemansystem: Don't assume the git version is set.
2015-08-04 Doug Colemansystem: Make a shorter banner on startup.
2015-08-04 Doug Colemanio.files: fix docs
2015-08-04 Doug Colemanio.files: Add change-file-lines and change-file-content...
2015-08-04 Björn Lindqvistkernel.tests: address of fault is now in the 3rd elemen...
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-08-01 Doug Colemansyntax docs: Fix octal example.
2015-08-01 John Benediktssonsyntax: fix example in syntax-floats.
2015-07-31 John Benediktssonmath.parser: make float-parse:point a fixnum.
2015-07-31 John Benediktssonmath.parser: some inline, some fixnum+fast, some disabl...
2015-07-30 Jon Harpermath.parser: support >bin and >oct for floats
2015-07-30 Jon Harpermath.parser: add tests/docs for floats 0b 0x bin> float...
2015-07-30 Jon Harperdocs: hex floats exponents became mandatory
2015-07-30 Jon Harpermath.parser, don't take infinite time to parse huge...
2015-07-30 Jon Harpermath.parser: don't lose precision in make-float-bin...
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-27 Doug Colemancore: rename parse-call( to parse-call-paren
2015-07-26 Jon Harpermath.integers, comment and simplify bignum/f
2015-07-26 Jon Harpermath.integers, bignum/f, improve performance.
2015-07-26 Jon Harpermath.integers, fix bignum/f for results in ]0x1.0p...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-24 Doug Colemanparser, source-files: you need to bootstrap after this...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-21 John Benediktssonvocabs.loader: fix tests.
2015-07-21 John Benediktssonvocabs.loader: make require-all throw restarts.
2015-07-20 John Benediktssonsequences: bring back check-length.
2015-07-20 John Benediktssonfix some sets:members.
2015-07-20 Doug Colemanfactor: fix breakage with word renamings.
2015-07-20 Doug Colemancore: fix docs
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
2015-07-20 Doug Colemanfactor: system:image -> image-path, like vm-path. image...
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
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.
next