]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-11 Joe Groffinit signals or console after stage2 init
2011-11-11 Joe Groffvm: don't SIGQUIT on unix or Ctrl-Break on windows
2011-11-10 John Benediktssonhashtables: allow re-using deleted tombstones. Fixes...
2011-11-10 Joe Groffsequences.parser: fix load error
2011-11-10 Joe Groffkill tools.profiler.counting and ui.tools.profiler
2011-11-10 John Benediktssoncombinators: fix docs for case.
2011-11-10 Joe Groffnew module typed.namespaces: get/set + type check
2011-11-10 Doug Colemanfactor.sh: print more docs in usage()
2011-11-10 Slava Pestovio.ports: clean up
2011-11-10 Joe Groffio.ports: make read-step inline
2011-11-10 Joe Groffslice boa -> <slice-unsafe>
2011-11-10 Joe Groffio: clean up some mess
2011-11-10 Joe Groffio: fix each-block-slice typo
2011-11-10 Joe Groffio: more hot-rodding for #376
2011-11-10 Joe Groffio.ports: fix bootstrap
2011-11-10 Joe Groffio.backend.unix: hints on M\ fd refill
2011-11-09 John Benediktssonsequences: improve docs for map-sum.
2011-11-09 Joe Groffio.files: add file-reader, file-writer mixins
2011-11-09 Joe Groffio:read: don't resize output buffer if unnecessary
2011-11-09 Joe Groffio.ports: make read-step TYPED:
2011-11-09 Joe Groffio.buffers, io.ports: trim some dispatch
2011-11-09 Joe Grofftools.profiler.sampling: preliminary docs
2011-11-09 Joe Groffvm: hand SIGALRM to signal pipe if not sampling
2011-11-09 Joe Groffdeques: fix help-lint
2011-11-09 Joe Groffvm: fix build on windows
2011-11-09 Joe Groffunix.signals: documentation and metadata
2011-11-09 Joe Groffvm: make signal pipe nonblocking
2011-11-08 Joe Grofftools.profiler.sampling: top-down-max-depth report
2011-11-08 Joe Grofftools.profiler.sampling: change some names around
2011-11-08 Joe Groffvm: don't send foreign samples to outer space
2011-11-08 John Benediktssondeques: adding ?peek-front and ?peek-back.
2011-11-08 Joe Groffio.backend: start signal thread after io-backend
2011-11-08 Joe Groffvm: don't pass this to safepoint constructor
2011-11-08 Joe Groffunix.process: take raise from unix.ffi
2011-11-08 Joe Groffnew module unix.signals: app-level signal handlers
2011-11-08 Joe Groffvm: more commentary on lock_console() stuff
2011-11-08 Joe Groffio.backend.unix: startup hook for signal-pipe
2011-11-08 Joe Groffvm: don't mask SIGTTIN from stdin_loop
2011-11-08 Joe Groffio.backend.unix: init-signal-pipe function
2011-11-08 Joe Groffvm: interrupt stdin_loop when entering fep
2011-11-08 Joe Groffvm: write signals to pipe immediately
2011-11-08 Joe Groffvm: move bignum.cpp includes to master.hpp
2011-11-08 Joe Groffvm: enqueue signals for FEP signals too
2011-11-08 Joe GroffGNUmakefile: use PCH so compiler goes faster
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
next