]> gitweb.factorcode.org Git - factor.git/history - vm/errors.cpp
webapps.wiki: adding search bar
[factor.git] / vm / errors.cpp
2016-11-23 Björn LindqvistVM: the unimplemented error isn't used anymore
2016-09-22 Björn LindqvistVM: renaming verify_memory_protection_error to set_memo...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-08-15 Björn LindqvistVM: removing the safepoint_state class
2016-06-29 Björn LindqvistVM: removes the signal_handler_impl methods from factor_vm
2016-03-23 Björn LindqvistVM: on errors, only dump the heap if it has been initia...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2015-10-08 Björn LindqvistVM: replaced calls to out_of_memory() with fatal_error()
2015-10-08 Björn LindqvistVM: prettier and more detailed output when dumping...
2015-08-24 Björn LindqvistVM: merge memory_protection_error() with memory_signal_...
2015-08-04 Björn LindqvistVM: new method context::address_to_error
2015-08-04 Björn LindqvistVM: signal_error and fp_trap_error not needed, call...
2015-01-28 Björn LindqvistVM: fix the debug printing so that instead of always...
2014-12-04 John BenediktssonRevert "VM: always clear the data and retainstack in...
2014-12-04 Björn LindqvistVM: always clear the data and retainstack in general_er...
2014-11-30 Doug Colemanvm: Annotate more places where we can gc.
2014-11-11 Doug Colemanvm: Fail with out_of_memory() if mprotect returns ENOMEM.
2014-07-23 Björn LindqvistVM: moves the code that clears the roots to the same...
2014-07-16 Björn LindqvistVM: data_roots must be empty before unwind_native_frame...
2014-07-16 Björn LindqvistVM: clear the local roots before garbage collection...
2013-05-12 Erik CharleboisVM: Refactor errors to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2012-08-16 Doug Colemanvm: Add more comments about functions that allocate.
2012-08-16 Doug Colemanvm: Add messages about things that can allocate. Fix...
2012-08-16 Doug Colemanerrors.cpp: Previous fix was correct, except we shouldn...
2012-08-16 Doug Colemanerrors.cpp: Patch looked like it would work. It either...
2012-08-15 Doug Colemanerrors.cpp: general_error() throws away its args when...
2011-12-20 Joe Groffvm: load mega cache object before popping frame
2011-11-23 Joe Groffvm: charge samples collected in prolog to parent
2011-11-13 Joe Groffvm: close_console before exiting anywhere
2011-11-12 Joe Groffcpu.*.bootstrap: clear faulting flag directly
2011-11-12 Joe Groffvm: more defense against multi-faulting
2011-11-08 Joe Groffvm: don't pass this to safepoint constructor
2011-11-08 Joe Groffvm: write async signals to pipe for multiplexer
2011-11-02 Joe Groffvm: add atomic::load and atomic::store functions
2011-11-02 Joe Groffvm: die if we fault in a fault
2011-11-02 Joe Groffvm: better organize atomics and sample counter
2011-11-02 Joe Groffvm: factor out sample counting code
2011-11-02 Joe Groffvm: sampling profiler timer for windows
2011-11-02 Joe Groffvm: count samples from foreign threads
2011-11-02 Joe Groffvm: actually collect samples and add primitives...
2011-11-02 Joe Groffvm: groundwork for sampling profiler
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffvm: update windows for resumable signals
2011-10-28 Joe Groffvm: remove signal_from_leaf flag
2011-10-28 Joe Groffvm: include quots and profile stubs in leaf search
2011-10-28 Joe Groffvm: fix foreign segfaults and callstack overflows
2011-10-28 Joe Groffvm: Revert extra canary page before callstack
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: fep on SIGINT or SIGQUIT instead of exception
2011-10-28 Joe Groffvm: clean up signal handler dispatch
2011-10-28 Joe Groffvm: fatal_error if VM-less thread gets a signal
2011-10-28 Joe Groffvm: remove unguard-safepoint primitive
2011-10-28 Joe Groffvm: handle async signals at safepoints on unix
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-18 Slava Pestovvm: a stack underflow inside a primitive could leave...
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-10 Slava PestovMerge branch 'docs-linearization-typo' of http://github...
2010-09-10 Slava PestovMerge branch 'docs-optimization' of http://github.com...
2010-09-03 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-09-03 Slava Pestovvm: Remove signal_callstack_top nonsense
2010-09-03 Slava PestovFix three problems discovered by running math.floats...
2010-08-01 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-26 Philipp BrüschweilerMerge branch 'gtk' into gtk-image-loader
2010-07-26 Philipp BrüschweilerMerge remote branch 'ex-rzr/master' into gtk
2010-07-25 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-19 Slava Pestovcompiler.cfg: open-code parameter boxing and unboxing...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-30 Slava Pestovthreads: use context-switching primitives
2010-03-29 Slava Pestovvm: callstack errors were flipped
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-27 Slava Pestovvm: report callstack overflow
2010-03-27 Slava Pestovvm: signal handling cleanup
2010-03-27 Slava Pestovvm: clean up TLS usage
2010-03-27 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-03-27 Slava Pestovvm: actually use context callstacks when running code
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-25 Slava PestovUpdate Win64 support
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-06 Slava Pestovvm: move c_to_factor, lazy_jit_compile_impl, throw_impl...
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-18 Slava Pestovvm: eliminating register variables work in progress...
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-05 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-05 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Slava PestovMerge branch 'work' of git://github.com/carlo-kokoth...
next