Mon, 23 Apr 2012 18:42:05 +0200 kuncar CONTRIBUTORS
Mon, 23 Apr 2012 18:42:03 +0200 kuncar added useful Trueprop_conv
Mon, 23 Apr 2012 17:18:18 +0200 kuncar move MRSL to a separate file
Mon, 23 Apr 2012 16:30:43 +0200 wenzelm avoid conflict of Isabelle vs. Isabelle.exe on Cygwin;
Mon, 23 Apr 2012 16:05:18 +0200 wenzelm more notes on Cygwin, notably for downgrading to 1.7.9 to avoid multi-threading instabilities starting with 1.7.10 early 2012;
Mon, 23 Apr 2012 13:40:02 +0200 hoelzl CONTRIBUTORS
Mon, 23 Apr 2012 12:14:35 +0200 hoelzl reworked Probability theory
Mon, 23 Apr 2012 12:23:23 +0100 sultana updated test;
Mon, 23 Apr 2012 12:23:23 +0100 sultana improved non-interpretation of constants and numbers;
Mon, 23 Apr 2012 12:23:23 +0100 sultana improved interpreting conditionals;
Mon, 23 Apr 2012 12:23:23 +0100 sultana disabled interpreting arithmetic;
Mon, 23 Apr 2012 12:23:23 +0100 sultana improved handling of single-quoted names;
Mon, 23 Apr 2012 12:23:23 +0100 sultana disabled exception packaging in tptp;
Mon, 23 Apr 2012 12:23:23 +0100 sultana moved function for testing problem-name parsing;
Mon, 23 Apr 2012 12:23:23 +0100 sultana removed redundant function;
Sun, 22 Apr 2012 23:08:53 +0200 wenzelm bundle Isabelle.exe;
Sun, 22 Apr 2012 21:32:35 +0200 huffman tuned precedence order of transfer rules
Sun, 22 Apr 2012 22:02:52 +0200 wenzelm updated generated files;
Sun, 22 Apr 2012 22:01:45 +0200 wenzelm updated const "relcomp";
Sun, 22 Apr 2012 21:47:32 +0200 wenzelm merged
Sun, 22 Apr 2012 20:16:30 +0200 huffman add transfer rule for set difference
Sun, 22 Apr 2012 21:43:57 +0200 wenzelm support Cygwin cold-start via Isabelle.exe, assuming layout of bundle;
Sun, 22 Apr 2012 19:44:40 +0200 wenzelm merged
Sun, 22 Apr 2012 19:18:26 +0200 huffman merged
Sun, 22 Apr 2012 17:54:47 +0200 huffman adapt to changes in generated transfer rules (cf. 4483c004499a)
Sun, 22 Apr 2012 16:53:24 +0200 huffman fix bug caused by misunderstanding of operator precedences (cf. cb44d09d9d22)
Sun, 22 Apr 2012 19:04:30 +0200 wenzelm more robust handling of PATH vs PATH_JVM -- required for cold start of Cygwin from Windows (e.g. Isabelle.exe);
Sun, 22 Apr 2012 16:33:41 +0200 wenzelm merged
Sun, 22 Apr 2012 14:16:46 +0200 blanchet fixed typos
Sun, 22 Apr 2012 14:16:46 +0200 blanchet tried harder to make SML/NJ happy
Sun, 22 Apr 2012 14:16:46 +0200 blanchet added timeout argument to TPTP tools
Sun, 22 Apr 2012 14:16:46 +0200 blanchet fix bug where "==" was used instead of "HOL.eq"
Sun, 22 Apr 2012 14:16:46 +0200 blanchet more meaningful default value
Sun, 22 Apr 2012 14:16:45 +0200 blanchet handle exception (needed to solve TPTP problem SEU880^5)
Sun, 22 Apr 2012 16:32:26 +0200 wenzelm pretend jedit is up-to-date if this is not a repository -- avoid accidental build attempts after touching files etc.;
Sun, 22 Apr 2012 16:08:10 +0200 wenzelm refer to isabelle.Main application wrapper;
Sun, 22 Apr 2012 15:55:13 +0200 wenzelm display return code like Isabelle.app on Mac OS;
Sun, 22 Apr 2012 15:50:29 +0200 wenzelm default Isabelle application wrapper -- JVM entry point for Isabelle.exe;
Sun, 22 Apr 2012 15:19:46 +0200 wenzelm updated Isabelle.exe specification, assuming layout of bundle;
Sun, 22 Apr 2012 14:30:18 +0200 wenzelm USER_HOME settings variable points to cross-platform user home directory;
Sun, 22 Apr 2012 11:05:04 +0200 huffman new example theory for quotient/transfer
Sat, 21 Apr 2012 21:38:08 +0200 huffman update NEWS for transfer/quotient
Sat, 21 Apr 2012 20:52:33 +0200 huffman enable variant of transfer method that proves an implication instead of an equivalence
Thu, 19 Apr 2012 19:36:24 +0200 haftmann moved modules with only vague relation to the code generator to theory HOL rather than theory Code_Generator
Sat, 21 Apr 2012 15:26:05 +0200 wenzelm merged
Sat, 21 Apr 2012 13:54:29 +0200 huffman NEWS for transfer, lifting, and quotient
Sat, 21 Apr 2012 13:49:31 +0200 huffman new example theory for transfer package
Sat, 21 Apr 2012 14:53:04 +0200 wenzelm some builtin session timing;
Sat, 21 Apr 2012 13:12:27 +0200 huffman move alternative definition lemmas into Lifting.thy;
Sat, 21 Apr 2012 13:06:22 +0200 huffman tuned proofs
Sat, 21 Apr 2012 11:21:23 +0200 huffman add transfer rule for List.set
Sat, 21 Apr 2012 11:04:21 +0200 huffman remove duplicate of lemma id_transfer
Sat, 21 Apr 2012 11:02:01 +0200 huffman added covariant relator set_rel, with transfer rules for set operations
Sat, 21 Apr 2012 10:59:52 +0200 huffman renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator
Sat, 21 Apr 2012 11:15:49 +0200 blanchet tried to make SML/NJ happy
Sat, 21 Apr 2012 11:15:49 +0200 blanchet tuned "max_relevant" defaults for SMT solvers based on Judgment Day
Sat, 21 Apr 2012 11:15:49 +0200 blanchet prepend PWD to relative paths
Sat, 21 Apr 2012 11:15:49 +0200 blanchet reintroduced old FOF and CNF parsers, to work around TPTP_Parser failures
Sat, 21 Apr 2012 11:15:49 +0200 blanchet swap out Satallax, pull in E-SInE again -- it's not clear yet how useful Satallax is after proof reconstruction, whereas E-SInE performed surprisingly well on latest evaluations
Sat, 21 Apr 2012 07:33:47 +0200 huffman new transfer package rules and lifting setup for lists
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip