Wed, 10 Jul 2013 11:32:49 +0200 allow to remove print functions;
wenzelm [Wed, 10 Jul 2013 11:32:49 +0200] rev 52571
allow to remove print functions; tuned signature;
Wed, 10 Jul 2013 11:26:55 +0200 clarified Command.print: update old prints here;
wenzelm [Wed, 10 Jul 2013 11:26:55 +0200] rev 52570
clarified Command.print: update old prints here;
Tue, 09 Jul 2013 23:49:19 +0200 produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
wenzelm [Tue, 09 Jul 2013 23:49:19 +0200] rev 52569
produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
Tue, 09 Jul 2013 18:11:31 +0200 tuned;
wenzelm [Tue, 09 Jul 2013 18:11:31 +0200] rev 52568
tuned;
Tue, 09 Jul 2013 18:08:56 +0200 tuned proofs;
wenzelm [Tue, 09 Jul 2013 18:08:56 +0200] rev 52567
tuned proofs;
Tue, 09 Jul 2013 17:58:38 +0200 more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
wenzelm [Tue, 09 Jul 2013 17:58:38 +0200] rev 52566
more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
Tue, 09 Jul 2013 16:32:51 +0200 tuned message;
wenzelm [Tue, 09 Jul 2013 16:32:51 +0200] rev 52565
tuned message;
Tue, 09 Jul 2013 13:24:17 +0200 tuned signature -- NB: Command.read is actually part of Command.eval;
wenzelm [Tue, 09 Jul 2013 13:24:17 +0200] rev 52564
tuned signature -- NB: Command.read is actually part of Command.eval;
Tue, 09 Jul 2013 13:17:22 +0200 tuned protocol terminology;
wenzelm [Tue, 09 Jul 2013 13:17:22 +0200] rev 52563
tuned protocol terminology; tuned signature;
Tue, 09 Jul 2013 13:16:10 +0200 tuned;
wenzelm [Tue, 09 Jul 2013 13:16:10 +0200] rev 52562
tuned;
Mon, 08 Jul 2013 21:00:16 +0200 allow whitespace in file names;
wenzelm [Mon, 08 Jul 2013 21:00:16 +0200] rev 52561
allow whitespace in file names;
Mon, 08 Jul 2013 12:47:39 +0200 tuned;
wenzelm [Mon, 08 Jul 2013 12:47:39 +0200] rev 52560
tuned;
Mon, 08 Jul 2013 12:07:06 +0200 more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
wenzelm [Mon, 08 Jul 2013 12:07:06 +0200] rev 52559
more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
Mon, 08 Jul 2013 12:00:45 +0200 allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
wenzelm [Mon, 08 Jul 2013 12:00:45 +0200] rev 52558
allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
Wed, 10 Jul 2013 12:25:11 +0200 made SML/NJ happy
smolkas [Wed, 10 Jul 2013 12:25:11 +0200] rev 52557
made SML/NJ happy
Tue, 09 Jul 2013 18:45:06 +0200 completely rewrote SH compress; added two parameters for experimentation/fine grained control
smolkas [Tue, 09 Jul 2013 18:45:06 +0200] rev 52556
completely rewrote SH compress; added two parameters for experimentation/fine grained control
Tue, 09 Jul 2013 18:44:59 +0200 moved code -> easier debugging
smolkas [Tue, 09 Jul 2013 18:44:59 +0200] rev 52555
moved code -> easier debugging
Mon, 08 Jul 2013 14:24:36 +0200 tuned proofs
nipkow [Mon, 08 Jul 2013 14:24:36 +0200] rev 52554
tuned proofs
Sun, 07 Jul 2013 22:58:34 +0200 some support for Cygwin;
wenzelm [Sun, 07 Jul 2013 22:58:34 +0200] rev 52553
some support for Cygwin;
Sun, 07 Jul 2013 20:23:09 +0200 reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm [Sun, 07 Jul 2013 20:23:09 +0200] rev 52552
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
Sun, 07 Jul 2013 18:50:16 +0200 tuned signature;
wenzelm [Sun, 07 Jul 2013 18:50:16 +0200] rev 52551
tuned signature;
Sun, 07 Jul 2013 18:43:14 +0200 discontinued obsolete "isabelle print";
wenzelm [Sun, 07 Jul 2013 18:43:14 +0200] rev 52550
discontinued obsolete "isabelle print";
Sun, 07 Jul 2013 18:34:29 +0200 discontinued command 'print_drafts';
wenzelm [Sun, 07 Jul 2013 18:34:29 +0200] rev 52549
discontinued command 'print_drafts';
Sun, 07 Jul 2013 18:04:46 +0200 some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;
wenzelm [Sun, 07 Jul 2013 18:04:46 +0200] rev 52548
some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;
Sun, 07 Jul 2013 17:52:13 +0200 removed pointless / outdated keywords, superseded by specific Token_Markup.Marker;
wenzelm [Sun, 07 Jul 2013 17:52:13 +0200] rev 52547
removed pointless / outdated keywords, superseded by specific Token_Markup.Marker;
Sun, 07 Jul 2013 17:30:16 +0200 tuned comments;
wenzelm [Sun, 07 Jul 2013 17:30:16 +0200] rev 52546
tuned comments;
Sun, 07 Jul 2013 10:24:00 +0200 Func -> Func_option, Ffunc -> Func (avoids dependence of codatatypes on the option type)
traytel [Sun, 07 Jul 2013 10:24:00 +0200] rev 52545
Func -> Func_option, Ffunc -> Func (avoids dependence of codatatypes on the option type)
Fri, 05 Jul 2013 18:10:07 +0200 tuned spelling
traytel [Fri, 05 Jul 2013 18:10:07 +0200] rev 52544
tuned spelling
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip