Thu, 11 Jul 2013 13:33:19 +0200 tuned
smolkas [Thu, 11 Jul 2013 13:33:19 +0200] rev 52590
tuned
Thu, 11 Jul 2013 11:40:21 +0200 tuned;
wenzelm [Thu, 11 Jul 2013 11:40:21 +0200] rev 52589
tuned;
Thu, 11 Jul 2013 11:37:06 +0200 re-assign prints of unchanged eval only -- avoid crash of new_exec;
wenzelm [Thu, 11 Jul 2013 11:37:06 +0200] rev 52588
re-assign prints of unchanged eval only -- avoid crash of new_exec;
Thu, 11 Jul 2013 11:09:23 +0200 tuned -- refrain from odd optimization;
wenzelm [Thu, 11 Jul 2013 11:09:23 +0200] rev 52587
tuned -- refrain from odd optimization;
Thu, 11 Jul 2013 10:43:53 +0200 tuned;
wenzelm [Thu, 11 Jul 2013 10:43:53 +0200] rev 52586
tuned;
Wed, 10 Jul 2013 23:30:10 +0200 added "echo" command for demonstration purposes;
wenzelm [Wed, 10 Jul 2013 23:30:10 +0200] rev 52585
added "echo" command for demonstration purposes;
Wed, 10 Jul 2013 23:25:28 +0200 more abstract message channel;
wenzelm [Wed, 10 Jul 2013 23:25:28 +0200] rev 52584
more abstract message channel;
Wed, 10 Jul 2013 22:56:48 +0200 explicit shutdown of message output thread;
wenzelm [Wed, 10 Jul 2013 22:56:48 +0200] rev 52583
explicit shutdown of message output thread;
Wed, 10 Jul 2013 22:04:57 +0200 tuned signature;
wenzelm [Wed, 10 Jul 2013 22:04:57 +0200] rev 52582
tuned signature;
Wed, 10 Jul 2013 21:54:43 +0200 no need for raw stdin;
wenzelm [Wed, 10 Jul 2013 21:54:43 +0200] rev 52581
no need for raw stdin;
Wed, 10 Jul 2013 21:21:37 +0200 fall back on synchronous message output for single-threaded SML/NJ;
wenzelm [Wed, 10 Jul 2013 21:21:37 +0200] rev 52580
fall back on synchronous message output for single-threaded SML/NJ;
Wed, 10 Jul 2013 21:13:32 +0200 make SML/NJ happy;
wenzelm [Wed, 10 Jul 2013 21:13:32 +0200] rev 52579
make SML/NJ happy;
Wed, 10 Jul 2013 20:44:39 +0200 retain main thread for protocol loop -- no access to raw ML toplevel;
wenzelm [Wed, 10 Jul 2013 20:44:39 +0200] rev 52578
retain main thread for protocol loop -- no access to raw ML toplevel;
Wed, 10 Jul 2013 20:19:51 +0200 removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
wenzelm [Wed, 10 Jul 2013 20:19:51 +0200] rev 52577
removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
Wed, 10 Jul 2013 20:16:04 +0200 less intrusive token_range rendering, which is relevant for inner parse errors;
wenzelm [Wed, 10 Jul 2013 20:16:04 +0200] rev 52576
less intrusive token_range rendering, which is relevant for inner parse errors;
Wed, 10 Jul 2013 13:43:23 +0200 made SML/NJ happy
smolkas [Wed, 10 Jul 2013 13:43:23 +0200] rev 52575
made SML/NJ happy
Wed, 10 Jul 2013 12:35:18 +0200 merged
wenzelm [Wed, 10 Jul 2013 12:35:18 +0200] rev 52574
merged
Wed, 10 Jul 2013 12:33:28 +0200 tuned start_execution: avoid sleep on worker thread;
wenzelm [Wed, 10 Jul 2013 12:33:28 +0200] rev 52573
tuned start_execution: avoid sleep on worker thread;
Wed, 10 Jul 2013 12:10:32 +0200 print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
wenzelm [Wed, 10 Jul 2013 12:10:32 +0200] rev 52572
print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
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
Sat, 06 Jul 2013 22:16:55 +0200 eliminated pointless catch of unlikely exceptions, which may occur in Doc.contents already;
wenzelm [Sat, 06 Jul 2013 22:16:55 +0200] rev 52543
eliminated pointless catch of unlikely exceptions, which may occur in Doc.contents already;
Sat, 06 Jul 2013 22:11:18 +0200 more release notes according to availability in proper release vs. repository clone;
wenzelm [Sat, 06 Jul 2013 22:11:18 +0200] rev 52542
more release notes according to availability in proper release vs. repository clone; discontinued generated HTML for files that are accessible in 1 click;
Sat, 06 Jul 2013 21:51:35 +0200 quick access to release notes (imitating website/documentation.html);
wenzelm [Sat, 06 Jul 2013 21:51:35 +0200] rev 52541
quick access to release notes (imitating website/documentation.html);
Sat, 06 Jul 2013 21:50:14 +0200 more dependencies;
wenzelm [Sat, 06 Jul 2013 21:50:14 +0200] rev 52540
more dependencies;
Sat, 06 Jul 2013 21:19:38 +0200 minimal jedit mode for Isabelle NEWS;
wenzelm [Sat, 06 Jul 2013 21:19:38 +0200] rev 52539
minimal jedit mode for Isabelle NEWS;
Fri, 05 Jul 2013 23:17:39 +0200 merged
wenzelm [Fri, 05 Jul 2013 23:17:39 +0200] rev 52538
merged
Fri, 05 Jul 2013 23:10:18 +0200 more uniform Counter in ML and Scala;
wenzelm [Fri, 05 Jul 2013 23:10:18 +0200] rev 52537
more uniform Counter in ML and Scala;
Fri, 05 Jul 2013 22:58:24 +0200 tuned signature;
wenzelm [Fri, 05 Jul 2013 22:58:24 +0200] rev 52536
tuned signature; tuned comments;
Fri, 05 Jul 2013 22:09:16 +0200 tuned signature -- eliminated pointless type synonym;
wenzelm [Fri, 05 Jul 2013 22:09:16 +0200] rev 52535
tuned signature -- eliminated pointless type synonym;
Fri, 05 Jul 2013 18:37:44 +0200 tuned signature;
wenzelm [Fri, 05 Jul 2013 18:37:44 +0200] rev 52534
tuned signature; tuned;
Fri, 05 Jul 2013 17:09:28 +0200 clarified type Command.eval;
wenzelm [Fri, 05 Jul 2013 17:09:28 +0200] rev 52533
clarified type Command.eval;
Fri, 05 Jul 2013 16:22:28 +0200 tuned signature;
wenzelm [Fri, 05 Jul 2013 16:22:28 +0200] rev 52532
tuned signature;
Fri, 05 Jul 2013 16:01:45 +0200 tuned signature;
wenzelm [Fri, 05 Jul 2013 16:01:45 +0200] rev 52531
tuned signature;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip