Tue, 01 Jan 2008 20:30:16 +0100 huffman add induction rule ssum_induct
Tue, 01 Jan 2008 16:09:29 +0100 wenzelm eval_wrapper: CRITICAL;
Tue, 01 Jan 2008 16:09:28 +0100 wenzelm try_ml_file: setmp explicit theory context, prevents race condition wrt. concurrent ML_Context.set_context;
Tue, 01 Jan 2008 16:09:27 +0100 wenzelm tuned spaces;
Tue, 01 Jan 2008 16:09:26 +0100 wenzelm removed separate exists/forall code;
Tue, 01 Jan 2008 07:28:20 +0100 urbanc tuned proofs and comments
Mon, 31 Dec 2007 19:36:29 +0100 wenzelm removed obsolete banner;
Sun, 30 Dec 2007 23:07:31 +0100 wenzelm tuned;
Sun, 30 Dec 2007 23:07:27 +0100 wenzelm added PROMPT message;
Sun, 30 Dec 2007 22:10:20 +0100 wenzelm added isSystem;
Sun, 30 Dec 2007 13:15:33 +0100 wenzelm simple make script;
Sat, 29 Dec 2007 17:47:12 +0100 wenzelm tuned comments (javadoc);
Thu, 27 Dec 2007 12:11:01 +0100 wenzelm use polyml-cvs, the 5.2 development branch;
Sat, 22 Dec 2007 14:10:25 +0100 wenzelm tuned RandomWord interface;
Sat, 22 Dec 2007 14:10:24 +0100 wenzelm added int/real/list operations;
Sat, 22 Dec 2007 14:10:22 +0100 wenzelm use random_word.ML earlier;
Fri, 21 Dec 2007 20:29:32 +0100 huffman changed type definition to make Iwhen and reasoning about chains unnecessary;
Fri, 21 Dec 2007 16:18:23 +0100 ballarin Fixed eta constraction issue in compose_witness
Thu, 20 Dec 2007 22:21:30 +0100 wenzelm included meson/metis tests in simultaneous use_thys;
Thu, 20 Dec 2007 21:14:28 +0100 wenzelm ``print mode'' is now a thread-local value derived from a global template;
Thu, 20 Dec 2007 21:12:03 +0100 wenzelm scheduling/next_task: PrintMode.closure;
Thu, 20 Dec 2007 21:12:02 +0100 wenzelm added get/put_data;
Thu, 20 Dec 2007 21:12:01 +0100 wenzelm separated into global template vs. thread-local value;
Thu, 20 Dec 2007 21:12:00 +0100 wenzelm Universal values via tagged union. Emulates structure Universal in Poly/ML 5.1.
Thu, 20 Dec 2007 21:11:58 +0100 wenzelm added ML-Systems/universal.ML;
Thu, 20 Dec 2007 21:09:38 +0100 wenzelm updated;
Thu, 20 Dec 2007 14:33:43 +0100 wenzelm obsolete;
Thu, 20 Dec 2007 14:33:41 +0100 wenzelm removed obsolete (slow!) Random implementation;
Thu, 20 Dec 2007 14:33:40 +0100 wenzelm moved Pure/General/random_word.ML to Tools/random_word.ML;
Thu, 20 Dec 2007 13:58:45 +0100 wenzelm adapted theory name;
Thu, 20 Dec 2007 13:31:30 +0100 wenzelm * Metis prover an order of magnitude faster, works with multithreading.
Thu, 20 Dec 2007 12:02:46 +0100 wenzelm updated HOL-Nominal-Examples deps;
Thu, 20 Dec 2007 11:16:19 +0100 wenzelm made refute non-critical (seems to work after avoiding floating point random numbers);
Thu, 20 Dec 2007 03:06:20 +0100 huffman move bottom-related stuff back into Pcpo.thy
Thu, 20 Dec 2007 01:07:21 +0100 urbanc polishing of some proofs
Thu, 20 Dec 2007 00:19:40 +0100 wenzelm Random.range_real makes SML/NJ happy;
Wed, 19 Dec 2007 23:49:28 +0100 wenzelm tuned comments;
Wed, 19 Dec 2007 23:42:20 +0100 wenzelm tuned RandomWord signature;
Wed, 19 Dec 2007 23:10:17 +0100 wenzelm removed strange MacRoman character;
Wed, 19 Dec 2007 23:06:16 +0100 wenzelm using RandomWord from Isabelle/Pure gains factor 10-20 speedup;
Wed, 19 Dec 2007 23:06:16 +0100 wenzelm updated;
Wed, 19 Dec 2007 23:06:14 +0100 wenzelm added General/random_word.ML;
Wed, 19 Dec 2007 23:06:14 +0100 wenzelm Simple generator for pseudo-random numbers, using unboxed word arithmetic only.
Wed, 19 Dec 2007 23:06:13 +0100 wenzelm removed duplicate CRITICAL markup;
Wed, 19 Dec 2007 22:34:03 +0100 haftmann instantiation target
Wed, 19 Dec 2007 22:33:44 +0100 haftmann tuned primitive inferences
Wed, 19 Dec 2007 17:40:48 +0100 paulson Replaced refs by config params; finer critical section in mets method
Wed, 19 Dec 2007 16:52:26 +0100 wenzelm simultaneous use_thys;
Wed, 19 Dec 2007 16:52:07 +0100 wenzelm marked refute (the main metis procedure) as CRITICAL;
Wed, 19 Dec 2007 16:32:16 +0100 schirmer more examples
Wed, 19 Dec 2007 16:32:14 +0100 schirmer accomodate to replacement of K_record by %x.c
Wed, 19 Dec 2007 16:32:12 +0100 schirmer replaced K_record by lambda term %x. c
Tue, 18 Dec 2007 22:21:42 +0100 wenzelm signature BASIC_MULTITHREADING;
Tue, 18 Dec 2007 22:21:41 +0100 wenzelm removed obsolete use_noncritical (plain use is already non-critical);
Tue, 18 Dec 2007 22:21:40 +0100 wenzelm serial: now based on specific version in structure Multithreading;
Tue, 18 Dec 2007 22:18:31 +0100 huffman add class ppo of pointed partial orders;
Tue, 18 Dec 2007 19:54:34 +0100 wenzelm named some critical sections;
Tue, 18 Dec 2007 19:54:33 +0100 wenzelm named some critical sections;
Tue, 18 Dec 2007 19:54:32 +0100 wenzelm use_text/use_file: non-critical (Poly/ML compiler is thread-safe);
Tue, 18 Dec 2007 19:54:31 +0100 wenzelm non-critical (accidental concurrent access does not affect functional integrity);
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip