Tue, 16 Oct 2012 21:30:52 +0200 support for more informative errors in lazy enumerations;
wenzelm [Tue, 16 Oct 2012 21:30:52 +0200] rev 49869
support for more informative errors in lazy enumerations;
Tue, 16 Oct 2012 21:26:36 +0200 more informative errors for 'also' and 'finally';
wenzelm [Tue, 16 Oct 2012 21:26:36 +0200] rev 49868
more informative errors for 'also' and 'finally';
Tue, 16 Oct 2012 20:35:24 +0200 tuned messages;
wenzelm [Tue, 16 Oct 2012 20:35:24 +0200] rev 49867
tuned messages;
Tue, 16 Oct 2012 20:23:00 +0200 more proof method text position information;
wenzelm [Tue, 16 Oct 2012 20:23:00 +0200] rev 49866
more proof method text position information;
Tue, 16 Oct 2012 17:47:23 +0200 clarified defer/prefer: more specific errors;
wenzelm [Tue, 16 Oct 2012 17:47:23 +0200] rev 49865
clarified defer/prefer: more specific errors;
Tue, 16 Oct 2012 16:50:03 +0200 updated Toplevel.proofs;
wenzelm [Tue, 16 Oct 2012 16:50:03 +0200] rev 49864
updated Toplevel.proofs;
Tue, 16 Oct 2012 15:14:12 +0200 more informative errors for 'proof' and 'apply' steps;
wenzelm [Tue, 16 Oct 2012 15:14:12 +0200] rev 49863
more informative errors for 'proof' and 'apply' steps; more Seq.result operations;
Tue, 16 Oct 2012 15:02:49 +0200 more friendly handling of Pure.thy bootstrap errors;
wenzelm [Tue, 16 Oct 2012 15:02:49 +0200] rev 49862
more friendly handling of Pure.thy bootstrap errors;
Tue, 16 Oct 2012 14:14:37 +0200 more informative error for stand-alone 'qed';
wenzelm [Tue, 16 Oct 2012 14:14:37 +0200] rev 49861
more informative error for stand-alone 'qed';
Tue, 16 Oct 2012 14:02:02 +0200 further attempts to unify/simplify goal output;
wenzelm [Tue, 16 Oct 2012 14:02:02 +0200] rev 49860
further attempts to unify/simplify goal output;
Tue, 16 Oct 2012 13:06:40 +0200 more informative error messages of initial/terminal proof methods;
wenzelm [Tue, 16 Oct 2012 13:06:40 +0200] rev 49859
more informative error messages of initial/terminal proof methods; more systematic support for sequences with embedded errors; tuned Seq.maps;
Mon, 15 Oct 2012 19:03:02 +0200 merged
wenzelm [Mon, 15 Oct 2012 19:03:02 +0200] rev 49858
merged
Mon, 15 Oct 2012 16:18:48 +0200 setcomprehension_pointfree simproc also works for set comprehension without an equation
bulwahn [Mon, 15 Oct 2012 16:18:48 +0200] rev 49857
setcomprehension_pointfree simproc also works for set comprehension without an equation
Mon, 15 Oct 2012 15:43:12 +0200 tuned message -- avoid extra blank lines;
wenzelm [Mon, 15 Oct 2012 15:43:12 +0200] rev 49856
tuned message -- avoid extra blank lines;
Mon, 15 Oct 2012 15:28:56 +0200 updated to polyml-5.5.0 which reduces chance of HOL-IMP failure (although it is hard to reproduce anyway);
wenzelm [Mon, 15 Oct 2012 15:28:56 +0200] rev 49855
updated to polyml-5.5.0 which reduces chance of HOL-IMP failure (although it is hard to reproduce anyway);
Sun, 14 Oct 2012 21:02:14 +0200 store colors after build
Markus Kaiser <markus.kaiser@in.tum.de> [Sun, 14 Oct 2012 21:02:14 +0200] rev 49854
store colors after build
Sun, 14 Oct 2012 19:16:39 +0200 adding further test cases for the set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:39 +0200] rev 49853
adding further test cases for the set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:35 +0200 refined tactic in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:35 +0200] rev 49852
refined tactic in set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:33 +0200 adding further test cases to check new functionality of the simproc; strengthened test cases to check the success of the simproc more faithfully
bulwahn [Sun, 14 Oct 2012 19:16:33 +0200] rev 49851
adding further test cases to check new functionality of the simproc; strengthened test cases to check the success of the simproc more faithfully
Sun, 14 Oct 2012 19:16:32 +0200 adding postprocessing of computed pointfree expression in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49850
adding postprocessing of computed pointfree expression in set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:32 +0200 extending the setcomprehension_pointfree simproc to handle nesting disjunctions, conjunctions and negations (with contributions from Rafal Kolanski, NICTA); tuned
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49849
extending the setcomprehension_pointfree simproc to handle nesting disjunctions, conjunctions and negations (with contributions from Rafal Kolanski, NICTA); tuned
Sat, 13 Oct 2012 21:09:20 +0200 more informative error of initial/terminal proof steps;
wenzelm [Sat, 13 Oct 2012 21:09:20 +0200] rev 49848
more informative error of initial/terminal proof steps;
Sat, 13 Oct 2012 19:53:04 +0200 some attempts to unify/simplify pretty_goal;
wenzelm [Sat, 13 Oct 2012 19:53:04 +0200] rev 49847
some attempts to unify/simplify pretty_goal;
Sat, 13 Oct 2012 18:04:11 +0200 refined Proof.the_finished_goal with more informative error;
wenzelm [Sat, 13 Oct 2012 18:04:11 +0200] rev 49846
refined Proof.the_finished_goal with more informative error; more permissive Method.all_assm_tac: do not insist in solving by assumption here to postpone failure; clarified Method.finish_text: no Thm.no_prems filtering here to postpone failure;
Sat, 13 Oct 2012 16:19:16 +0200 tuned signature;
wenzelm [Sat, 13 Oct 2012 16:19:16 +0200] rev 49845
tuned signature;
Sat, 13 Oct 2012 00:08:36 +0200 improved adhoc height for small fonts;
wenzelm [Sat, 13 Oct 2012 00:08:36 +0200] rev 49844
improved adhoc height for small fonts;
Fri, 12 Oct 2012 23:38:48 +0200 further refinement of jEdit line range, avoiding lack of final \n;
wenzelm [Fri, 12 Oct 2012 23:38:48 +0200] rev 49843
further refinement of jEdit line range, avoiding lack of final \n;
Fri, 12 Oct 2012 22:53:20 +0200 more uniform tooltip color;
wenzelm [Fri, 12 Oct 2012 22:53:20 +0200] rev 49842
more uniform tooltip color;
Fri, 12 Oct 2012 22:10:45 +0200 more NEWS;
wenzelm [Fri, 12 Oct 2012 22:10:45 +0200] rev 49841
more NEWS;
Fri, 12 Oct 2012 21:51:25 +0200 merged
wenzelm [Fri, 12 Oct 2012 21:51:25 +0200] rev 49840
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip