Mon, 26 Sep 2011 21:13:26 +0200 wenzelm back to post-release mode;
Sun, 09 Oct 2011 17:06:19 +0200 wenzelm Added tag Isabelle2011-1 for changeset 76fef3e57004
Sun, 09 Oct 2011 16:47:58 +0200 wenzelm tuned; Isabelle2011-1
Sun, 09 Oct 2011 15:46:06 +0200 wenzelm updated ISABELLE_HOME_USER;
Tue, 04 Oct 2011 14:51:51 +0200 wenzelm more explicit check of Java executable -- relevant for Linux x86/x86_64 mismatch and absence on Mac OS Lion;
Mon, 03 Oct 2011 11:16:51 +0200 wenzelm Added tag Isabelle2011-1-RC2 for changeset a45121ffcfcb
Mon, 03 Oct 2011 11:14:19 +0200 wenzelm some amendments due to Jean Pichon;
Thu, 29 Sep 2011 09:37:59 +0200 traytel correct coercion generation in case of unknown map functions
Wed, 28 Sep 2011 13:52:14 +0200 wenzelm proper platform_file_url for Windows UNC paths (server shares);
Tue, 27 Sep 2011 22:35:57 +0200 wenzelm proper platform_file_url;
Tue, 27 Sep 2011 22:14:15 +0200 wenzelm observe base URL of rendered document;
Tue, 27 Sep 2011 21:39:55 +0200 wenzelm more README;
Tue, 27 Sep 2011 20:45:15 +0200 wenzelm tuned README.html;
Tue, 27 Sep 2011 20:25:15 +0200 wenzelm tuned;
Tue, 27 Sep 2011 14:17:40 +0200 wenzelm retain output, which is required for non-existent JRE, for example (cf. b455e4f42c04);
Tue, 27 Sep 2011 00:03:11 +0200 wenzelm tuned message, which is displayed after termination of Isabelle.app on Mac OS;
Mon, 26 Sep 2011 23:51:59 +0200 wenzelm keep top-level "Isabelle" executable -- now an alias for "isabelle jedit";
Mon, 26 Sep 2011 23:43:52 +0200 wenzelm tuned;
Mon, 26 Sep 2011 21:41:39 +0200 wenzelm ensure Isabelle env;
Mon, 26 Sep 2011 21:17:25 +0200 wenzelm Added tag Isabelle2011-1-RC1 for changeset 24ad77c3a147
Mon, 26 Sep 2011 21:09:28 +0200 wenzelm tuned;
Mon, 26 Sep 2011 20:53:53 +0200 wenzelm misc tuning for release;
Mon, 26 Sep 2011 20:39:18 +0200 wenzelm reverted 09cdc4209d25 for formal reasons: it did not say what was "broken" nor "fixed", but broke IsaMakefile dependencies;
Mon, 26 Sep 2011 20:31:41 +0200 wenzelm makedist for release;
Mon, 26 Sep 2011 14:03:43 +0200 blanchet put MiniSat back first -- Torlak's eval seemed to suggest that Crypto and Lingeling were better, but Crypto is slower on "Nitpick_Examples" and Crypto crashes
Mon, 26 Sep 2011 11:41:52 +0200 blanchet require Java 1.6 in the Nitpick documentation -- technically 1.5 will also work with Kodkodi 1.2.16, but it won't work with Kodkodi 1.5.0
Mon, 26 Sep 2011 11:41:52 +0200 blanchet put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
Mon, 26 Sep 2011 10:57:20 +0200 bulwahn adding an example with inductive predicates to quickcheck narrowing examples
Mon, 26 Sep 2011 10:30:37 +0200 bulwahn importing the Generated_Code module qualified to reduce the probability of name clashes between the static code and the generated code in the narrowing-based Quickcheck
Sun, 25 Sep 2011 19:34:20 +0200 blanchet clarify platforms
Sun, 25 Sep 2011 18:43:25 +0200 blanchet killed JNI version of zChaff, since Kodkod 1.5 does not support it anymore
Sun, 25 Sep 2011 18:43:25 +0200 blanchet updated Nitpick SAT Solver doc
Sun, 25 Sep 2011 18:43:25 +0200 blanchet update list of SAT solvers reflecting Kodkod 1.5
Sun, 25 Sep 2011 17:25:34 +0200 wenzelm tuned signature;
Sun, 25 Sep 2011 13:48:59 +0200 wenzelm more uniform defaults;
Sun, 25 Sep 2011 09:37:33 +0200 haftmann Quotient_Set.thy is part of library
Sun, 25 Sep 2011 00:32:49 +0200 nipkow fixed typo
Sat, 24 Sep 2011 17:18:39 +0200 wenzelm standardize drive letters -- important for proper document node identification;
Sat, 24 Sep 2011 10:45:57 +0200 wenzelm more user aliases;
Sat, 24 Sep 2011 00:17:32 +0100 sultana fixed IsaMakefile action for HOL-TPTP.
Fri, 23 Sep 2011 23:46:13 +0200 wenzelm prefer socket comminication on Cygwin, which is more stable here than fifos;
Fri, 23 Sep 2011 21:51:49 +0200 wenzelm tuned proof;
Fri, 23 Sep 2011 17:35:06 +0200 wenzelm made SML/NJ happy;
Fri, 23 Sep 2011 17:23:54 +0200 wenzelm discontinued stream-based Socket_IO, which causes too many problems with Poly/ML and SML/NJ (reverting major parts of 5c0b0d67f9b1);
Fri, 23 Sep 2011 17:11:08 +0200 wenzelm updated header;
Fri, 23 Sep 2011 16:50:39 +0200 wenzelm merged;
Fri, 23 Sep 2011 16:44:51 +0200 blanchet reintroduced E-SInE now that it's unexpectedly working again (thanks to Geoff)
Fri, 23 Sep 2011 14:25:53 +0200 blanchet first step towards extending Minipick with more translations
Fri, 23 Sep 2011 14:08:50 +0200 berghofe Include keywords print_coercions and print_coercion_maps
Wed, 17 Aug 2011 19:49:07 +0200 traytel local coercion insertion algorithm to support complex coercions
Wed, 17 Aug 2011 19:49:07 +0200 traytel printing and deleting of coercions
Fri, 23 Sep 2011 14:59:29 +0200 wenzelm raw unbuffered socket IO, which bypasses the fragile BinIO layer in Poly/ML 5.4.x;
Fri, 23 Sep 2011 14:13:15 +0200 wenzelm default print mode for Isabelle/Scala, not just Isabelle/jEdit;
Fri, 23 Sep 2011 14:12:09 +0200 wenzelm augment existing print mode;
Fri, 23 Sep 2011 13:44:31 +0200 wenzelm explicit option for socket vs. fifo communication;
Fri, 23 Sep 2011 13:43:44 +0200 wenzelm tuned proof;
Fri, 23 Sep 2011 10:31:12 +0200 blanchet synchronized section names with manual
Fri, 23 Sep 2011 00:11:29 +0200 wenzelm merged;
Thu, 22 Sep 2011 14:12:16 -0700 huffman discontinued legacy theorem names from RealDef.thy
Thu, 22 Sep 2011 13:17:14 -0700 huffman merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip