Sun, 12 Sep 2010 16:06:03 +0200 wenzelm tuned messages;
Fri, 10 Sep 2010 23:11:58 +0200 wenzelm avoid extra wrapping for interrupts;
Thu, 09 Sep 2010 21:44:52 +0200 wenzelm tuned markup;
Fri, 10 Sep 2010 15:55:09 +0200 wenzelm updated keywords;
Fri, 10 Sep 2010 15:48:43 +0200 wenzelm proper antiquotations;
Fri, 10 Sep 2010 15:42:14 +0200 wenzelm fixed antiquotation;
Fri, 10 Sep 2010 15:39:55 +0200 wenzelm updated generated file;
Fri, 10 Sep 2010 15:38:54 +0200 wenzelm updated config options;
Fri, 10 Sep 2010 15:36:49 +0200 wenzelm removed spurious addition from 9e58f0499f57;
Fri, 10 Sep 2010 15:17:44 +0200 wenzelm merged
Fri, 10 Sep 2010 14:37:57 +0200 krauss improved error message for common mistake (fun f where "g x = ...")
Fri, 10 Sep 2010 10:59:10 +0200 bulwahn adding another String.literal example
Fri, 10 Sep 2010 10:59:09 +0200 bulwahn fiddling with the correct setup for String.literal
Fri, 10 Sep 2010 10:59:07 +0200 bulwahn refactoring mode inference so that the theory is not changed in the mode inference procedure
Fri, 10 Sep 2010 10:21:25 +0200 haftmann Haskell == is infix, not infixl
Fri, 10 Sep 2010 09:56:28 +0200 haftmann more correct dependencies
Thu, 09 Sep 2010 20:58:46 +0200 blanchet merged
Thu, 09 Sep 2010 20:11:52 +0200 blanchet use definitional CNF for the goal if at least one of the premisses would lead to too many clauses in Meson
Thu, 09 Sep 2010 20:09:43 +0200 blanchet use the Meson cutoff as the cutoff for using definitional CNF -- it's simpler that way
Thu, 09 Sep 2010 18:53:55 +0200 blanchet clarify comment
Thu, 09 Sep 2010 18:50:23 +0200 blanchet improve on 65903ec4e8e8: fix more "add_ffpair" exceptions in failed ATP proofs
Thu, 09 Sep 2010 18:22:04 +0200 blanchet allow Sledgehammer proofs containing nameless local facts with schematic variables in them
Thu, 09 Sep 2010 16:32:28 +0200 blanchet tuning
Thu, 09 Sep 2010 16:27:36 +0200 blanchet more precise error messages when Vampire is interrupted or SPASS runs into an internal bug
Thu, 09 Sep 2010 16:06:11 +0200 blanchet better error reporting when the Sledgehammer minimizer is interrupted
Thu, 09 Sep 2010 14:47:06 +0200 blanchet add cutoff beyond which facts are handled using definitional CNF
Thu, 09 Sep 2010 12:28:00 +0200 blanchet "resurrected" a Metis proof
Thu, 09 Sep 2010 12:24:43 +0200 blanchet replace two slow "metis" proofs with faster proofs
Wed, 08 Sep 2010 19:22:37 +0200 blanchet workaround to avoid subtle "add_ffpairs" unification exception in Sledgehammer;
Wed, 08 Sep 2010 19:20:52 +0200 blanchet improve SInE-E failure message
Thu, 09 Sep 2010 17:58:11 +0200 bulwahn merged
Thu, 09 Sep 2010 17:23:08 +0200 bulwahn adding an example with integers and String.literals
Thu, 09 Sep 2010 17:23:07 +0200 bulwahn adding an example to show how code_pred must be invoked with locales
Thu, 09 Sep 2010 17:23:03 +0200 bulwahn removing report from the arguments of the quickcheck functions and refering to it by picking it from the context
Thu, 09 Sep 2010 16:43:57 +0200 bulwahn changing the container for the quickcheck options to a generic data
Thu, 09 Sep 2010 16:47:03 +0100 paulson Tidied up proofs using sledgehammer, also deleting unnecessary semicolons
Thu, 09 Sep 2010 14:38:14 +0200 bulwahn changing String.literal to a type instead of a datatype
Thu, 09 Sep 2010 11:10:44 +0200 bulwahn increasing the number of iterations to ensure to find a counterexample by random generation
Thu, 09 Sep 2010 09:11:13 +0200 haftmann only conceal primitive definition theorems, not predicate names
Wed, 08 Sep 2010 19:23:23 +0200 haftmann merged
Wed, 08 Sep 2010 19:21:46 +0200 haftmann modernized primrec
Fri, 10 Sep 2010 15:16:51 +0200 wenzelm Markup_Tree is already scalable;
Fri, 10 Sep 2010 15:05:30 +0200 wenzelm Isabelle_Markup.tooltip: explicit indication of ML;
Fri, 10 Sep 2010 14:54:08 +0200 wenzelm Future.promise: more robust treatment of concurrent abort vs. fulfill (amending 047c96f41455);
Fri, 10 Sep 2010 12:39:20 +0200 wenzelm primitive use_text: let interrupts pass unhindered;
Thu, 09 Sep 2010 21:30:33 +0200 wenzelm Isabelle.load_icon with some sanity checks;
Thu, 09 Sep 2010 20:09:13 +0200 wenzelm ML_Compiler.eval: reported positions need to contain offset, to avoid displaced reports due to synthesized line numbers;
Thu, 09 Sep 2010 18:32:21 +0200 wenzelm NEWS: some notes on interrupts;
Thu, 09 Sep 2010 18:21:06 +0200 wenzelm refined Runtime.toplevel_error/Document.run_command: let interrupts pass unhindered;
Thu, 09 Sep 2010 18:18:34 +0200 wenzelm removed dead code;
Thu, 09 Sep 2010 18:17:34 +0200 wenzelm avoid handling interrupts in user code;
Thu, 09 Sep 2010 18:04:35 +0200 wenzelm Meson.make_clauses_unsorted: removed spurious debug code stemming from 5146d640aa4a -- must not handle arbitrary exceptions in user space;
Thu, 09 Sep 2010 18:00:16 +0200 wenzelm main command loops are supposed to be uninterruptible -- no special treatment here;
Thu, 09 Sep 2010 17:38:45 +0200 wenzelm Exn.is_interrupt: include interrupts that have passed through the IO layer;
Thu, 09 Sep 2010 17:20:27 +0200 wenzelm more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
Thu, 09 Sep 2010 11:05:52 +0200 wenzelm avoid mixing of static and runtime errors in compiler output, to accomodate Proof General;
Wed, 08 Sep 2010 23:52:24 +0200 wenzelm ML_Compiler.eval: discontinued extra "Static Errors" of raw Poly/ML;
Wed, 08 Sep 2010 23:40:48 +0200 wenzelm isabelle-jedit.css: suppress "location" markup, which indicates extra positional information intended for plain-old TTY mode;
Wed, 08 Sep 2010 23:34:40 +0200 wenzelm ML_Compiler.eval: more careful printing of messages and regular output, trying to accomodate Poly/ML, Proof General, Isabelle/Scala/jEdit at the same time;
Wed, 08 Sep 2010 22:30:29 +0200 wenzelm clarified -- inlined ML_Env.local_context;
Wed, 08 Sep 2010 18:00:37 +0200 wenzelm merged
Wed, 08 Sep 2010 16:50:24 +0200 bulwahn restricting invocation only if PROLOG_HOME is set
Wed, 08 Sep 2010 18:00:06 +0200 wenzelm tuned proofs (based on fancy gutter icons in Isabelle/jEdit);
Wed, 08 Sep 2010 16:01:06 +0200 blanchet merge
Wed, 08 Sep 2010 15:57:50 +0200 blanchet remove "safe" (as suggested by Tobias) and added "arith" to "try"
Mon, 06 Sep 2010 17:51:26 +0200 blanchet remove "minipick" (the toy version of Nitpick) and some tests;
Mon, 06 Sep 2010 16:50:29 +0200 blanchet use Future.fork rather than Thread.fork, so that the thread is part of the global thread management
Mon, 06 Sep 2010 13:48:10 +0200 blanchet fix editor
Wed, 08 Sep 2010 14:46:21 +0200 wenzelm merged
Wed, 08 Sep 2010 13:30:41 +0100 paulson merged
Wed, 08 Sep 2010 13:25:32 +0100 paulson tidied using inductive_simps
Wed, 08 Sep 2010 13:25:22 +0200 haftmann NEWS
Wed, 08 Sep 2010 13:22:24 +0200 haftmann removed ancient constdefs command
Wed, 08 Sep 2010 10:45:55 +0200 nipkow put expand_(fun/set)_eq back in as synonyms, for compatibility
Tue, 07 Sep 2010 15:56:33 -0700 huffman set up Nil and Cons to work as fixrec patterns
Tue, 07 Sep 2010 17:36:33 +0200 haftmann merged
Tue, 07 Sep 2010 16:58:01 +0200 haftmann updated generated document
Tue, 07 Sep 2010 16:49:32 +0200 haftmann only write ghc pragma when writing to a file
Tue, 07 Sep 2010 16:37:23 +0200 haftmann added flat_program; tuned signature
Tue, 07 Sep 2010 16:37:23 +0200 haftmann dropped ancient deresolve_base; plain_const_syntax also needs modification of instance statement
Tue, 07 Sep 2010 16:26:14 +0200 haftmann moved flat_program to code_namespace
Tue, 07 Sep 2010 16:05:20 +0200 haftmann dropped outdated substitution
Tue, 07 Sep 2010 16:05:18 +0200 haftmann Haskell uses generic flat_program combinator
Tue, 07 Sep 2010 11:08:58 +0200 haftmann factored out build_module_namespace
Tue, 07 Sep 2010 11:08:57 +0200 haftmann added generic flat_program procedure
Tue, 07 Sep 2010 14:11:05 +0200 bulwahn using the proposed modes for starting the fixpoint iteration in the mode analysis
Tue, 07 Sep 2010 12:04:34 +0200 nipkow merged
Tue, 07 Sep 2010 12:04:18 +0200 nipkow renamed expand_*_eq in HOLCF as well
Tue, 07 Sep 2010 10:05:19 +0200 nipkow expand_fun_eq -> ext_iff
Tue, 07 Sep 2010 11:52:43 +0200 bulwahn merged
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn lower expectation in Reg exp example
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn renewing specification in example file; adding invocation in example file
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn handling collection of simprules as sets rather than as lists
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn stating errors in error messages more verbose in predicate compiler
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn raising an exception instead of guessing some reasonable behaviour for this function
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn using linear find_least instead of sorting in the mode analysis of the predicate compiler
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding code attribute to definition of equality of finite sets for executability of equality of finite sets
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adapting example files
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding the Reg_Exp example
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn towards time limiting the prolog execution
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding IMP quickcheck examples
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding the CFG example to the build process
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding a List example (challenge from Tobias) for counterexample search
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
Wed, 08 Sep 2010 00:17:41 +0200 wenzelm disposed some old TODO/FIXME;
Tue, 07 Sep 2010 23:59:14 +0200 wenzelm Document_View: select gutter message icons from markup over line range, not full range results;
Tue, 07 Sep 2010 23:53:27 +0200 wenzelm tuned properties;
Tue, 07 Sep 2010 23:23:19 +0200 wenzelm moved token markup tables to isabelle_markup.scala;
Tue, 07 Sep 2010 23:06:52 +0200 wenzelm concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
Tue, 07 Sep 2010 22:28:58 +0200 wenzelm simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
Tue, 07 Sep 2010 21:06:58 +0200 wenzelm Document_View: more precise painting of gutter icons, only if line selection area is sufficiently large;
Tue, 07 Sep 2010 18:44:28 +0200 wenzelm basic support for warning/error gutter icons;
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip