wenzelm [Tue, 19 Feb 2008 20:34:30 +0100] rev 26098
added system_out (back to multithreaded version -- still suffers from non-interruptible wait in Poly/ML 5.1);
wenzelm [Tue, 19 Feb 2008 20:34:29 +0100] rev 26097
removed General/system_process.ML (back to multithreaded version);
wenzelm [Tue, 19 Feb 2008 20:34:28 +0100] rev 26096
replaced setpgrp by more elaborate setsid;
urbanc [Tue, 19 Feb 2008 12:25:56 +0100] rev 26095
slightly tuned
berghofe [Tue, 19 Feb 2008 10:21:09 +0100] rev 26094
Yet another proof of False, this time using the strong case analysis rule.
haftmann [Mon, 18 Feb 2008 22:56:53 +0100] rev 26093
tuned
wenzelm [Mon, 18 Feb 2008 21:33:29 +0100] rev 26092
system.pl - invoke shell command line (with robust signal handling);
urbanc [Mon, 18 Feb 2008 05:51:16 +0100] rev 26091
updated
urbanc [Mon, 18 Feb 2008 03:12:08 +0100] rev 26090
added eqvt-flag to subseteq-lemma
huffman [Mon, 18 Feb 2008 02:10:55 +0100] rev 26089
proved linorder and wellorder class instances
wenzelm [Sun, 17 Feb 2008 19:04:50 +0100] rev 26088
added get_parent (for AWE);
tuned;
wenzelm [Sun, 17 Feb 2008 18:43:17 +0100] rev 26087
added perl wrapper for robust signal handling;
huffman [Sun, 17 Feb 2008 06:49:53 +0100] rev 26086
New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
wenzelm [Sat, 16 Feb 2008 16:52:09 +0100] rev 26085
removed spurious PolyML.makestring;
wenzelm [Sat, 16 Feb 2008 16:44:02 +0100] rev 26084
replaced ignore/raise_interrupt by more flexible (un)interruptible combinators;
wenzelm [Sat, 16 Feb 2008 16:44:02 +0100] rev 26083
removed managed_process (cf. General/shell_process.ML);
replaced ignore/raise_interrupt by more flexible (un)interruptible combinators;
tuned timeLimit: sleep already interruptible by default;
schedule: restore attributes of body, instead of forcing interruptible execution;