]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-11-08 Joe Groffvm: write async signals to pipe for multiplexer
2011-11-08 Joe Groffio.launcher.windows: update tests for prompt
2011-11-08 Joe Groffvm: switch atomic::add to atomic::fetch_add
2011-11-07 Joe Grofflists: make lmap behave row-polymorphically
2011-11-07 Doug Colemancompiler.cfg: Change low-level IR constructors from...
2011-11-07 Doug Colemancompiler.tree: Renamed high-level IR node constructors...
2011-11-07 Joe Groffvm: readable feps for more types
2011-11-07 Joe Groffvm: print type names instead of numbers in fep
2011-11-07 Doug Colemanlint: Add a word to find redundant word props like...
2011-11-07 Doug Colemanmath.functions: flushable and foldable don't do anythin...
2011-11-07 Doug Colemancompiler.tree.dead-code: Rewrite /mod to /i or mod...
2011-11-07 Joe Grofftools.deploy.backend: fix vocab manifest parse
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-06 Doug Colemanwebapps.help: Load the navbar from a Factor word instea...
2011-11-06 Doug Colemanhtml.components: For the t:html tag, only wrap strings...
2011-11-05 Doug Colemanwebapps.help: Change webapps.help search from post...
2011-11-05 Doug Colemanhelp.html: fix glossary link.
2011-11-05 Doug ColemanMake edit-vocab work on an unloaded vocabulary.
2011-11-04 Joe Groffcpu.x86.*.bootstrap: save flags in signal-handlers
2011-11-04 Joe Groffcpu.x86.bootstrap: cell -> bootstrap-cell
2011-11-04 Joe Groffcpu.x86.assembler: PUSHF, POPF instructions
2011-11-04 Joe Groffcpu.x86.64.bootstrap: save all the regs on signal
2011-11-04 Doug ColemanFix bootstrap. Add missing using on io.serial.linux...
2011-11-04 Joe Groffunix.ffi: add signal constants
2011-11-04 Joe Groffswitch back to gcc from clang since it goes faster
2011-11-04 Joe Groffcpu.x86.bootstrap: don't safepoint in a safepoint
2011-11-04 Joe Groffmakefile: add macosx-x86-fat target
2011-11-03 Doug ColemanMove io.serial.unix to io.serial.linux, add platforms...
2011-11-03 Joe Groffmason.release.branch: fix test
2011-11-03 Joe Groffstack-checker.known-words: add ffi-signal-handlers
2011-11-03 Joe Groffcpu.x86.32.bootstrap: typo
2011-11-03 Joe Groffuse gcc-4.2 on OS X 10.5, or clang on Xcode 4
2011-11-03 Doug ColemanUpdate emacs for editors protocol.
2011-11-03 Joe Groffvm: always generate safepoints in jit
2011-11-03 Joe Groffvm: restore sigaltstack setup on unix
2011-11-03 Doug ColemanAdd back the using for nested-comments. Wo shi ben...
2011-11-03 Doug ColemanMake the require-hook throw an error if the vocabulary...
2011-11-03 John Benediktssonwebapp.help: making fonts more consistent. See #310.
2011-11-03 Joe Grofftools.profiler.sampling: mess with formatting more
2011-11-03 Joe Grofftools.profiler.sampling: cross-section report
2011-11-03 Joe Groffvm: reserve some more special-objects
2011-11-03 Doug Colemandlists: fix compile error
2011-11-03 Joe Grofftools.profiler.sampling: twiddle output format
2011-11-03 Joe Groffvm: sample pc on windows
2011-11-03 Joe Groffvm: fix MSVC warnings
2011-11-03 Doug ColemanTweak the dlist equal? word.
2011-11-03 Doug ColemanImplement equal? on dlists. Fixes #338.
2011-11-03 Doug Colemanvocabs.loader: Fix spacing. Remove unit test.
2011-11-03 Joe Groffimages.loader.gtk: typo
2011-11-03 Joe Groffremove lingering mentions of macosx-ppc
2011-11-03 Doug ColemanHandle auto-user in fuel-connection.el. Fix suggested...
2011-11-03 Doug ColemanRename (load-vocab) to (require), add tags.txt for...
2011-11-03 Doug Colemanio.backend.unix.macosx: Remove duplicate USE:
2011-11-03 Doug ColemanFix unit tests to give the sampling profiler something...
2011-11-03 Doug ColemanFix require-hook
2011-11-03 Doug ColemanAdd stack effects for the sampling profiler
2011-11-03 Joe Groffoops, typo in factor.sh
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-03 Doug ColemanUnbreakify the new profiler, add a couple of unit tests...
2011-11-02 Doug ColemanAdd a unit test vocabulary for vocabs.loadeer.
2011-11-02 Doug ColemanKeep the profiling results even when the quotation...
2011-11-02 Doug ColemanUse -reuseview in jedit by default.
2011-11-02 Doug ColemanClean up formatting, rename load-vocab-hook to require...
2011-11-02 Doug ColemanActually let the user pick an editor after editor proto...
2011-11-02 Joe Groffsequences: relate max, min, supremum, infimum docs
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Groffvm: fix scrub-league assert abuse
2011-11-02 Joe Groffvm: forgot to add atomic.hpp
2011-11-02 Joe Groffhashtables.identity: test assoc-like
2011-11-02 Joe Groffvm: separate 'current_gc_p' from 'current_gc'
2011-11-02 Joe Groffvm: add atomic::load and atomic::store functions
2011-11-02 Joe Grofftools.profiler.sampling: fix stack effect name
2011-11-02 Joe Grofftools.profiler.sampling: make rate a global var
2011-11-02 Joe Grofftools.profiler.sampling: groom flat profile
2011-11-02 Joe Groffvm: sample thread object rather than raw context
2011-11-02 Joe Grofftools.profiler.sampling: flat profile report
2011-11-02 Joe Grofftools.profiler.sampling: smoke test compact-gc
2011-11-02 Joe Groffhashtables.identity: support assoc-like
2011-11-02 Joe Groffvm: sample code block owners instead of blocks
2011-11-02 Joe Groffvm: fix data roots in get-samples primitive
2011-11-02 Joe Groffvm: die if we fault in a fault
2011-11-02 Joe Grofftools.profiler.sampling: add detail to profile.
2011-11-02 Joe Grofftools.profiler.sampling: "top-down" and "profile."
2011-11-02 Joe Groffvm: quell MSVC warnings
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Groffhelp.handbook: update link to counting profiler
2011-11-02 Joe Grofftools.profiler.sampling: smoke tests and metadata
2011-11-02 Joe Groffvm: better organize atomics and sample counter
2011-11-02 Joe Grofftools.profiler.counting: rename help article
2011-11-02 Joe Grofftools.profiler.sampling: very basic frontend words
2011-11-02 Joe Groffvm: fix comments mangled by find & replace
2011-11-02 Joe Groffmath.statistics: fix stack effect on collect-by
2011-11-02 Joe Groffvm: factor out sample counting code
2011-11-02 Joe Groffwhitespace
2011-11-02 Joe Groffvm: only show factorbug help the first time
2011-11-02 Joe Groffvm: more accurate sample timing on windows
2011-11-02 Joe Groffget sampler working under windows
2011-11-02 Joe Grofffix platform dependency in leaf-signal-handler
2011-11-02 Joe Groffvm: fix build on windows
2011-11-02 Joe Groffvm: sampling profiler timer for windows
next