]> gitweb.factorcode.org Git - factor.git/log
factor.git
7 years agoVM: replacing the copy assignment operators of the smart pointers
Björn Lindqvist [Wed, 23 Nov 2016 02:25:07 +0000 (03:25 +0100)]
VM: replacing the copy assignment operators of the smart pointers

Little more to write, but much easier to see what is going on with
methods rather than assignment operator overloading.

7 years agoVM: removing factor_vm::init_contexts()
Björn Lindqvist [Wed, 23 Nov 2016 02:50:28 +0000 (03:50 +0100)]
VM: removing factor_vm::init_contexts()

7 years agoVM: removing array_to_stack() from the factor_vm class
Björn Lindqvist [Wed, 23 Nov 2016 03:00:08 +0000 (04:00 +0100)]
VM: removing array_to_stack() from the factor_vm class

7 years agowikipedia: need to use string>xml since we do xml traversal.
John Benediktsson [Tue, 22 Nov 2016 17:18:04 +0000 (09:18 -0800)]
wikipedia: need to use string>xml since we do xml traversal.

7 years agoVM: removing the unused callstack-bounds primitive
Björn Lindqvist [Mon, 21 Nov 2016 21:30:20 +0000 (22:30 +0100)]
VM: removing the unused callstack-bounds primitive

Probably needs new boot images

7 years agoVM: better init of stdin, stdout and stderr
Björn Lindqvist [Mon, 21 Nov 2016 19:40:25 +0000 (20:40 +0100)]
VM: better init of stdin, stdout and stderr

7 years agopython.tests: fix test that broke for unknown reason on python 2.7.12
Björn Lindqvist [Mon, 21 Nov 2016 03:59:03 +0000 (04:59 +0100)]
python.tests: fix test that broke for unknown reason on python 2.7.12

7 years agoVM: ensuring all fields are initialized
Björn Lindqvist [Mon, 21 Nov 2016 03:47:48 +0000 (04:47 +0100)]
VM: ensuring all fields are initialized

7 years agozeromq: let's see if the zeromq isssue is solved
Björn Lindqvist [Mon, 21 Nov 2016 03:04:04 +0000 (04:04 +0100)]
zeromq: let's see if the zeromq isssue is solved

it should be, knock on wood!

7 years agoRevert "Revert "urls: only create linked-hash if query is f." (#1513)"
Björn Lindqvist [Sun, 20 Nov 2016 04:09:13 +0000 (05:09 +0100)]
Revert "Revert "urls: only create linked-hash if query is f." (#1513)"

This reverts commit 89d4f511f8b32a4d5928125ec6894856d41ded2e.

7 years agozeromq.*: make the size of the zmq_msg_t buffer vary depending on library version
Björn Lindqvist [Sun, 20 Nov 2016 03:39:46 +0000 (04:39 +0100)]
zeromq.*: make the size of the zmq_msg_t buffer vary depending on library version

This could fix the mac 32bit failure. It maybe happened because the
buffer was too small and data was overwritten.

7 years agoio.sockets.secure.openssl.tests: fix so you dont get an error when test times out
Björn Lindqvist [Sat, 19 Nov 2016 22:40:12 +0000 (23:40 +0100)]
io.sockets.secure.openssl.tests: fix so you dont get an error when test times out

7 years agoopenssl.libssl.tests: removing stupid test that didn't work
Björn Lindqvist [Sat, 19 Nov 2016 22:24:51 +0000 (23:24 +0100)]
openssl.libssl.tests: removing stupid test that didn't work

you can't know beforehand which of the tls versions openssl supports.

7 years agoio.sockets.secure.openssl: set connected to t after do-ssl-accept
Björn Lindqvist [Sat, 19 Nov 2016 18:05:53 +0000 (19:05 +0100)]
io.sockets.secure.openssl: set connected to t after do-ssl-accept

This should prevent the SSL_shutdown:shutdown while in init error we've
been seeing

7 years agoio.sockets.secure.openssl: second |dispose seem to be redundant
Björn Lindqvist [Sat, 19 Nov 2016 17:04:17 +0000 (18:04 +0100)]
io.sockets.secure.openssl: second |dispose seem to be redundant

7 years agoopenssl.libssl: new destructors, to make sure the tests doesnt leak
Björn Lindqvist [Sat, 19 Nov 2016 17:03:12 +0000 (18:03 +0100)]
openssl.libssl: new destructors, to make sure the tests doesnt leak

7 years agoopenssl.libssl: trying to organize vocab a little better
Björn Lindqvist [Sat, 19 Nov 2016 16:23:35 +0000 (17:23 +0100)]
openssl.libssl: trying to organize vocab a little better

like all the constants in one block, and functions grouped on their
method object

7 years agoopenssl.libssl: remove the testing of SSLv2 and SSLv3
Björn Lindqvist [Sat, 19 Nov 2016 02:42:03 +0000 (03:42 +0100)]
openssl.libssl: remove the testing of SSLv2 and SSLv3

It caused spurious test errors on Arch and Ubuntu because they are
removing support for those protocols.

7 years agoio.files.info.unix.linux: handles the possible permission denied error in M: linux...
Björn Lindqvist [Sat, 19 Nov 2016 01:07:49 +0000 (02:07 +0100)]
io.files.info.unix.linux: handles the possible permission denied error in M: linux file-systems

7 years agobasis,extra: refactorings to use the ignore-error and ignore-error/f words
Björn Lindqvist [Fri, 18 Nov 2016 22:39:53 +0000 (23:39 +0100)]
basis,extra: refactorings to use the ignore-error and ignore-error/f words

7 years agocontinuations: new words for ignoring masked errors
Björn Lindqvist [Fri, 18 Nov 2016 17:13:57 +0000 (18:13 +0100)]
continuations: new words for ignoring masked errors

it comes from the db.errors vocab but seems to be useful in lots of
situations

7 years agomason.git: fix parsing of "git status" command
Björn Lindqvist [Fri, 18 Nov 2016 22:11:47 +0000 (23:11 +0100)]
mason.git: fix parsing of "git status" command

--porcelain option produces machine readable output. Then if the output
is empty, the working tree is clean. The exit code doesn't need to be
checked.

7 years agocouchdb: make it so couch-put and couch-post calls <json-post-data>
Björn Lindqvist [Fri, 18 Nov 2016 19:05:23 +0000 (20:05 +0100)]
couchdb: make it so couch-put and couch-post calls <json-post-data>

7 years agocouchdb: need to wrap in a <json-post-data> to send correct content-type
Björn Lindqvist [Fri, 18 Nov 2016 17:57:04 +0000 (18:57 +0100)]
couchdb: need to wrap in a <json-post-data> to send correct content-type

7 years agocouchdb.tests: use ensure-db so tests can be run multiple times
Björn Lindqvist [Fri, 18 Nov 2016 17:56:21 +0000 (18:56 +0100)]
couchdb.tests: use ensure-db so tests can be run multiple times

7 years agosets.extras: rename duplicates-by to unique-by, hah.
John Benediktsson [Fri, 18 Nov 2016 15:10:50 +0000 (07:10 -0800)]
sets.extras: rename duplicates-by to unique-by, hah.

7 years agosets.extras: adding duplicates-by.
John Benediktsson [Fri, 18 Nov 2016 14:59:07 +0000 (06:59 -0800)]
sets.extras: adding duplicates-by.

7 years agozeromq: make "not tested" for right now, to test a theory.
John Benediktsson [Wed, 16 Nov 2016 16:56:08 +0000 (08:56 -0800)]
zeromq: make "not tested" for right now, to test a theory.

7 years agobuild.sh: print DEBUG.
John Benediktsson [Wed, 16 Nov 2016 04:52:07 +0000 (20:52 -0800)]
build.sh: print DEBUG.

7 years agoRevert "VM: cast to fixnum looks suspicious"
Björn Lindqvist [Wed, 16 Nov 2016 04:23:54 +0000 (05:23 +0100)]
Revert "VM: cast to fixnum looks suspicious"

This reverts commit 5027830b0532f4d4905f64db19ef5bb410554879.

7 years agoRevert "urls: only create linked-hash if query is f." (#1513)
Björn Lindqvist [Wed, 16 Nov 2016 03:02:58 +0000 (04:02 +0100)]
Revert "urls: only create linked-hash if query is f." (#1513)

This reverts commit 6d21a5a0731e6d5f0396673c5f7966434640a5c5. Just
guessing here.

7 years agoVM: cast to fixnum looks suspicious
Björn Lindqvist [Tue, 15 Nov 2016 04:58:11 +0000 (05:58 +0100)]
VM: cast to fixnum looks suspicious

7 years agoVM: the else clause is not necessary
Björn Lindqvist [Tue, 15 Nov 2016 04:57:40 +0000 (05:57 +0100)]
VM: the else clause is not necessary

7 years agocompiler.cfg.linear-scan.assignment: correct representation used when spilling
Björn Lindqvist [Tue, 15 Nov 2016 02:04:48 +0000 (03:04 +0100)]
compiler.cfg.linear-scan.assignment: correct representation used when spilling

Previously the rep-of word was used. But as the vregs representation can
change, you need to instead use the representation it uas as the spill
point.

7 years agoVM: next_block_after can be removed
Björn Lindqvist [Mon, 14 Nov 2016 21:56:33 +0000 (22:56 +0100)]
VM: next_block_after can be removed

7 years agocompiler.cfg.linear-scan: more tests
Björn Lindqvist [Mon, 14 Nov 2016 02:21:34 +0000 (03:21 +0100)]
compiler.cfg.linear-scan: more tests

7 years agocompiler.cfg.*: more docs
Björn Lindqvist [Mon, 14 Nov 2016 02:20:50 +0000 (03:20 +0100)]
compiler.cfg.*: more docs

7 years agocompiler.cfg.linear-scan.*: more tests
Björn Lindqvist [Sun, 13 Nov 2016 17:46:13 +0000 (18:46 +0100)]
compiler.cfg.linear-scan.*: more tests

7 years agocompiler.cfg.linear-scan.allocation.spilling: <linked-hash>
Björn Lindqvist [Sun, 13 Nov 2016 02:05:37 +0000 (03:05 +0100)]
compiler.cfg.linear-scan.allocation.spilling: <linked-hash>

7 years agohtml.parser.printer: some improvements to text-printer.
John Benediktsson [Sun, 13 Nov 2016 20:38:09 +0000 (12:38 -0800)]
html.parser.printer: some improvements to text-printer.

- collapse spaces except within preformatted tags
- ignore <script> and <style> tags
- don't print dtd tags

7 years agoRevert "bootstrap: trying to undo changes from"
Björn Lindqvist [Sat, 12 Nov 2016 23:22:21 +0000 (00:22 +0100)]
Revert "bootstrap: trying to undo changes from"

This reverts commit 7b3fb61ebd66f9872595e0c68c83b0899785ad59.

7 years agohtml.parser.printer: updated test.
John Benediktsson [Sat, 12 Nov 2016 15:56:55 +0000 (07:56 -0800)]
html.parser.printer: updated test.

7 years agohtml.parser.printer: indent blockquote in text-printer.
John Benediktsson [Sat, 12 Nov 2016 15:49:09 +0000 (07:49 -0800)]
html.parser.printer: indent blockquote in text-printer.

7 years agobootstrap: trying to undo changes from
Björn Lindqvist [Sat, 12 Nov 2016 00:52:43 +0000 (01:52 +0100)]
bootstrap: trying to undo changes from
a915d3bdb4eaaa12a85073a7e9abb1fe700d689b (#1513)

A lot of changes that built upon those changes had to be undone too. New
boot images is required.

7 years agoRevert "VM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 (#1513)"
Björn Lindqvist [Fri, 11 Nov 2016 23:19:52 +0000 (00:19 +0100)]
Revert "VM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 (#1513)"

This reverts commit e50ef532cadc60550f671fb88afc19380fc8b117.

7 years agoVM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 (#1513)
Björn Lindqvist [Fri, 11 Nov 2016 16:36:04 +0000 (17:36 +0100)]
VM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 (#1513)

7 years agoRevert "compiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff7551c3280bfe02e728caa3...
Björn Lindqvist [Fri, 11 Nov 2016 12:18:10 +0000 (13:18 +0100)]
Revert "compiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff7551c3280bfe02e728caa3 (#1513)"

This reverts commit 5a0e5832798018e284d7c1e3e39e44ee22f3f812.

7 years agoFix concurrency.distributed tests
Chris Double [Thu, 10 Nov 2016 10:32:08 +0000 (23:32 +1300)]
Fix concurrency.distributed tests

7 years agoFix serializing of remote threads in concurrency.distributed
Chris Double [Thu, 10 Nov 2016 09:23:41 +0000 (22:23 +1300)]
Fix serializing of remote threads in concurrency.distributed

The commit f20ee7a53b264fda515d2a55c8fbea26261de016 broke
serialization of remote threads and removed the local node
aspect of distributed messaging. This corrects that.

7 years agohtml.parser.printer: use with-variables instead of with-scope.
John Benediktsson [Thu, 10 Nov 2016 23:38:47 +0000 (15:38 -0800)]
html.parser.printer: use with-variables instead of with-scope.

7 years agocompiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff7551c3280bfe02e728caa3 (#1513)
Björn Lindqvist [Thu, 10 Nov 2016 23:18:27 +0000 (00:18 +0100)]
compiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff7551c3280bfe02e728caa3 (#1513)

This will likely cause some test failures. mac32 hopefully won't crash.

7 years agohtml.parser.printer: tagstack isn't used here.
John Benediktsson [Thu, 10 Nov 2016 22:52:18 +0000 (14:52 -0800)]
html.parser.printer: tagstack isn't used here.

7 years agohtml.entities: fix &quot; unescape;
John Benediktsson [Thu, 10 Nov 2016 22:22:08 +0000 (14:22 -0800)]
html.entities: fix &quot; unescape;

7 years agocolors.distances: needs to USE: math.trig.
John Benediktsson [Thu, 10 Nov 2016 21:24:11 +0000 (13:24 -0800)]
colors.distances: needs to USE: math.trig.

7 years agocolors.hsv: make sure Hi is an integer.
John Benediktsson [Thu, 10 Nov 2016 18:34:08 +0000 (10:34 -0800)]
colors.hsv: make sure Hi is an integer.

7 years agosvg: fix tests to use deg>rad.
John Benediktsson [Thu, 10 Nov 2016 18:23:10 +0000 (10:23 -0800)]
svg: fix tests to use deg>rad.

7 years agomath.trig: use deg>rad in a few places to reduce duplication.
John Benediktsson [Thu, 10 Nov 2016 18:17:22 +0000 (10:17 -0800)]
math.trig: use deg>rad in a few places to reduce duplication.

7 years agoio.files.temp.unix: make default-cache-directory absolute-path.
John Benediktsson [Thu, 10 Nov 2016 17:08:29 +0000 (09:08 -0800)]
io.files.temp.unix: make default-cache-directory absolute-path.

7 years agoupdate Nmakefile to properly delete vm\factor.res.
John Benediktsson [Thu, 10 Nov 2016 04:24:49 +0000 (20:24 -0800)]
update Nmakefile to properly delete vm\factor.res.

7 years agovocabs.cache: reset-cache only when vocabs forgotten, not created.
John Benediktsson [Thu, 10 Nov 2016 00:50:14 +0000 (16:50 -0800)]
vocabs.cache: reset-cache only when vocabs forgotten, not created.

7 years agovocabs: in create-vocab, notify-vocab-observers after updating dictionary.
John Benediktsson [Thu, 10 Nov 2016 00:38:27 +0000 (16:38 -0800)]
vocabs: in create-vocab, notify-vocab-observers after updating dictionary.

7 years agoio.files.temp.unix: fix cache to be ~/.cache/factor.
John Benediktsson [Thu, 10 Nov 2016 00:28:49 +0000 (16:28 -0800)]
io.files.temp.unix: fix cache to be ~/.cache/factor.

7 years agoRevert "alien.parser: throw error if enum values don't fit c-type."
John Benediktsson [Wed, 9 Nov 2016 23:41:54 +0000 (15:41 -0800)]
Revert "alien.parser: throw error if enum values don't fit c-type."

This reverts commit 2e326498a4ceca3eb6290dd969bc99d56777a526.

7 years agoui.tools.operations: making "See" an operation on words.
John Benediktsson [Wed, 9 Nov 2016 23:39:59 +0000 (15:39 -0800)]
ui.tools.operations: making "See" an operation on words.

7 years agoio.buffers: refactor buffer-read-until to use buffer-find.
John Benediktsson [Wed, 9 Nov 2016 18:43:47 +0000 (10:43 -0800)]
io.buffers: refactor buffer-read-until to use buffer-find.

7 years agoio.buffers: adding another test of buffer-read-until.
John Benediktsson [Wed, 9 Nov 2016 18:11:51 +0000 (10:11 -0800)]
io.buffers: adding another test of buffer-read-until.

7 years agoio.pipes: allow "|" separated strings in run-pipeline.
John Benediktsson [Wed, 9 Nov 2016 17:56:34 +0000 (09:56 -0800)]
io.pipes: allow "|" separated strings in run-pipeline.

7 years agoalien.parser: throw error if enum values don't fit c-type.
John Benediktsson [Wed, 9 Nov 2016 05:45:54 +0000 (21:45 -0800)]
alien.parser: throw error if enum values don't fit c-type.

7 years agoio.files.temp.unix: allowing TMPDIR to override /tmp.
John Benediktsson [Wed, 9 Nov 2016 05:37:51 +0000 (21:37 -0800)]
io.files.temp.unix: allowing TMPDIR to override /tmp.

7 years agoio.files.temp.unix: changing cache directory to use XDG spec.
John Benediktsson [Wed, 9 Nov 2016 05:24:34 +0000 (21:24 -0800)]
io.files.temp.unix: changing cache directory to use XDG spec.

Typically this means ~/.cache/factor.

7 years agoxdg: moving from extra/ to basis/.
John Benediktsson [Wed, 9 Nov 2016 05:23:22 +0000 (21:23 -0800)]
xdg: moving from extra/ to basis/.

7 years agobyte-arrays.hex: removing HEX{ ab cd ef } in favor of B{ 0xab 0xcd 0xef }.
John Benediktsson [Wed, 9 Nov 2016 05:10:58 +0000 (21:10 -0800)]
byte-arrays.hex: removing HEX{ ab cd ef } in favor of B{ 0xab 0xcd 0xef }.

7 years agoio.launcher: fix timeouts for process streams.
John Benediktsson [Wed, 9 Nov 2016 04:57:26 +0000 (20:57 -0800)]
io.launcher: fix timeouts for process streams.

7 years agoRevert "VM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166 (#1513)"
Björn Lindqvist [Wed, 9 Nov 2016 01:07:56 +0000 (02:07 +0100)]
Revert "VM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166 (#1513)"

This reverts commit a4802aba68d42186e55985e14bf41caeef6e0008.

7 years agoui.theme: change deprecated background color also.
John Benediktsson [Wed, 9 Nov 2016 00:05:26 +0000 (16:05 -0800)]
ui.theme: change deprecated background color also.

7 years agoui.theme: make warning background color a light shade of red.
John Benediktsson [Tue, 8 Nov 2016 23:48:40 +0000 (15:48 -0800)]
ui.theme: make warning background color a light shade of red.

7 years agoprogress-bars.models: rename <file-progress-display> to <progress-display>.
John Benediktsson [Tue, 8 Nov 2016 22:14:15 +0000 (14:14 -0800)]
progress-bars.models: rename <file-progress-display> to <progress-display>.

7 years agoprogress-bars.models: fix typo in docs.
John Benediktsson [Tue, 8 Nov 2016 22:11:53 +0000 (14:11 -0800)]
progress-bars.models: fix typo in docs.

7 years agodb.sqlite: use temporary test.db for tests.
John Benediktsson [Tue, 8 Nov 2016 17:32:45 +0000 (09:32 -0800)]
db.sqlite: use temporary test.db for tests.

7 years agoVM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166 (#1513)
Björn Lindqvist [Tue, 8 Nov 2016 12:37:52 +0000 (13:37 +0100)]
VM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166 (#1513)

7 years agoRevert "VM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7 (#1513)"
Björn Lindqvist [Mon, 7 Nov 2016 22:43:50 +0000 (23:43 +0100)]
Revert "VM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7 (#1513)"

This reverts commit e9c72baf2ec08cf510a53c25ce65602fcda82222.

7 years agoVM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7 (#1513)
Björn Lindqvist [Mon, 7 Nov 2016 13:18:10 +0000 (14:18 +0100)]
VM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7 (#1513)

7 years agowebsites.factorcode: fix image-path example.
John Benediktsson [Sun, 6 Nov 2016 20:08:58 +0000 (12:08 -0800)]
websites.factorcode: fix image-path example.

7 years agocompiler.tree.propagation.recursive: redoing
Björn Lindqvist [Sun, 6 Nov 2016 18:08:35 +0000 (19:08 +0100)]
compiler.tree.propagation.recursive: redoing
097b40ce4107e824acd83fdf1c024596e692f7d0 (#1513)

7 years agogopher: use url encoding and decoding to work with weird filenames.
John Benediktsson [Wed, 2 Nov 2016 18:11:53 +0000 (11:11 -0700)]
gopher: use url encoding and decoding to work with weird filenames.

7 years agoui.tools.listener: make all call-listener use with-ctrl-break.
John Benediktsson [Wed, 2 Nov 2016 18:04:52 +0000 (11:04 -0700)]
ui.tools.listener: make all call-listener use with-ctrl-break.

7 years agoui.gadgets.scrollers: minor cleanup using if*.
John Benediktsson [Wed, 2 Nov 2016 18:00:23 +0000 (11:00 -0700)]
ui.gadgets.scrollers: minor cleanup using if*.

7 years agocombinators.tuple-docs: add example code for make-tuple
Alexander Iljin [Tue, 1 Nov 2016 22:56:18 +0000 (01:56 +0300)]
combinators.tuple-docs: add example code for make-tuple

7 years agoTag the spotlight vocab with the "macosx" platform
Alexander Iljin [Tue, 1 Nov 2016 22:32:59 +0000 (01:32 +0300)]
Tag the spotlight vocab with the "macosx" platform

7 years agocombinators.tuple-docs: fix wording
Alexander Iljin [Tue, 1 Nov 2016 21:54:10 +0000 (00:54 +0300)]
combinators.tuple-docs: fix wording

7 years agothreads-docs: add a comment to the spawn article
Alexander Iljin [Tue, 1 Nov 2016 18:51:37 +0000 (21:51 +0300)]
threads-docs: add a comment to the spawn article

7 years agothreads-docs: drop the spawned thread in the example code
Alexander Iljin [Tue, 1 Nov 2016 18:45:50 +0000 (21:45 +0300)]
threads-docs: drop the spawned thread in the example code

7 years agoimages.testing-docs: decapitalize "listener" for consistency
Alexander Iljin [Tue, 1 Nov 2016 17:34:34 +0000 (20:34 +0300)]
images.testing-docs: decapitalize "listener" for consistency

This was the only document that had "Listener" starting with capital "L".

7 years agolistener-docs: fix wording
Alexander Iljin [Tue, 1 Nov 2016 17:35:10 +0000 (20:35 +0300)]
listener-docs: fix wording

7 years agoRevert "alien.strings: change how string>{cpu,os} works."
John Benediktsson [Wed, 2 Nov 2016 14:34:38 +0000 (07:34 -0700)]
Revert "alien.strings: change how string>{cpu,os} works."

This reverts commit 84fe3deff8e2b454c3dc936515597c1335590ea4.

Probably doesn't work with deployed images that have stripped
word names, where name>> would return f.

7 years agoalien.strings: change how string>{cpu,os} works.
John Benediktsson [Wed, 2 Nov 2016 03:21:12 +0000 (20:21 -0700)]
alien.strings: change how string>{cpu,os} works.

7 years agovm: change where we set safepoints_fep to false to allow old Ctrl-C behavior.
John Benediktsson [Wed, 2 Nov 2016 02:21:47 +0000 (19:21 -0700)]
vm: change where we set safepoints_fep to false to allow old Ctrl-C behavior.

7 years agolistener: minor formatting.
John Benediktsson [Wed, 2 Nov 2016 02:21:36 +0000 (19:21 -0700)]
listener: minor formatting.

7 years agosystem: adding new primitives.
John Benediktsson [Wed, 2 Nov 2016 00:16:11 +0000 (17:16 -0700)]
system: adding new primitives.

7 years agolistener-docs: document the Ctrl-Break handler support
Alexander Iljin [Tue, 1 Nov 2016 21:12:10 +0000 (00:12 +0300)]
listener-docs: document the Ctrl-Break handler support