]> gitweb.factorcode.org Git - factor.git/commit
the exit primitive is now called (exit) and exit calls shutdown hooks.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 20 Oct 2009 04:28:18 +0000 (00:28 -0400)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 20 Oct 2009 04:28:18 +0000 (00:28 -0400)
commit110b310c5409284af256b492e62c96d8d7fb4858
treed650d9db31542def792824454e8fcaa6563a78e1
parent6b6e56a179e1d7d08ac533827142e69055ad68ab
the exit primitive is now called (exit) and exit calls shutdown hooks.
add a stop_factor function to the vm to allow calling the shutdown quotation
core/bootstrap/primitives.factor
core/bootstrap/stage1.factor
core/init/init.factor
core/system/system.factor
vm/factor.cpp
vm/run.hpp
vm/vm.hpp