]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2011-11-11 Joe Grofftools.deploy: label small-enough? tests
2011-11-11 Joe Grofftools.profiler.sampling: better test quots
2011-11-11 John Benediktssonhashtables: fix docs for new-key@, and note that quadra...
2011-11-11 Joe Groffbootstrap.primitives: remove counting "profiling"
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
next