bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39192
raising an exception instead of guessing some reasonable behaviour for this function
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39191
using linear find_least instead of sorting in the mode analysis of the predicate compiler
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39190
adding code attribute to definition of equality of finite sets for executability of equality of finite sets
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39189
adapting example files
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39188
adding the Reg_Exp example
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39187
towards time limiting the prolog execution
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39186
adding IMP quickcheck examples
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39185
adding the CFG example to the build process
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39184
adding a List example (challenge from Tobias) for counterexample search
bulwahn [Tue, 07 Sep 2010 11:51:53 +0200] rev 39183
adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
wenzelm [Wed, 08 Sep 2010 00:17:41 +0200] rev 39182
disposed some old TODO/FIXME;
wenzelm [Tue, 07 Sep 2010 23:59:14 +0200] rev 39181
Document_View: select gutter message icons from markup over line range, not full range results;
tuned;
wenzelm [Tue, 07 Sep 2010 23:53:27 +0200] rev 39180
tuned properties;
wenzelm [Tue, 07 Sep 2010 23:23:19 +0200] rev 39179
moved token markup tables to isabelle_markup.scala;
wenzelm [Tue, 07 Sep 2010 23:06:52 +0200] rev 39178
concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
wenzelm [Tue, 07 Sep 2010 22:28:58 +0200] rev 39177
simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
tuned Snapshot.convert/revert;