Sat, 17 Oct 2009 20:15:59 +0200 simplified tactics;
wenzelm [Sat, 17 Oct 2009 20:15:59 +0200] rev 32975
simplified tactics; use proper SUBGOAL/CSUBGOAL;
Sat, 17 Oct 2009 19:04:35 +0200 eliminated old List.foldr and OldTerm operations;
wenzelm [Sat, 17 Oct 2009 19:04:35 +0200] rev 32974
eliminated old List.foldr and OldTerm operations; misc tuning;
Sat, 17 Oct 2009 18:14:47 +0200 removed unused names;
wenzelm [Sat, 17 Oct 2009 18:14:47 +0200] rev 32973
removed unused names;
Sat, 17 Oct 2009 18:01:24 +0200 misc tuning and simplification;
wenzelm [Sat, 17 Oct 2009 18:01:24 +0200] rev 32972
misc tuning and simplification;
Sat, 17 Oct 2009 17:18:59 +0200 less pervasive names;
wenzelm [Sat, 17 Oct 2009 17:18:59 +0200] rev 32971
less pervasive names;
Sat, 17 Oct 2009 16:58:03 +0200 operations of structure Skip_Proof (formerly SkipProof) no longer require quick_and_dirty mode;
wenzelm [Sat, 17 Oct 2009 16:58:03 +0200] rev 32970
operations of structure Skip_Proof (formerly SkipProof) no longer require quick_and_dirty mode;
Sat, 17 Oct 2009 16:40:41 +0200 Method.cheating: check quick_and_dirty here;
wenzelm [Sat, 17 Oct 2009 16:40:41 +0200] rev 32969
Method.cheating: check quick_and_dirty here;
Sat, 17 Oct 2009 16:34:39 +0200 tuned;
wenzelm [Sat, 17 Oct 2009 16:34:39 +0200] rev 32968
tuned;
Sat, 17 Oct 2009 16:33:14 +0200 Unsynchronized.set etc.;
wenzelm [Sat, 17 Oct 2009 16:33:14 +0200] rev 32967
Unsynchronized.set etc.;
Sat, 17 Oct 2009 15:57:51 +0200 indicate CRITICAL nature of various setmp combinators;
wenzelm [Sat, 17 Oct 2009 15:57:51 +0200] rev 32966
indicate CRITICAL nature of various setmp combinators;
Sat, 17 Oct 2009 15:55:57 +0200 ISABELLE_TOOL;
wenzelm [Sat, 17 Oct 2009 15:55:57 +0200] rev 32965
ISABELLE_TOOL;
Sat, 17 Oct 2009 15:42:36 +0200 tuned signature;
wenzelm [Sat, 17 Oct 2009 15:42:36 +0200] rev 32964
tuned signature; observe coding conventions of this file;
Sat, 17 Oct 2009 14:51:30 +0200 merged
wenzelm [Sat, 17 Oct 2009 14:51:30 +0200] rev 32963
merged
Sat, 17 Oct 2009 13:46:55 +0200 merged
nipkow [Sat, 17 Oct 2009 13:46:55 +0200] rev 32962
merged
Sat, 17 Oct 2009 13:46:39 +0200 added the_inv_onto
nipkow [Sat, 17 Oct 2009 13:46:39 +0200] rev 32961
added the_inv_onto
Sat, 17 Oct 2009 14:43:18 +0200 eliminated hard tabulators, guessing at each author's individual tab-width;
wenzelm [Sat, 17 Oct 2009 14:43:18 +0200] rev 32960
eliminated hard tabulators, guessing at each author's individual tab-width; tuned headers;
Sat, 17 Oct 2009 01:05:59 +0200 removed obsolete old goal command;
wenzelm [Sat, 17 Oct 2009 01:05:59 +0200] rev 32959
removed obsolete old goal command;
Sat, 17 Oct 2009 00:53:18 +0200 legacy Drule.standard is no longer pervasive;
wenzelm [Sat, 17 Oct 2009 00:53:18 +0200] rev 32958
legacy Drule.standard is no longer pervasive;
Sat, 17 Oct 2009 00:52:37 +0200 explicitly qualify Drule.standard;
wenzelm [Sat, 17 Oct 2009 00:52:37 +0200] rev 32957
explicitly qualify Drule.standard;
Fri, 16 Oct 2009 10:55:07 +0200 tuned white space;
wenzelm [Fri, 16 Oct 2009 10:55:07 +0200] rev 32956
tuned white space;
Fri, 16 Oct 2009 10:45:10 +0200 local channels for tracing/debugging;
wenzelm [Fri, 16 Oct 2009 10:45:10 +0200] rev 32955
local channels for tracing/debugging;
Fri, 16 Oct 2009 00:26:19 +0200 made SML/NJ happy;
wenzelm [Fri, 16 Oct 2009 00:26:19 +0200] rev 32954
made SML/NJ happy;
Thu, 15 Oct 2009 23:51:22 +0200 sunbroy2: back to single-threaded mode for now -- deadlock in Poly/ML 5.3-SVN-900;
wenzelm [Thu, 15 Oct 2009 23:51:22 +0200] rev 32953
sunbroy2: back to single-threaded mode for now -- deadlock in Poly/ML 5.3-SVN-900;
Thu, 15 Oct 2009 23:28:10 +0200 replaced String.concat by implode;
wenzelm [Thu, 15 Oct 2009 23:28:10 +0200] rev 32952
replaced String.concat by implode; replaced String.concatWith by space_implode; replaced (Seq.flat o Seq.map) by Seq.maps; replaced List.mapPartial by map_filter; replaced List.concat by flat; replaced (flat o map) by maps, which produces less garbage;
Thu, 15 Oct 2009 23:10:35 +0200 space_implode;
wenzelm [Thu, 15 Oct 2009 23:10:35 +0200] rev 32951
space_implode;
Thu, 15 Oct 2009 21:28:39 +0200 normalized aliases of Output operations;
wenzelm [Thu, 15 Oct 2009 21:28:39 +0200] rev 32950
normalized aliases of Output operations;
Thu, 15 Oct 2009 21:08:03 +0200 eliminated slightly odd get/set operations in favour of Unsynchronized.ref;
wenzelm [Thu, 15 Oct 2009 21:08:03 +0200] rev 32949
eliminated slightly odd get/set operations in favour of Unsynchronized.ref; eliminated aliases of Output operations; print_cert: use warning for increased chance that the user actually sees the output; misc tuning and simplification;
Thu, 15 Oct 2009 17:49:30 +0200 natural argument order for prover;
wenzelm [Thu, 15 Oct 2009 17:49:30 +0200] rev 32948
natural argument order for prover; renamed atp_problem to problem; standard naming convention for the_system;
Thu, 15 Oct 2009 17:06:19 +0200 ATP_Manager.get_prover: canonical argument order;
wenzelm [Thu, 15 Oct 2009 17:06:19 +0200] rev 32947
ATP_Manager.get_prover: canonical argument order; eliminated various aliases of existing operations, notably Output channels; tuned messages; misc tuning and clarification;
Thu, 15 Oct 2009 17:04:45 +0200 tuned proof (via atp_minimized);
wenzelm [Thu, 15 Oct 2009 17:04:45 +0200] rev 32946
tuned proof (via atp_minimized);
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip