]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-25 Doug ColemanMissed yet more renames
2011-10-24 Doug ColemanForget some classes after unit tests so that running...
2011-10-24 Doug ColemanFix 32bit platform bootstrap
2011-10-24 John Benediktssonvocabs.loader: actually use the root cache.
2011-10-24 Doug ColemanFound a few more places to use lookup-c-type
2011-10-24 John Benediktssonwindows.directx: add platforms.txt.
2011-10-24 Doug ColemanRename c-type to lookup-c-type. Fixes #230.
2011-10-24 Doug ColemanRename class to class-of
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-24 Doug ColemanRemove docs for removed word
2011-10-24 Doug ColemanFactor out ``no-roots no-prefixes'' into its own word...
2011-10-21 Doug ColemanChecked in some code on accident.
2011-10-21 Doug ColemanRevert "Try without-limits in mason.report. Fixes ...
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-20 Doug ColemanInstall gtk2-engines-pixbuf to get rid of warnings...
2011-10-19 John Benediktssoncore-foundation.timers: allow interval to be specified...
2011-10-19 John Benediktssonsmtp: removing unused test.
2011-10-19 Doug ColemanMove --no-as-needed to Config.linux since it breaks...
2011-10-19 Philipp BrüschweilerGNUmakefile: add linker option --no-as-needed, fixes...
2011-10-19 Philipp BrüschweilerConfig.unix: don't hardcode ui libs, use pkg-config...
2011-10-19 John Benediktssonhash-sets: separate <hash-set> and >hash-set to match...
2011-10-19 John BenediktssonMore cleanup of unused stuff.
2011-10-19 John BenediktssonCleanup some uses of global [ ] bind.
2011-10-19 John Benediktssoncalendar: removing unused (month-name) word.
2011-10-19 John BenediktssonRemove unused words. Fixes #132.
2011-10-19 Doug ColemanFix command line options for factor.sh
2011-10-19 Doug ColemanDon't use exception handling for handle>file-size
2011-10-19 John Benediktssonui.gadgets.editors: windows doesn't work like macosx.
2011-10-19 John Benediktssonbenchmark.splay: fix IN:.
2011-10-19 John Benediktssonwebapps.mason: remove ugly border.
2011-10-19 Doug ColemanCreate attributes>> accessor in io.files.windows
2011-10-19 Doug ColemanAdd throw-win32-error, use it in (delete-file)
2011-10-19 Doug ColemanRemove really-delete-tree in favor of setting the file...
2011-10-19 Doug ColemanWhen deleting a file, if it fails with "Access is denie...
2011-10-19 Doug ColemanLower tcp-echo0 test so we don't crash
2011-10-19 Doug ColemanCheck if streams are seekable in Windows
2011-10-19 Doug ColemanForgot using in io.tests
2011-10-19 Doug ColemanFix help-lint for editors, peg.ebnf
2011-10-19 Doug ColemanFix tools.annotations tests
2011-10-19 Doug ColemanAdd with-error>output word and test
2011-10-19 Joe Groffio.streams.limited: missed INSTANCE: input-stream
2011-10-19 John Benediktssondelegate: not sure why protocols can be defined with...
2011-10-19 John Benediktssonhelp.syntax: if you're gonna have HELP: stack effects...
2011-10-19 John Benediktssonsystem: fix stack effect for exit in docs.
2011-10-19 John Benediktssonmongodb.driver: remove stack effect.
2011-10-19 John Benediktssontokyo.remotedb: remove stack effects.
2011-10-19 John Benediktssonparser-combinators: fix constructor stack effects.
2011-10-19 John Benediktssonirc: fix IRC: stack effects.
2011-10-19 John Benediktssoncpu.8080: fix stack effects.
next