]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-11-02 Joe Groffvm: change "profiler" names to "counting_profiler"
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-11-02 Doug ColemanRename images.gtk|gdiplus|cocoa to images.loader.*...
2011-11-02 Doug ColemanFix the fuel "No prompt found" bug using eungju's bette...
2011-11-02 Doug ColemanFix typo in tests
2011-11-02 Doug ColemanDon't test coverage of auto-generated class predicates...
2011-10-31 Doug ColemanMake editors use the new path-finding vocabulary and...
2011-10-31 Joe Groffio.encodings.string: make binary decode/encode nop
2011-10-31 Slava PestovMove definition of 't' from syntax to bootstrap/primiti...
2011-10-31 Slava Pestovmath.vectors.simd: vlshift, vrshift, hlshift and hrshif...
2011-10-31 Doug ColemanUse +new-group+ in all processes launched in mason.
2011-10-30 Doug ColemanFind the macvim bundle or use mvim. Add a flag for...
2011-10-30 Doug ColemanAdd core-foundation.launch-services for finding the...
2011-10-30 Slava Pestovbootstrap-error.factor: vocab => lookup-vocab
2011-10-30 Slava Pestovtools.deploy: fix unit test
2011-10-30 Slava Pestovstack-checker.known-words: add effects for signal-handl...
2011-10-30 Slava Pestovcompiler.cfg.builder: add test to ensure that fast...
2011-10-30 Slava Pestovcompiler.tree.propagation: more accurate output type...
2011-10-30 Slava Pestovclasses.union: unions of built-in types now have more...
2011-10-30 Slava Pestovcompiler.tree.debugger: disable length limit when print...
2011-10-29 Doug ColemanLook for mvim on mac and use 'open -a MacVim' if it...
2011-10-29 Slava Pestovhelp.html: I give up with the article name escaping...
2011-10-29 Slava Pestovhelp.html: simpler stylesheet for navbar to give it...
2011-10-29 Slava Pestovhelp.html: use GET not POST for search form, so that...
2011-10-29 Slava Pestovui.gadgets.editors: fix wonky word names. Fixes #277
2011-10-29 Slava PestovRevert "ui.gadgets.editors: implement Ctrl-A/E/K to...
2011-10-29 Slava PestovRevert "ui.gadgets.editors: windows doesn't work like...
2011-10-29 Doug ColemanChange order or articles in io.launcher.
2011-10-29 Doug ColemanClean up editors.*vim so that it runs detached with...
2011-10-29 Doug ColemanAdd edit-file and edit-vocab words and make edit on...
2011-10-29 Doug ColemanAdd options to set the child process group id or sessio...
2011-10-29 Doug ColemanRemove the lexer-factory because nothing uses it. Updat...
2011-10-29 Doug ColemanAdd a toggle word to namespaces and update docs, tests...
2011-10-29 Doug ColemanChange prompt to something we can copy/paste back into...
2011-10-29 Doug ColemanCleanup vocab name validation. Vocab names and vocab...
2011-10-29 Doug Colemanfactor.sh: Make net-bootstrap recompile the vm, add...
2011-10-29 Doug ColemanAdd a seq>dlist word and make a dlist literal DL{
2011-10-29 Slava Pestovhttp.server: closing socket without sending any text...
2011-10-29 Slava Pestovmason.git: cleanup
2011-10-29 Slava Pestovio.launcher: change kill-process to also close the...
2011-10-28 Joe Groffvm: give factorbug a help command
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffvm: remove half-assed signal queueing scaffolding
2011-10-28 Joe Groffvm: remove some debugging crumbs
2011-10-28 Joe Groffvm: add "gc" command to factorbug
2011-10-28 Joe Groffvm: clean up windows ctrl-handler
2011-10-28 Joe Groffcpu.x86.64: also must save ctx-reg
2011-10-28 Joe Groffvm: some typos in debug.cpp
2011-10-28 Joe Groffvm: get CtrlHandler working on windows
2011-10-28 Joe Groffvm: update windows for resumable signals
2011-10-28 Joe Groffvm: win32 GetCurrentThread is a fake thread handle
2011-10-28 Joe Groffvm: change factorbug "q" to quit process
2011-10-28 Joe Groffvm: move dispatch_signal_handler to cpu-x86.cpp
2011-10-28 Joe Groffvm: code_block_for_address method -> code_heap
2011-10-28 Joe Groffvm: remove signal_from_leaf flag
2011-10-28 Joe Groffvm: sniff leaf words walking code heap, not data
2011-10-28 Joe Groffvm: include quots and profile stubs in leaf search
2011-10-28 Joe Groffcpu.x86.32: update for resumable signal handlers
2011-10-28 Joe Groffvm: suppress signal-handler stack frame generation
2011-10-28 Joe Groffvm: turns out adding and subtracting are different
2011-10-28 Joe Groffvm: fix foreign segfaults and callstack overflows
2011-10-28 Joe Groffvm: resumably handle signals from leaf procedures
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-28 Joe Groffvm: Revert extra canary page before callstack
2011-10-28 Joe Groffcpu.x86.(32,64).bootstrap: get rid of PUSH malarky
2011-10-28 Joe Groffvm: comments should be in English
2011-10-28 Joe Groffvm: allocate an extra canary page before callstack
2011-10-28 Joe Groffvm: add factorbug command to throw exception
2011-10-28 Joe Groffvm: sketchy signal dispatch from leaf procs
2011-10-28 Joe Groffvm: factor out dispatch_signal_handler logic
2011-10-28 Joe Groffvm: fep on SIGINT or SIGQUIT instead of exception
2011-10-28 Joe Groffvm: clean up signal handler dispatch
2011-10-28 Joe Groffvm: don't mix iostream and stdio
2011-10-28 Joe Groffcompiler: no spurious safepoint at start of loops
2011-10-28 Joe Groffvm: fatal_error if VM-less thread gets a signal
2011-10-28 Joe Groffcompiler.cfg.tco: clean up commented-out old code
2011-10-28 Joe Groffvm: fix windows compile errors
2011-10-28 Joe Groffvm: remove unguard-safepoint primitive
2011-10-28 Joe Groffvm: block all signals from unix stdin_loop thread
2011-10-28 Joe Groffvm: SetConsoleCtrlHandler on windows
2011-10-28 Joe Groffvm: handle async signals at safepoints on unix
2011-10-28 Joe Groffcompiler.cfg.tco: teach TCO about safepoints
2011-10-28 Joe Groffcompiler.cfg.builder: safepoint loops and epilogs
2011-10-28 Joe Groffcompiler: add ##safepoint IR insn
2011-10-28 Joe Groffcpu.x86.assembler: add MOVABS instruction
2011-10-28 Joe Groffvm: add RT_SAFEPOINT to number_of_parameters()
2011-10-28 Joe Groffcpu.x86.bootstrap: add safepoint to jit-epilog
2011-10-28 Joe Groffcompiler: rt-safepoint and rel-safepoint words
2011-10-28 Joe Groffvm: add RT_SAFEPOINT relocation type
2011-10-28 Joe Groffvm: code_heap::(un)guard_safepoint methods
2011-10-28 Joe Groffvm: take a page from code_heap for safepoints
2011-10-27 John Benediktssonsynth: adding some tests.
2011-10-26 John Benediktssonsynth: fix code that depended on iterable numbers.
2011-10-26 Doug ColemanAdd a lint check for swap .. swap that can be replaced...
2011-10-26 Doug ColemanUse dip instead of swap swap for making file streams
2011-10-26 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-10-26 John Benediktssonbrainfuck: minor cleanup.
2011-10-25 Doug ColemanFix error reporting for load, reported by Recursed
2011-10-25 Doug ColemanUpdate Windows for word renames, fix lint errors
next