]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-15 Björn LindqvistVM: simplified logic for allot_object()
2015-08-15 Björn LindqvistVM: simplifies the dispatch_resumable_signal() method
2015-08-15 Björn LindqvistVM: new method set_border_locked() in segment, so that...
2015-08-15 Björn Lindqvistvm: add def for the segment struct, it's useful for...
2015-08-15 Björn LindqvistVM: smaller style-fixes, like removing redundant else...
2015-08-15 Björn LindqvistVM: move trace_partial_objects to visit_partial_objects...
2015-08-15 Björn LindqvistVM: split dispatch_signal_handler into two methods...
2015-08-15 Björn LindqvistVM: move the frame_predecessor() method to the code_hea...
2015-08-15 Björn LindqvistVM: FRAME_RETURN_ADDRESS define unused
2015-08-15 Björn LindqvistVM: the JIT_PROFILING special object is never used...
2015-08-15 Björn Lindqvistbootstrap.image: better to use the special-object-count...
2015-08-15 Björn Lindqvistbootstrap.image: bs-special-objects -> special-objects,
2015-08-15 Björn Lindqvistbootstrap.assembler.*: convert the other assembly files...
2015-08-15 Björn Lindqvistbootstrap.image: attempt to remove the SPECIAL-OBJECT...
2015-08-15 Björn Lindqvistcompiler.cfg.save-contexts: context-save-needed not...
2015-08-15 Björn LindqvistVM: emit_prolog/emit_epilog can be simplified because...
2015-08-15 Björn LindqvistVM: the stack_frame_p() and safepoint_p() functions...
2015-08-15 Björn LindqvistVM: an unused #define we can eliminate
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-15 John Benediktssonwindows.directx.dinput.constants: simplify uninitialize.
2015-08-14 Doug Colemandecimals: rename D: to DECIMAL: to help with new parser...
2015-08-14 John Benediktssonuse scrape-html instead of "http-get nip parse-html".
2015-08-14 Doug ColemanRevert "vm: don't use implicit this. thanks to Jon...
2015-08-14 Doug Colemanvm: don't use implicit this. thanks to Jon Harper for...
2015-08-14 Doug Colemanwindows.errors: fix bootstrap
2015-08-14 John Benediktssonfix for bad renames.
2015-08-14 Doug Colemancompiler: fix D.
2015-08-14 John Benediktssonmisc/vim: update with new core word renames.
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 John Benediktssonsee: ERROR: should print as ERROR:.
2015-08-13 Doug Colemancompiler: rename D to D: because it wants a token....
2015-08-13 Doug Colemanstack-checker: old bug, float>fixnum was not foldable!!
2015-08-13 Doug Colemanwords: use get-callstack.
2015-08-13 Doug Colemancompiler: fix rename
2015-08-13 Doug Colemanthreads: fix test.
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
2015-08-13 John Benediktssonalien.libraries: try out throw-foo.
2015-08-13 John Benediktssonio.launcher: fix bad refactor.
2015-08-13 John Benediktssonremove redundant IN:
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-13 Doug Colemancompiler.tree.propagation: Fix build error
2015-08-13 Doug Colemanzoneinfo: at -> at-time
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-13 Doug Colemanzeromq: fix for ERROR: change.
2015-08-13 Doug Colemangpu.shaders: fix throw- error
2015-08-13 Doug Colemandb.sqlite: fix ERROR:
2015-08-13 Doug Colemanxml.errors: fix xml error.
2015-08-13 Doug Colemanchanger: docs didnt get committed. my git game is reall...
2015-08-13 Doug Colemangoogle.translate: fix the conflict in a naive way.
2015-08-13 Doug Colemanxml.errors: fix throw-unclosed. omg.
2015-08-13 Doug Colemanclasses.error: It was in the other patch but not this...
2015-08-13 Doug Colemancpu.8080: opcode -> opcode:, cycles -> cycles:
2015-08-13 Doug Colemancocoa: Syntax is funky, so regularize it by parsing...
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-12 Doug Colemancompiler, alien: fix some duplication in ERROR: definit...
2015-08-12 Doug Colemanextra: fix sets rename
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: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-08-12 Doug Colemanio.styles: image -> image-style in docs too
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 Colemanbootstrap.image: images -> image-strings
2015-08-12 Doug Colemanchanger: Add changer vocab.
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-09 John Benediktssonserialize: change to "<" to match the comments.
2015-08-08 Doug Colemancompiler: oops, assoc-empty? vs empty?. undo harvest...
2015-08-08 Doug Colemanbasis: use harvest-values
2015-08-08 Doug Colemanassocs: Add harvest-keys, harvest-values to core/....
2015-08-08 Jon Harperserialize, reduce by 2 bytes cells in [2^1008;2^1024[
2015-08-08 Jon Harperserialize, test cells around first 2000 powers of 2
2015-08-08 Jon Harperauthors, use utf-8 to fix Björn's name
2015-08-08 Jon Harpercurses.listener: fix, need stream-write1 after changes... 1426/head
2015-08-07 John Benediktssontools.deploy: bump image sizes to get linux-x86-32...
2015-08-06 Doug Colemangraphviz: node[ -> [node etc. it can go back with the...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-08-06 Doug Colemancombinators.smart: Add smart combinator that outputs...
2015-08-06 Björn Lindqvistfuel.pprint: fix a thing that broke in fuel due to...
2015-08-06 Björn LindqvistFUEL: new function, factor-syntax, which makes the...
2015-08-06 Björn LindqvistFUEL: corrected highlighting of QUALIFIED-WITH:
2015-08-06 Björn LindqvistFUEL: fix highlighting of FUNCTIONs
2015-08-06 Björn LindqvistFUEL: improved highlighting of alias defs
2015-08-06 Björn LindqvistFUEL: this fix makes it so stack effects spread out...
2015-08-06 John Benediktssontools.tree: fix using.
2015-08-06 John Benediktssonmatch: making match-cond have an optional default like...
2015-08-06 John Benediktssongeneric.standard: add some tests.
2015-08-06 John Benediktssongeneric.standard: check GENERIC# for integer dispatch#.
2015-08-06 John Benediktssonio.files.info: use directory?, symbolic-link?, and...
2015-08-06 John Benediktssoncompiler.tests: remove some tests that can't work now.
2015-08-06 John Benediktssonfix some generic tests.
2015-08-05 John Benediktssongeneric: check valid combination/effect.
2015-08-05 John Benediktssontools.deploy: fix tests for windows.
next