Fri, 12 Jul 2013 12:04:16 +0200 wenzelm clarified execution: maintain running execs only, check "stable" separately via memo (again);
Fri, 12 Jul 2013 11:28:03 +0200 wenzelm tuned signature;
Fri, 12 Jul 2013 11:07:02 +0200 wenzelm clarified module name;
Thu, 11 Jul 2013 23:24:40 +0200 wenzelm more explicit type Exec.context;
Thu, 11 Jul 2013 22:53:56 +0200 wenzelm tuned signature;
Thu, 11 Jul 2013 18:41:05 +0200 wenzelm strictly monotonic Document.update: avoid disruptive cancel_execution, merely discontinue_execution and cancel/terminate old execs individually;
Thu, 11 Jul 2013 16:35:37 +0200 wenzelm tuned -- cleanup before publishing assignment;
Thu, 11 Jul 2013 16:26:14 +0200 wenzelm more abstract types;
Thu, 11 Jul 2013 16:01:48 +0200 wenzelm tuned;
Thu, 11 Jul 2013 15:56:12 +0200 wenzelm disallow concurrent execution attempt explicitly -- it should never happen due to management of singleton execution;
Thu, 11 Jul 2013 14:56:58 +0200 wenzelm more precise fact declarations -- fewer warnings;
Thu, 11 Jul 2013 14:42:11 +0200 wenzelm global management of command execution fragments;
Thu, 11 Jul 2013 12:28:24 +0200 wenzelm fully synchronized guard of running execution;
Thu, 11 Jul 2013 21:34:50 +0200 nipkow merged
Thu, 11 Jul 2013 21:34:37 +0200 nipkow added exercises
Thu, 11 Jul 2013 20:08:06 +0200 smolkas optimize isar-proofs by trying different proof methods
Thu, 11 Jul 2013 13:33:20 +0200 smolkas made SML/NJ happy
Thu, 11 Jul 2013 13:33:19 +0200 smolkas tuned
Thu, 11 Jul 2013 11:40:21 +0200 wenzelm tuned;
Thu, 11 Jul 2013 11:37:06 +0200 wenzelm re-assign prints of unchanged eval only -- avoid crash of new_exec;
Thu, 11 Jul 2013 11:09:23 +0200 wenzelm tuned -- refrain from odd optimization;
Thu, 11 Jul 2013 10:43:53 +0200 wenzelm tuned;
Wed, 10 Jul 2013 23:30:10 +0200 wenzelm added "echo" command for demonstration purposes;
Wed, 10 Jul 2013 23:25:28 +0200 wenzelm more abstract message channel;
Wed, 10 Jul 2013 22:56:48 +0200 wenzelm explicit shutdown of message output thread;
Wed, 10 Jul 2013 22:04:57 +0200 wenzelm tuned signature;
Wed, 10 Jul 2013 21:54:43 +0200 wenzelm no need for raw stdin;
Wed, 10 Jul 2013 21:21:37 +0200 wenzelm fall back on synchronous message output for single-threaded SML/NJ;
Wed, 10 Jul 2013 21:13:32 +0200 wenzelm make SML/NJ happy;
Wed, 10 Jul 2013 20:44:39 +0200 wenzelm retain main thread for protocol loop -- no access to raw ML toplevel;
Wed, 10 Jul 2013 20:19:51 +0200 wenzelm removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
Wed, 10 Jul 2013 20:16:04 +0200 wenzelm less intrusive token_range rendering, which is relevant for inner parse errors;
Wed, 10 Jul 2013 13:43:23 +0200 smolkas made SML/NJ happy
Wed, 10 Jul 2013 12:35:18 +0200 wenzelm merged
Wed, 10 Jul 2013 12:33:28 +0200 wenzelm tuned start_execution: avoid sleep on worker thread;
Wed, 10 Jul 2013 12:10:32 +0200 wenzelm print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
Wed, 10 Jul 2013 11:32:49 +0200 wenzelm allow to remove print functions;
Wed, 10 Jul 2013 11:26:55 +0200 wenzelm clarified Command.print: update old prints here;
Tue, 09 Jul 2013 23:49:19 +0200 wenzelm produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
Tue, 09 Jul 2013 18:11:31 +0200 wenzelm tuned;
Tue, 09 Jul 2013 18:08:56 +0200 wenzelm tuned proofs;
Tue, 09 Jul 2013 17:58:38 +0200 wenzelm more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
Tue, 09 Jul 2013 16:32:51 +0200 wenzelm tuned message;
Tue, 09 Jul 2013 13:24:17 +0200 wenzelm tuned signature -- NB: Command.read is actually part of Command.eval;
Tue, 09 Jul 2013 13:17:22 +0200 wenzelm tuned protocol terminology;
Tue, 09 Jul 2013 13:16:10 +0200 wenzelm tuned;
Mon, 08 Jul 2013 21:00:16 +0200 wenzelm allow whitespace in file names;
Mon, 08 Jul 2013 12:47:39 +0200 wenzelm tuned;
Mon, 08 Jul 2013 12:07:06 +0200 wenzelm more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
Mon, 08 Jul 2013 12:00:45 +0200 wenzelm allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
Wed, 10 Jul 2013 12:25:11 +0200 smolkas made SML/NJ happy
Tue, 09 Jul 2013 18:45:06 +0200 smolkas completely rewrote SH compress; added two parameters for experimentation/fine grained control
Tue, 09 Jul 2013 18:44:59 +0200 smolkas moved code -> easier debugging
Mon, 08 Jul 2013 14:24:36 +0200 nipkow tuned proofs
Sun, 07 Jul 2013 22:58:34 +0200 wenzelm some support for Cygwin;
Sun, 07 Jul 2013 20:23:09 +0200 wenzelm reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
Sun, 07 Jul 2013 18:50:16 +0200 wenzelm tuned signature;
Sun, 07 Jul 2013 18:43:14 +0200 wenzelm discontinued obsolete "isabelle print";
Sun, 07 Jul 2013 18:34:29 +0200 wenzelm discontinued command 'print_drafts';
Sun, 07 Jul 2013 18:04:46 +0200 wenzelm some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip