]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-09-22 Björn Lindqvistsequences: extra doc and test for 2all?
2015-09-22 Björn Lindqvistcompiler.*: random doc and tests updates
2015-09-22 Björn Lindqvistcompiler.tree.propagation.slots: looks like you can...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.slots: docs & tests for the...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: better logic for compar...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: fixed value-info<=...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.allocation.splitting: better...
2015-09-22 Björn Lindqvistcompiler.tree.*: new tests
2015-09-22 Björn Lindqvistcompiler.tree.*: docs
2015-09-22 Björn Lindqvistcompiler.cfg.*: random doc updates
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: more docs and tests...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.nodes: the loop-nesting varia...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.*: better to use 2array than...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.constraints: docs for this...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.ranges: merge adjacent ranges...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.ranges: remove the live-range...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.ranges: new word ranges-endpoi...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.ranges: move more range-relate...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: the reg-class...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.*: move words for splitting...
2015-09-22 Björn Lindqvistcompiler.cfg.linear-scan.ranges: new vocab to contain...
2015-09-22 Björn Lindqvistcompiler.cfg.linearization: number-blocks can set the...
2015-09-22 Björn LindqvistVM: workhorse attribute not used
2015-09-20 John Benediktssonui.gadgets.paragraphs: pref-dim of { 0 0 } if no children.
2015-09-20 John Benediktssonwrap.words: make it work with empty input.
2015-09-17 John Benediktssonprocessing.shapes: fix rectangle.
2015-09-15 John Benediktssonhtml.streams: fix tests.
2015-09-14 John Benediktssonhelp.html: cleanup extra spaces.
2015-09-14 John Benediktssonhelp.html: simplify html by saving styles as classes.
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-06 John Benediktssonimages.loader: use accessors in tests.
2015-09-06 Björn Lindqvistimages.loader.gdiplus: fix for the call to GdipBitmapLo...
2015-09-03 Björn Lindqvistbootstrap.image.tests: total 20 -> 18
2015-09-02 John Benediktssonpeg: some cleanup.
2015-09-02 Björn LindqvistVM: remove RT_EXCEPTION_HANDLER reference 1466/head
2015-09-02 Björn LindqvistVM: for consistency, it is easier to put all functions...
2015-09-02 Björn LindqvistVM: always use undecorated names when loading ffi functions
2015-09-02 Björn LindqvistVM: callback_entry_point() and update() can be removed
2015-09-02 Björn Lindqvistcompiler.cfg.intrinsics.misc: use the vm-special-object...
2015-09-02 Björn LindqvistVM: give the exception handling special object a real...
2015-09-02 Björn LindqvistVM: get rid of the odd RT_EXCEPTION_HANDLER relocation
2015-09-02 Björn LindqvistVM: clear commented out code
2015-09-02 Björn Lindqvistcompiler.constants: remove a bunch of constants that...
2015-09-02 Björn LindqvistDocs: reorg of the compiler.constants docs a little
2015-09-02 Björn LindqvistVM: nicer way of initializing those special objects...
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-09-02 John Benediktssonpeg: fix some old docs that referred to "p1".
2015-08-30 Jon Harperformatting: fix docs for padding and use a better example 1465/head
2015-08-30 Jon Harperpeg.ebnf: support escaped double quote in a string
2015-08-28 Doug Colemanvocabs.metadata: wrap test in a with-manifest to ensure...
2015-08-28 Doug Colemanvocabs.metadata: Fix test so it stops trying to load...
2015-08-27 Doug Colemanwindows.kernel32: add more bindings
2015-08-26 Björn LindqvistVM: better way to set signal_resumable 1460/head
2015-08-26 Björn LindqvistVM: fix jit-signal-handler-prolog/epilog to account...
2015-08-26 Björn LindqvistVM: instead of enqueue_safepoint() just call set_safepo...
2015-08-26 Björn LindqvistVM: refactoring, new function get_thread_pc() and simpl...
2015-08-26 Björn LindqvistVM: signal_fault_pc probably should be set here...
2015-08-26 Björn LindqvistVM: LEAF_FRAME_SIZE is 16 bytes on all platforms so...
2015-08-26 Doug Colemanfactor.sh: pass CC and CXX to make script.
2015-08-26 Doug Colemanfactor.sh: add g++ to deps-apt-get. Add all() function...
2015-08-24 John Benediktssonui.gestures: update action gesture docs, thanks @jonenst!
2015-08-24 John Benediktssonlocals.parser: change docs for with-lambda-scope.
2015-08-24 Björn LindqvistVM: merge memory_protection_error() with memory_signal_...
2015-08-24 Björn LindqvistVM: new function set_safepoint_guard to replace the...
2015-08-24 Björn LindqvistVM: new function set_memory_locked(true/false)
2015-08-24 Björn Lindqvistio.files: command line params is in the system's native...
2015-08-24 Björn LindqvistVM: make the debug output a little prettier
2015-08-24 Björn LindqvistVM: the windows_image_path method is unused
2015-08-24 Doug Colemanwords: cleaning up word-props
2015-08-24 Doug Colemanclasses.parser: add a create-class word.
2015-08-24 Doug Colemanfactor.sh: Prefer clang to gcc and stop special-casing...
2015-08-24 John Benediktssonvocabs.metadata: add some tests.
2015-08-24 John Benediktssonvocabs.metadata: fix for error refactoring.
2015-08-24 Björn LindqvistVM: merge the compute_dlsym_toc_address() with the
2015-08-24 Björn LindqvistVM: make allot_alien() and ffi_dlsym() use cell instead...
2015-08-24 Björn LindqvistVM: gc required here because we are iterating all objects
2015-08-24 Björn LindqvistVM: new iteration method each_object_each_slot()
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-19 Doug Colemanui.baseline-alignment: Don't divide f by 2. Also, can...
2015-08-19 Doug Colemanui.backend.cocoa.views: Don't throw an error on weird...
2015-08-18 John Benediktssonmore cleanup.
2015-08-18 John Benediktssonminor cleanup.
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
2015-08-17 Doug Colemanfactor.cmd: git pull from http doesn't update my local...
2015-08-17 John Benediktssonslides: make it work on windows (no gradients).
2015-08-16 John Benediktssonui.gadgets.editors: make it easier to set and get defau...
2015-08-16 John Benediktssonui.tools.browser: use default-text to make search box...
2015-08-16 John Benediktssonui.gadgets.editors: allow action-fields to have a defau...
2015-08-16 John Benediktssonui.tools.browser: better to remove page-color than...
2015-08-16 John Benediktssonhelp.stylesheet: add back page-color and override in...
2015-08-16 John Benediktssonprettyprint: fix for -> rename.
2015-08-16 John Benediktssonhelp: fix some html navigation styles.
2015-08-16 John Benediktssonhelp: make the default print prev/next links but then...
2015-08-16 John Benediktssonhelp.html: fix navigation links at top.
2015-08-16 Doug Colemanprettyprint: change -> to => for newparser and -> cocoa...
2015-08-16 John Benediktssonui.gadgets: fix help-lint warnings.
2015-08-16 John Benediktssonui.gadgets: fix some tests.
next