]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-11-24 Joe Groffuse radix literals
2011-11-24 Joe Groffmath.parser: natively support 0b 0o 0x syntax
2011-11-23 Joe Groffui.backend.cocoa.views: clickthrough is bullshit
2011-11-23 Joe Groffvm: don't die if foreign thread gets async signal
2011-11-23 Joe Groffvm: remove useless forward declare
2011-11-23 Joe Groffvm: quell warnings from vars only used by asserts
2011-11-23 Joe Groffvm: clean up baroque jit safepoint logic
2011-11-23 Joe Groffvm: verify code heap's all_blocks set when DEBUG
2011-11-23 Joe Groffvm: FACTOR_ASSERT only if FACTOR_DEBUG
2011-11-23 Joe Groffcompiler.cfg.finalization: reenable scheduling
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-23 Joe Groffvm: charge samples collected in prolog to parent
2011-11-23 Joe Groffvm: initialize all_blocks map from image
2011-11-23 Joe Groffvm: keep a set of all code_blocks in the code_heap
2011-11-23 Joe Groffcompiler: emit safepoints in optimized prologs
2011-11-23 Joe Groffvm: emit safepoints before VM compiler prologs
2011-11-23 Doug Colemanclasses.maybe: Change the type of maybe's class slot...
2011-11-23 Doug Colemanclasses.maybe: make maybe's slot type a classoid so...
2011-11-23 Doug Colemancompiler tests: fix using, add tests to make sure insta...
2011-11-23 Doug Colemancompiler.tree.propagation.transforms: fix infinite...
2011-11-23 Doug Colemanclasses: optimize instance? for classoids
2011-11-23 Doug Colemandlists: use maybe: dlist-link.
2011-11-23 Doug Colemanclasses: add syntax for intersection{ and union{ anonym...
2011-11-22 Doug Colemanclasses: Make methods dispatch on maybes. Fix a couple...
2011-11-22 Doug Colemanclasses.maybe: move maybe definition from classes.union...
2011-11-22 Doug Colemanmulti-methods: predicate-quot -> predicate-def
2011-11-22 Doug Colemantyped: Teach typed about maybe: foo. Should maybe:...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-22 Doug Colemanbenchmark: remove debug code
2011-11-22 Doug Colemancocoa.messages: Apply mrjbq's patch to show the name...
2011-11-21 Doug Colemanbenchmark: Add a way to run a profile for each benchmar...
2011-11-18 Joe Groffio.monitors: kill outdated doc about kqueue on BSD
2011-11-17 Joe Groffvocabs.refresh.monitor: use resolve-symlinks
2011-11-17 Joe Groffwebbrowser.windows: USING
2011-11-17 Joe Groffrandom.unix: roll back type assertions
2011-11-17 Joe Grofftools.deploy.macosx: fix path to MiniFactor.nib
2011-11-16 Joe Groffrandom: don't assume random-bytes is a byte-vector
2011-11-16 John Benediktssoneditors: fix editing of links. Fixes #411.
2011-11-16 Joe Groffrandom: go faster
2011-11-16 Joe Groffvocabs.refresh.monitor: remove debug traces
2011-11-16 Joe Groffwebbrowser.windows: fix loading
2011-11-16 Joe Groffvocabs.refresh.monitor: handle symlink paths
2011-11-16 Joe Groffstrings: inline >string and 1string
2011-11-16 Joe Groffvm: disable SIGINT handler while in factorbug
2011-11-16 Joe Groffupdate USING:s
2011-11-16 Joe Groffrearrange source-file-error error. to load earlier
2011-11-16 Doug Colemandlists: make a dlist-link tuple so you can "be the...
2011-11-15 Doug Colemanalien.endian: read 64bit numbers of the opposite endian...
2011-11-15 Joe Groffcommand-line.startup: fix help message on windows
2011-11-15 Joe Groffui.tools.deploy: remove monkey traps from UI
2011-11-15 Joe Grofftools.deploy.config: set default io-level 3
2011-11-15 Joe GroffRevert "ui.tools.listener: removing unnecessary spawn."
2011-11-15 John Benediktssonopengl: fix small typo in fix-coordinates stack effect...
2011-11-14 John Benediktssonslots: fix initial value tests.
2011-11-14 John Benediktssonvariables: fix for recent initial-value change.
2011-11-14 John Benediktssonui.tools.listener: removing unnecessary spawn.
2011-11-14 Joe Groffimages.viewer.prettyprint: mark not loaded/tested
2011-11-14 John Benediktssonwebbrowser.linux: switching to xdg-open.
2011-11-14 John Benediktssonwebbrowser: changing open-url to use open-file everywhere.
2011-11-14 Joe Groffmath.vectors.simd: don't try distance on int types
2011-11-14 Joe Groffmath.vectors.simd: unencrypt check-optimizer
2011-11-14 Joe Groffcode beautification
2011-11-14 Joe Groffmath.vectors.simd: add vcount to the tests
2011-11-14 Joe Groffmath.vectors.simd.intrinsics: fix double-2 vcount
2011-11-14 Joe Groffcompiler.tree.propagation: missed using
2011-11-14 Joe Groffcompiler: more peephole tests for shl/sar
2011-11-14 Joe Groffcompiler: tighten (simd-select) output class
2011-11-14 Joe Groffmath.vectors.simd: make vcount work for all ints
2011-11-14 Joe Groffmath.vectors.simd.intrinsics: better fake vgetmask
2011-11-14 Joe Groffmath.bitwise: don't count the same bits over&over
2011-11-14 Joe Groffmath.bitwise: hotrod nonintrinsic fixnum-bit-count
2011-11-14 Joe Groffcompiler: add intrinsic for PMOVMSKB/MOVMSKP[SD]
2011-11-13 Joe Groffnew module images.viewer.prettyprint
2011-11-13 Joe Groffvm: fashion police
2011-11-13 Joe Groffvm: set stdin_loop cancellation state
2011-11-13 Joe Groffvm: close_console before exiting anywhere
2011-11-13 Philipp Brüschweilervm: close the console when exiting
2011-11-13 Slava Pestovclasses.struct.vectored: update for recent slots change
2011-11-13 Slava Pestovvariants: update for recent slots change
2011-11-13 Slava PestovNow that #foo and ##foo are symbols we can remove a...
2011-11-13 Joe Groffvm: typo in os-windows.hpp
2011-11-13 John Benediktssonui.operations: fix stack names.
2011-11-13 Doug Colemanio.directories: fix delete-file on windows, add unit...
2011-11-13 John Benediktssonassocs: 5-8% performance improvement to assoc>map....
2011-11-13 Slava PestovFix bootstrap
2011-11-13 John Benediktssonwebbrowser: open url's in your webbrowser.
2011-11-13 John Benediktssonformatting: improve summary.txt.
2011-11-12 Slava Pestovhashtables: small cleanup
2011-11-12 Slava PestovPrevent predicate engine words from showing up in usage...
2011-11-12 Slava PestovFix ambiguity between 'initial: f' and no initial value...
2011-11-12 Doug Colemaneditors: wait 300ms for the run-process to possibly...
2011-11-12 Doug Colemaneditors.jedit: return "jedit" when looking for jedit...
2011-11-12 Doug Colemanfactor.sh: Remove the redundant list of commands
2011-11-12 Joe Groffcpu.*.bootstrap: clear faulting flag directly
2011-11-12 Joe Groffvm: more defense against multi-faulting
2011-11-12 Doug Colemancompiler.cfg: Rename <##foo> to ##foo, in the low-level IR
2011-11-12 Doug Colemanbenchmark.udp-echo0: Fix the memory leak.
2011-11-12 Joe Groffio.sockets.windows: plug receive-from memory leak
2011-11-11 Joe Groffmath.parser: undo some inlining to shrink size
2011-11-11 Joe Groffvm: "edges" command for factorbug
next