Thu, 01 Oct 2009 23:27:05 +0200 moved cache_conv to src/Pure/conv.ML, use Thm.cterm_cache;
wenzelm [Thu, 01 Oct 2009 23:27:05 +0200] rev 32843
moved cache_conv to src/Pure/conv.ML, use Thm.cterm_cache;
Thu, 01 Oct 2009 22:40:29 +0200 added Ctermtab, cterm_cache, thm_cache;
wenzelm [Thu, 01 Oct 2009 22:40:29 +0200] rev 32842
added Ctermtab, cterm_cache, thm_cache; tuned;
Thu, 01 Oct 2009 22:39:58 +0200 added term_cache;
wenzelm [Thu, 01 Oct 2009 22:39:58 +0200] rev 32841
added term_cache; tuned;
Thu, 01 Oct 2009 22:39:06 +0200 Concurrently cached values.
wenzelm [Thu, 01 Oct 2009 22:39:06 +0200] rev 32840
Concurrently cached values.
Thu, 01 Oct 2009 20:47:26 +0200 tuned header;
wenzelm [Thu, 01 Oct 2009 20:47:26 +0200] rev 32839
tuned header; tuned whitespace;
Thu, 01 Oct 2009 20:33:45 +0200 core_sos_tac: SUBPROOF body operates on subgoal 1;
wenzelm [Thu, 01 Oct 2009 20:33:45 +0200] rev 32838
core_sos_tac: SUBPROOF body operates on subgoal 1; tuned;
Thu, 01 Oct 2009 20:20:56 +0200 merged
wenzelm [Thu, 01 Oct 2009 20:20:56 +0200] rev 32837
merged
Thu, 01 Oct 2009 20:20:45 +0200 updated generated files;
wenzelm [Thu, 01 Oct 2009 20:20:45 +0200] rev 32836
updated generated files;
Thu, 01 Oct 2009 20:13:32 +0200 enable slow-motion mode to accomodate unsynchronized refs within theory sources;
wenzelm [Thu, 01 Oct 2009 20:13:32 +0200] rev 32835
enable slow-motion mode to accomodate unsynchronized refs within theory sources;
Thu, 01 Oct 2009 20:06:11 +0200 avoid unsynchronized refs within theory sources;
wenzelm [Thu, 01 Oct 2009 20:06:11 +0200] rev 32834
avoid unsynchronized refs within theory sources;
Thu, 01 Oct 2009 20:04:44 +0200 explicitly Unsynchronized;
wenzelm [Thu, 01 Oct 2009 20:04:44 +0200] rev 32833
explicitly Unsynchronized;
Thu, 01 Oct 2009 13:32:03 +0200 additional fixes in normarith.ML due to FuncFun and FuncUtil changes
Philipp Meyer [Thu, 01 Oct 2009 13:32:03 +0200] rev 32832
additional fixes in normarith.ML due to FuncFun and FuncUtil changes
Thu, 01 Oct 2009 11:54:01 +0200 changed core_sos_tac to use SUBPROOF
Philipp Meyer [Thu, 01 Oct 2009 11:54:01 +0200] rev 32831
changed core_sos_tac to use SUBPROOF
Wed, 30 Sep 2009 14:10:36 +0200 replaced and tuned uses of foldr1
Philipp Meyer [Wed, 30 Sep 2009 14:10:36 +0200] rev 32830
replaced and tuned uses of foldr1
Wed, 30 Sep 2009 13:48:00 +0200 tuned FuncFun and FuncUtil structure in positivstellensatz.ML
Philipp Meyer [Wed, 30 Sep 2009 13:48:00 +0200] rev 32829
tuned FuncFun and FuncUtil structure in positivstellensatz.ML
Tue, 22 Sep 2009 14:17:54 +0200 removed opening of structures
Philipp Meyer [Tue, 22 Sep 2009 14:17:54 +0200] rev 32828
removed opening of structures
Thu, 01 Oct 2009 18:59:26 +0200 merged
wenzelm [Thu, 01 Oct 2009 18:59:26 +0200] rev 32827
merged
Thu, 01 Oct 2009 18:58:47 +0200 merged
nipkow [Thu, 01 Oct 2009 18:58:47 +0200] rev 32826
merged
Thu, 01 Oct 2009 16:46:58 +0200 merged
nipkow [Thu, 01 Oct 2009 16:46:58 +0200] rev 32825
merged
Thu, 01 Oct 2009 16:46:48 +0200 made spass additional default prover
nipkow [Thu, 01 Oct 2009 16:46:48 +0200] rev 32824
made spass additional default prover
Thu, 01 Oct 2009 16:43:19 +0100 merged
paulson [Thu, 01 Oct 2009 16:43:19 +0100] rev 32823
merged
Thu, 01 Oct 2009 16:42:53 +0100 Proved a new theorem: nat_to_nat2_inj
paulson [Thu, 01 Oct 2009 16:42:53 +0100] rev 32822
Proved a new theorem: nat_to_nat2_inj
Thu, 01 Oct 2009 15:54:55 +0200 turned unsynchronized ref into synchronized var
boehmes [Thu, 01 Oct 2009 15:54:55 +0200] rev 32821
turned unsynchronized ref into synchronized var
Thu, 01 Oct 2009 15:19:49 +0200 merged
nipkow [Thu, 01 Oct 2009 15:19:49 +0200] rev 32820
merged
Thu, 01 Oct 2009 15:19:23 +0200 resolved conflict
nipkow [Thu, 01 Oct 2009 15:19:23 +0200] rev 32819
resolved conflict
Thu, 01 Oct 2009 11:35:13 +0200 record max lemmas used
nipkow [Thu, 01 Oct 2009 11:35:13 +0200] rev 32818
record max lemmas used
Thu, 01 Oct 2009 18:24:06 +0200 Lazy evaluation with memoing (sequential version).
wenzelm [Thu, 01 Oct 2009 18:24:06 +0200] rev 32817
Lazy evaluation with memoing (sequential version).
Thu, 01 Oct 2009 18:21:11 +0200 more official status of sequential implementations;
wenzelm [Thu, 01 Oct 2009 18:21:11 +0200] rev 32816
more official status of sequential implementations; tuned;
Thu, 01 Oct 2009 18:10:41 +0200 separate concurrent/sequential versions of lazy evaluation;
wenzelm [Thu, 01 Oct 2009 18:10:41 +0200] rev 32815
separate concurrent/sequential versions of lazy evaluation; lazy based on future avoids wasted evaluations;
Thu, 01 Oct 2009 16:27:13 +0200 added Task_Queue.depend (again) -- light-weight version for transitive graph;
wenzelm [Thu, 01 Oct 2009 16:27:13 +0200] rev 32814
added Task_Queue.depend (again) -- light-weight version for transitive graph; Future.join_results: record explicit dependency, detect direct task-task join cycles; Future.join_results: no change of interruptibility, allows to interrupt wait; added Future.worker_task; ThyInfo.schedule_futures: uninterruptible outer join;
Thu, 01 Oct 2009 16:09:47 +0200 handle Pattern.MATCH, not arbitrary exceptions;
wenzelm [Thu, 01 Oct 2009 16:09:47 +0200] rev 32813
handle Pattern.MATCH, not arbitrary exceptions; misc tuning, trying to reduce line length a bit;
Thu, 01 Oct 2009 16:03:43 +0200 more precise dependencies;
wenzelm [Thu, 01 Oct 2009 16:03:43 +0200] rev 32812
more precise dependencies;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip