]> gitweb.factorcode.org Git - factor.git/history - core
README: https links instead of http.
[factor.git] / core /
2016-03-03 John Benediktssonhashtables: remove 2hashtable (not really used).
2016-03-03 Doug Colemancore: I messed up the refactoring. with-scope should...
2016-03-03 Doug Colemancore: Don't use with-scope. H{ } clone [ ] with-variabl...
2016-03-03 Doug Colemanhashtables: add a 2hashtable word that is like associat...
2015-12-30 John Benediktssonchecksums: speedup add-checksum-bytes by using the...
2015-12-12 John Benediktssondocs: using $maybe.
2015-12-09 Björn LindqvistVM: put the singletons t, -1, 0 and 1 in the special...
2015-12-08 Björn Lindqvistio.encodings: doc fix
2015-12-05 Björn LindqvistDocs: more docs for vocabs in core/
2015-11-04 John BenediktssonRevert "Auto load urls.secure when needed"
2015-10-30 Sankaranarayanan... Auto load urls.secure when needed
2015-10-29 John Benediktssonarrays: don't need to use slots.private.
2015-10-29 Björn Lindqvistarrays: can use the length>> accessor instead
2015-10-28 Björn Lindqvistarrays: make it so pair? doesn't call length, fixes...
2015-10-10 Björn Lindqvisttuple-arrays: initial-values can be reused here to...
2015-10-10 John Benediktssonmemory: disable a test to get a clean win32 build.
2015-10-01 John Benediktssonmath: use "i/f" for stack effect.
2015-09-30 Björn LindqvistVM: make save-image throw exception on error (#1090)
2015-09-29 Björn LindqvistVM: looks like ERROR_C_STRING is never thrown, so it...
2015-09-24 John Benediktssonclasses.tuple: fix stack effect, didn't mean to commit...
2015-09-24 John Benediktssonclasses.tuple: use class-of in tuple>array.
2015-09-22 Björn LindqvistDocs: fix a bunch of help-lint warnings
2015-09-22 Björn Lindqvistsequences: extra doc and test for 2all?
2015-09-11 John Benediktssonlexer: change shebang handling to be in skip-blank.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John Benediktssonsyntax: fix bad search-and-replace.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-09-02 Björn LindqvistVM: give the exception handling special object a real...
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-08-26 Björn LindqvistVM: LEAF_FRAME_SIZE is 16 bytes on all platforms so...
2015-08-24 Björn Lindqvistio.files: command line params is in the system's native...
2015-08-24 Doug Colemanwords: cleaning up word-props
2015-08-24 Doug Colemanclasses.parser: add a create-class word.
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-18 John Benediktssonmore cleanup.
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
2015-08-16 John Benediktssonclasses.tuple: a better error if creating a tuple from...
2015-08-15 John Benediktssonnamespaces: don't need SLOT: and FROM:.
2015-08-15 John Benediktssonalien.strings: remove (symbol>string) helper word.
2015-08-15 John BenediktssonRevert "parser: split parse-file into (parse-file)."
2015-08-15 John Benediktssonparser: split parse-file into (parse-file).
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-15 Björn LindqvistVM: the JIT_PROFILING special object is never used...
2015-08-15 Björn Lindqvistbootstrap.image: bs-special-objects -> special-objects,
2015-08-15 Björn Lindqvistbootstrap.image: attempt to remove the SPECIAL-OBJECT...
2015-08-15 Björn LindqvistVM: the context_object_count must be wrong, there are...
2015-08-15 John Benediktssonnamespaces: simplify (box-at) using cache.
2015-08-15 John Benediktssonparser: split out check-word-name.
2015-08-14 John Benediktssonnamespaces: rename namestack* to (get-namestack) for...
2015-08-14 John Benediktssoncontinuations: rename catchstack* to (get-catchstack...
2015-08-14 John Benediktssonnamespaces: remove is-global word.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanwords: use get-callstack.
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
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 ...
next