]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-01-29 John Benediktssonui: cleanup some using lists.
2015-01-28 Björn LindqvistVM: better error message in case factor_vm::store_exter... 1274/head
2015-01-28 Björn LindqvistVM: fix the debug printing so that instead of always...
2015-01-28 Björn Lindqvisttools.gc-decode.tests: make test case work on 32 bit
2015-01-24 Doug Colemanforestdb.lib: Forestdb currently doesn't compile on...
2015-01-22 Doug Colemancompiler.tests.optimizer: Re-enable the minor-gc test...
2015-01-22 Doug Colemancompiler.cfg.stacks.clearing: Fix help-lint-all.
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: more docs
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: updated tests to match
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: use insn# as the key in the...
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: many new and fixed tests
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: vacant-peek checking readded
2015-01-22 Björn Lindqvistcompiler.cfg.*: new step in finalization: clear-uniniti...
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.map: new vocab for creating an...
2015-01-22 Björn Lindqvistcompiler.cfg.*: detached the normalize-height and sched...
2015-01-18 John Benediktssoncore-foundation.run-loop: make sure to reset when switc...
2015-01-17 John Benediktssonui.backend.cocoa: fix reset of thread-timer.
2015-01-17 John Benediktssoncombinators: fix broken optimization that made floats...
2015-01-17 John Benediktssoncore-foundation.run-loop: cleanup timer-thread code.
2015-01-17 Doug Colemancompiler: Fix help-lint for @bjourne's recent awesome...
2015-01-17 Doug Colemancompiler.tests.stack-trace: Fix unit test.
2015-01-17 Doug Colemanmime: Use new mime.types file. Keep old mime types...
2015-01-17 Doug Colemancompiler.tests.optimizer: Disable minor-gc test case...
2015-01-17 John Benediktssonsequences.extras: removing contains? (probably a bad...
2015-01-15 Björn Lindqvistcompiler.tests.stack-trace: unit tests against the... 1270/head
2015-01-15 Björn LindqvistVM: possible fix for #1265. the size of the stack frame...
2015-01-15 Björn LindqvistVM: simplified fixup_gc_workhorse::fixup_data by mering...
2015-01-15 Björn LindqvistVM: instead of passing around the trace_contexts_p...
2015-01-15 Björn LindqvistVM: merge of slot_visitor and code_block_visitor
2015-01-15 Björn LindqvistVM: replaced the reset_generation() generic method...
2015-01-15 Björn LindqvistVM: vm::iterate_active_callstacks is only used once...
2015-01-15 Björn LindqvistVM: the full_collector class isn't needed since it...
2015-01-15 Björn LindqvistVM: the clear_mark_bits methods are only called once...
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM: free_list_allocator::first_block, last_block and...
2015-01-15 Björn LindqvistVM: removes the template parameter from mark_bits
2015-01-15 Björn LindqvistVM converts the methods callstack::frame_top_at and...
2015-01-15 Björn LindqvistVM: calls to visit_code_roots() replaced with visit_uni...
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2015-01-15 Björn LindqvistVM: change type of callstack_top and callstack_bottom...
2015-01-15 Björn LindqvistVM: the frame_return_address and set_frame_return_addre...
2015-01-15 Björn LindqvistVM: code_block::scan, make it so the method always...
2015-01-15 Björn LindqvistVM: refactoring intended to remove trace_*-methods...
2015-01-09 Doug Colemanforestdb: Remove unix only forestdb. Fix segfault for...
2015-01-04 John Benediktssonjson.writer: make sure we make hex values two digits...
2015-01-03 John Benediktssonjson.writer: support escaping unicode > 0x10000. Thank...
2014-12-31 John Benediktssonmason.git: fix status check.
2014-12-31 Björn Lindqvistcompiler.cfg.*: new unit test vocabs 1264/head
2014-12-31 Björn Lindqvistcompiler.cfg.*: more docs
2014-12-31 Björn Lindqvistcompiler.cfg.*: refactoring away the compute-global...
2014-12-31 Björn Lindqvistcompiler.cfg.*: docs and more tests
2014-12-31 Björn Lindqvistcompiler.cfg.stacks.local: refactoring making stack...
2014-12-31 Björn Lindqvistcompiler.cfg.parallel-copy: docs
2014-12-31 Björn Lindqvistcompiler.cfg.stacks.height: these words are unused
2014-12-31 Björn Lindqvistcompiler.cfg.*: more compiler docs
2014-12-31 Björn Lindqvistcompiler.cfg.stacks.finalize: initial docs
2014-12-31 John Benediktssonio.launcher: fix stack effects.
2014-12-30 John Benediktssonio.launcher: fix docs for with-process-reader and with...
2014-12-30 John Benediktssonio.launcher: add versions of with-process that preserve...
2014-12-30 John Benediktssonmason.git: fix use.
2014-12-30 John Benediktssonmason.git: fix for rename.
2014-12-30 John Benediktssonio.launcher: cleanup public interface, make some things...
2014-12-27 John Benediktssongopher: set 1 minute timeout by default.
2014-12-27 John Benediktssonbrainfuck: cleanup tests.
2014-12-25 John Benediktssonjson.writer: don't escape spaces, thats weird.
2014-12-24 John Benediktssonunix: some using cleanups.
2014-12-24 John Benediktssonpython: rename startup/shutdown hooks.
2014-12-24 John Benediktssonmath.extras: adding the Möbius function.
2014-12-24 John Benediktssonalien.c-types: move definitions of stdint.h from unix...
2014-12-24 John Benediktssongopher: use contents now that it works.
2014-12-23 Doug Colemanio.ports: Make buffered-port not have a length because...
2014-12-23 John Benediktssontools.deploy.backend: add word for deleting cached...
2014-12-23 John Benediktssoncommand-line: save the executable in a variable so...
2014-12-23 John Benediktssonbootstrap: fix this use of (command-line).
2014-12-23 John Benediktssontools.deploy.shaker: set the rest of the args to preser...
2014-12-23 John Benediktssonvm: store full command-line including executable first...
2014-12-21 John Benediktssongopher: fix bug where empty lines weren't printed prope...
2014-12-20 John Benediktssongopher: simplify.
2014-12-20 John Benediktssongopher: change gopher-text to use split1.
2014-12-20 John Benediktssonio.encodings.detect: simplify prolog-tag.
2014-12-20 John Benediktssongopher: add way to get result without converting to...
2014-12-19 John Benediktssontools.disassembler: allow disassemble of compose and...
2014-12-18 Doug Colemansequences: Add some examples of head and tail with...
2014-12-18 John BenediktssonRevert "ui.tools.browser: one browser to rule them...
2014-12-18 John Benediktssonui.tools.browser: one browser to rule them all.
2014-12-18 Doug Colemansubrip-subtitles: Add parser for .srt files. Kind of...
2014-12-17 John Benediktssongml.viewer: fix using.
2014-12-17 John Benediktssongopher: make default selector the menu.
2014-12-17 John Benediktssongopher-ui: remember scroll position in history.
2014-12-17 John Benediktssongopher: fix query params for searching.
2014-12-17 John Benediktssongopher: don't require UI by default.
2014-12-17 John Benediktssongopher-ui: adding a UI for gopher browsing.
2014-12-17 John Benediktssongopher: handle query params, maybe (not tested).
2014-12-17 John Benediktssongopher: initial commit of gopher lib.
2014-12-17 John Benediktssonui: use control-value/set-control-value in a few places.
2014-12-16 Doug Colemanfile-picker.windows: Basic file-picker works!
2014-12-16 John Benediktssonmacros: some cleanup.
2014-12-16 John Benediktssonbitstreams: cleanup and fix bug in bit-writer-bytes.
2014-12-16 John Benediktssoncocoa.dialogs: document save-panel stack effect better.
2014-12-15 John Benediktssonfile-picker.windows: mock up some code for windows.
next