smolkas [Thu, 11 Jul 2013 13:33:19 +0200] rev 52590
tuned
wenzelm [Thu, 11 Jul 2013 11:40:21 +0200] rev 52589
tuned;
wenzelm [Thu, 11 Jul 2013 11:37:06 +0200] rev 52588
re-assign prints of unchanged eval only -- avoid crash of new_exec;
wenzelm [Thu, 11 Jul 2013 11:09:23 +0200] rev 52587
tuned -- refrain from odd optimization;
wenzelm [Thu, 11 Jul 2013 10:43:53 +0200] rev 52586
tuned;
wenzelm [Wed, 10 Jul 2013 23:30:10 +0200] rev 52585
added "echo" command for demonstration purposes;
wenzelm [Wed, 10 Jul 2013 23:25:28 +0200] rev 52584
more abstract message channel;
wenzelm [Wed, 10 Jul 2013 22:56:48 +0200] rev 52583
explicit shutdown of message output thread;
wenzelm [Wed, 10 Jul 2013 22:04:57 +0200] rev 52582
tuned signature;
wenzelm [Wed, 10 Jul 2013 21:54:43 +0200] rev 52581
no need for raw stdin;
wenzelm [Wed, 10 Jul 2013 21:21:37 +0200] rev 52580
fall back on synchronous message output for single-threaded SML/NJ;
wenzelm [Wed, 10 Jul 2013 21:13:32 +0200] rev 52579
make SML/NJ happy;
wenzelm [Wed, 10 Jul 2013 20:44:39 +0200] rev 52578
retain main thread for protocol loop -- no access to raw ML toplevel;
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);
wenzelm [Wed, 10 Jul 2013 20:16:04 +0200] rev 52576
less intrusive token_range rendering, which is relevant for inner parse errors;
smolkas [Wed, 10 Jul 2013 13:43:23 +0200] rev 52575
made SML/NJ happy
wenzelm [Wed, 10 Jul 2013 12:35:18 +0200] rev 52574
merged
wenzelm [Wed, 10 Jul 2013 12:33:28 +0200] rev 52573
tuned start_execution: avoid sleep on worker thread;
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;
wenzelm [Wed, 10 Jul 2013 11:32:49 +0200] rev 52571
allow to remove print functions;
tuned signature;
wenzelm [Wed, 10 Jul 2013 11:26:55 +0200] rev 52570
clarified Command.print: update old prints here;
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);
wenzelm [Tue, 09 Jul 2013 18:11:31 +0200] rev 52568
tuned;
wenzelm [Tue, 09 Jul 2013 18:08:56 +0200] rev 52567
tuned proofs;
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;
wenzelm [Tue, 09 Jul 2013 16:32:51 +0200] rev 52565
tuned message;
wenzelm [Tue, 09 Jul 2013 13:24:17 +0200] rev 52564
tuned signature -- NB: Command.read is actually part of Command.eval;
wenzelm [Tue, 09 Jul 2013 13:17:22 +0200] rev 52563
tuned protocol terminology;
tuned signature;
wenzelm [Tue, 09 Jul 2013 13:16:10 +0200] rev 52562
tuned;
wenzelm [Mon, 08 Jul 2013 21:00:16 +0200] rev 52561
allow whitespace in file names;
wenzelm [Mon, 08 Jul 2013 12:47:39 +0200] rev 52560
tuned;
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;
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;
smolkas [Wed, 10 Jul 2013 12:25:11 +0200] rev 52557
made SML/NJ happy
smolkas [Tue, 09 Jul 2013 18:45:06 +0200] rev 52556
completely rewrote SH compress; added two parameters for experimentation/fine grained control
smolkas [Tue, 09 Jul 2013 18:44:59 +0200] rev 52555
moved code -> easier debugging
nipkow [Mon, 08 Jul 2013 14:24:36 +0200] rev 52554
tuned proofs
wenzelm [Sun, 07 Jul 2013 22:58:34 +0200] rev 52553
some support for Cygwin;
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;
wenzelm [Sun, 07 Jul 2013 18:50:16 +0200] rev 52551
tuned signature;
wenzelm [Sun, 07 Jul 2013 18:43:14 +0200] rev 52550
discontinued obsolete "isabelle print";
wenzelm [Sun, 07 Jul 2013 18:34:29 +0200] rev 52549
discontinued command 'print_drafts';
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;
wenzelm [Sun, 07 Jul 2013 17:52:13 +0200] rev 52547
removed pointless / outdated keywords, superseded by specific Token_Markup.Marker;
wenzelm [Sun, 07 Jul 2013 17:30:16 +0200] rev 52546
tuned comments;
traytel [Sun, 07 Jul 2013 10:24:00 +0200] rev 52545
Func -> Func_option, Ffunc -> Func (avoids dependence of codatatypes on the option type)
traytel [Fri, 05 Jul 2013 18:10:07 +0200] rev 52544
tuned spelling
wenzelm [Sat, 06 Jul 2013 22:16:55 +0200] rev 52543
eliminated pointless catch of unlikely exceptions, which may occur in Doc.contents already;
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;
wenzelm [Sat, 06 Jul 2013 21:51:35 +0200] rev 52541
quick access to release notes (imitating website/documentation.html);
wenzelm [Sat, 06 Jul 2013 21:50:14 +0200] rev 52540
more dependencies;
wenzelm [Sat, 06 Jul 2013 21:19:38 +0200] rev 52539
minimal jedit mode for Isabelle NEWS;
wenzelm [Fri, 05 Jul 2013 23:17:39 +0200] rev 52538
merged
wenzelm [Fri, 05 Jul 2013 23:10:18 +0200] rev 52537
more uniform Counter in ML and Scala;
wenzelm [Fri, 05 Jul 2013 22:58:24 +0200] rev 52536
tuned signature;
tuned comments;
wenzelm [Fri, 05 Jul 2013 22:09:16 +0200] rev 52535
tuned signature -- eliminated pointless type synonym;
wenzelm [Fri, 05 Jul 2013 18:37:44 +0200] rev 52534
tuned signature;
tuned;
wenzelm [Fri, 05 Jul 2013 17:09:28 +0200] rev 52533
clarified type Command.eval;
wenzelm [Fri, 05 Jul 2013 16:22:28 +0200] rev 52532
tuned signature;
wenzelm [Fri, 05 Jul 2013 16:01:45 +0200] rev 52531
tuned signature;