Sat, 17 Oct 2009 22:35:28 +0200 wenzelm disable sunbroy2 for now;
Sat, 17 Oct 2009 22:34:19 +0200 wenzelm tuned/moved divide_and_conquer';
Sat, 17 Oct 2009 21:14:08 +0200 wenzelm tuned;
Sat, 17 Oct 2009 20:37:38 +0200 wenzelm removed separate record_quick_and_dirty_sensitive;
Sat, 17 Oct 2009 20:15:59 +0200 wenzelm simplified tactics;
Sat, 17 Oct 2009 19:04:35 +0200 wenzelm eliminated old List.foldr and OldTerm operations;
Sat, 17 Oct 2009 18:14:47 +0200 wenzelm removed unused names;
Sat, 17 Oct 2009 18:01:24 +0200 wenzelm misc tuning and simplification;
Sat, 17 Oct 2009 17:18:59 +0200 wenzelm less pervasive names;
Sat, 17 Oct 2009 16:58:03 +0200 wenzelm operations of structure Skip_Proof (formerly SkipProof) no longer require quick_and_dirty mode;
Sat, 17 Oct 2009 16:40:41 +0200 wenzelm Method.cheating: check quick_and_dirty here;
Sat, 17 Oct 2009 16:34:39 +0200 wenzelm tuned;
Sat, 17 Oct 2009 16:33:14 +0200 wenzelm Unsynchronized.set etc.;
Sat, 17 Oct 2009 15:57:51 +0200 wenzelm indicate CRITICAL nature of various setmp combinators;
Sat, 17 Oct 2009 15:55:57 +0200 wenzelm ISABELLE_TOOL;
Sat, 17 Oct 2009 15:42:36 +0200 wenzelm tuned signature;
Sat, 17 Oct 2009 14:51:30 +0200 wenzelm merged
Sat, 17 Oct 2009 13:46:55 +0200 nipkow merged
Sat, 17 Oct 2009 13:46:39 +0200 nipkow added the_inv_onto
Sat, 17 Oct 2009 14:43:18 +0200 wenzelm eliminated hard tabulators, guessing at each author's individual tab-width;
Sat, 17 Oct 2009 01:05:59 +0200 wenzelm removed obsolete old goal command;
Sat, 17 Oct 2009 00:53:18 +0200 wenzelm legacy Drule.standard is no longer pervasive;
Sat, 17 Oct 2009 00:52:37 +0200 wenzelm explicitly qualify Drule.standard;
Fri, 16 Oct 2009 10:55:07 +0200 wenzelm tuned white space;
Fri, 16 Oct 2009 10:45:10 +0200 wenzelm local channels for tracing/debugging;
Fri, 16 Oct 2009 00:26:19 +0200 wenzelm made SML/NJ happy;
Thu, 15 Oct 2009 23:51:22 +0200 wenzelm sunbroy2: back to single-threaded mode for now -- deadlock in Poly/ML 5.3-SVN-900;
Thu, 15 Oct 2009 23:28:10 +0200 wenzelm replaced String.concat by implode;
Thu, 15 Oct 2009 23:10:35 +0200 wenzelm space_implode;
Thu, 15 Oct 2009 21:28:39 +0200 wenzelm normalized aliases of Output operations;
Thu, 15 Oct 2009 21:08:03 +0200 wenzelm eliminated slightly odd get/set operations in favour of Unsynchronized.ref;
Thu, 15 Oct 2009 17:49:30 +0200 wenzelm natural argument order for prover;
Thu, 15 Oct 2009 17:06:19 +0200 wenzelm ATP_Manager.get_prover: canonical argument order;
Thu, 15 Oct 2009 17:04:45 +0200 wenzelm tuned proof (via atp_minimized);
Thu, 15 Oct 2009 16:15:22 +0200 wenzelm sort_strings (cf. Pure/library.ML);
Thu, 15 Oct 2009 15:53:33 +0200 wenzelm clarified File.platform_path vs. File.shell_path;
Thu, 15 Oct 2009 15:45:50 +0200 wenzelm exported File.shell_quote;
Thu, 15 Oct 2009 12:23:24 +0200 wenzelm misc tuning and recovery of Isabelle coding style;
Thu, 15 Oct 2009 11:49:27 +0200 wenzelm eliminated extraneous wrapping of public records;
Thu, 15 Oct 2009 11:23:03 +0200 wenzelm tuned signature;
Thu, 15 Oct 2009 11:12:09 +0200 wenzelm renamed functor HeapFun to Heap;
Thu, 15 Oct 2009 10:59:10 +0200 wenzelm misc tuning and clarification;
Thu, 15 Oct 2009 00:55:29 +0200 wenzelm structure ATP_Manager: eliminated slightly odd get/set operations in favour of Unsynchronized.ref;
Wed, 14 Oct 2009 23:44:37 +0200 wenzelm modernized structure names;
Wed, 14 Oct 2009 23:13:38 +0200 wenzelm show direct GC time (which is included in CPU time);
Wed, 14 Oct 2009 22:57:44 +0200 wenzelm eliminated obsolete C/flip combinator;
Wed, 14 Oct 2009 21:14:53 +0200 nipkow added List.nth
Wed, 14 Oct 2009 16:45:26 +0200 wenzelm tuned make parameters for sunbroy2;
Wed, 14 Oct 2009 16:39:35 +0200 wenzelm accomodate old version of "tail", e.g. on sunbroy2;
Wed, 14 Oct 2009 16:08:51 +0200 wenzelm settings for parallel experimental Poly/ML 5.3;
Wed, 14 Oct 2009 13:56:56 +0200 haftmann sharpened name
Wed, 14 Oct 2009 12:20:01 +0200 haftmann more explicit notion of canonized code equations
Wed, 14 Oct 2009 12:19:17 +0200 haftmann more explicit notion of canonized code equations
Wed, 14 Oct 2009 12:04:16 +0200 haftmann tuned whitespace
Wed, 14 Oct 2009 12:03:16 +0200 haftmann tuned whitespace
Wed, 14 Oct 2009 11:56:44 +0200 haftmann dropped Code_Printer prefix where feasible; fixed whitespace issues; more coherent terminology
Tue, 13 Oct 2009 14:57:53 +0200 haftmann merged
Tue, 13 Oct 2009 14:08:01 +0200 haftmann deactivated Datatype.distinct_simproc
Tue, 13 Oct 2009 14:08:00 +0200 haftmann dropped Datatype.distinct_simproc; tuned
Tue, 13 Oct 2009 13:40:26 +0200 hoelzl order conjunctions to be printed without parentheses
Tue, 13 Oct 2009 12:02:55 +0200 hoelzl approximation now fails earlier when using interval splitting; value [approximate] now supports bounded variables; renamed Var -> Atom for better readability
Tue, 13 Oct 2009 09:13:24 +0200 haftmann merged
Mon, 12 Oct 2009 16:16:44 +0200 haftmann added add_tyconames; tuned
Tue, 13 Oct 2009 08:36:53 +0200 haftmann merged
Tue, 13 Oct 2009 08:36:39 +0200 haftmann more appropriate abstraction over distinctness rules
Mon, 12 Oct 2009 15:48:12 +0200 haftmann merged
Mon, 12 Oct 2009 15:46:38 +0200 haftmann intro_base_names combinator
Mon, 12 Oct 2009 15:26:50 +0200 haftmann merged
Mon, 12 Oct 2009 15:26:40 +0200 haftmann dropped dist_ss
Mon, 12 Oct 2009 14:22:54 +0200 haftmann merged
Mon, 12 Oct 2009 12:19:19 +0200 haftmann added is_IVar
Mon, 12 Oct 2009 12:19:19 +0200 haftmann factored out Code_Printer.aux_params
Mon, 12 Oct 2009 13:40:28 +0200 haftmann dropped rule duplicates
Mon, 12 Oct 2009 11:03:10 +0200 haftmann less non-standard combinators
Mon, 12 Oct 2009 10:24:08 +0200 haftmann nth replaces List.nth
Mon, 12 Oct 2009 10:24:07 +0200 haftmann dropped redundancy
Mon, 12 Oct 2009 09:25:27 +0200 haftmann dropped dead code
Mon, 12 Oct 2009 09:25:26 +0200 haftmann using distinct rules directly
Fri, 09 Oct 2009 13:40:34 +0200 haftmann simplified proof
Fri, 09 Oct 2009 13:34:40 +0200 haftmann dropped simproc_dist formally
Fri, 09 Oct 2009 13:34:34 +0200 haftmann tuned order of lemmas
Fri, 09 Oct 2009 10:00:47 +0200 haftmann term styles also cover antiquotations term_type and typeof
Fri, 09 Oct 2009 09:14:25 +0200 haftmann merged
Thu, 08 Oct 2009 19:33:03 +0200 haftmann lookup for datatype constructors considers type annotations to resolve overloading
Thu, 08 Oct 2009 15:59:17 +0200 haftmann added group_stmts
Thu, 08 Oct 2009 15:59:16 +0200 haftmann moved labelled_name to code_thingol
Thu, 08 Oct 2009 15:59:16 +0200 haftmann updated generated documentation
Thu, 08 Oct 2009 15:59:15 +0200 haftmann corrected syntax diagrams for styles
Thu, 08 Oct 2009 15:16:13 +0200 haftmann new generalized concept for term styles
Wed, 07 Oct 2009 16:57:56 +0200 haftmann generalized term styles: transformations may depend on arguments; modernized term_style module; antiquotations thm, prop and term accepting term styles
Thu, 08 Oct 2009 20:56:40 +0200 krauss isatest: store test identifiers
Wed, 07 Oct 2009 14:01:26 +0200 haftmann tuned proofs
Wed, 07 Oct 2009 14:01:26 +0200 haftmann added bot_boolE, top_boolI
Wed, 07 Oct 2009 12:06:04 +0200 haftmann do not use Locale.add_registration_eqs any longer
Wed, 07 Oct 2009 09:44:03 +0200 haftmann Inf/Sup now purely syntactic
Tue, 06 Oct 2009 20:19:54 +0200 haftmann merged
Tue, 06 Oct 2009 18:44:06 +0200 haftmann inf/sup1/2_iff are mere duplicates of underlying definitions: dropped
Tue, 06 Oct 2009 20:00:08 +0200 haftmann merged
Tue, 06 Oct 2009 18:27:00 +0200 haftmann added Coset as constructor
Tue, 06 Oct 2009 15:59:12 +0200 haftmann sets and cosets
Tue, 06 Oct 2009 15:51:34 +0200 haftmann added syntactic Inf and Sup
Mon, 05 Oct 2009 17:28:59 +0100 paulson merged
Mon, 05 Oct 2009 17:27:46 +0100 paulson New lemmas connected with the reals and infinite series
Mon, 05 Oct 2009 16:41:06 +0100 paulson New facts about domain and range in
Mon, 05 Oct 2009 16:55:56 +0200 haftmann merged
Mon, 05 Oct 2009 15:05:10 +0200 haftmann experimental de-facto abolishment of distinctness limit
Mon, 05 Oct 2009 15:04:45 +0200 haftmann tuned handling of type variable names further
Mon, 05 Oct 2009 08:36:33 +0200 haftmann variables in type schemes must be renamed simultaneously with variables in equations
Mon, 05 Oct 2009 11:48:06 +0200 haftmann explicitly unsynchronized
Mon, 05 Oct 2009 11:47:38 +0200 haftmann explicitly unsynchronized
Sun, 04 Oct 2009 12:59:22 +0200 boehmes recovered support for Spass: re-enabled writing problems in DFG format
Sun, 04 Oct 2009 11:45:41 +0200 boehmes avoid exception Option: only apply "the" if needed
Sun, 04 Oct 2009 07:01:22 +0200 nipkow merged
Wed, 30 Sep 2009 11:33:59 +0200 Philipp Meyer atp_minimal using chain_ths again
Sat, 03 Oct 2009 12:10:16 +0200 boehmes merged
Sat, 03 Oct 2009 12:05:40 +0200 boehmes re-organized signature of AtpWrapper structure: records instead of unnamed parameters and return values,
Fri, 02 Oct 2009 23:15:36 +0200 wenzelm eliminated dead code;
Fri, 02 Oct 2009 22:15:30 +0200 wenzelm eliminated dead code and redundant parameters;
Fri, 02 Oct 2009 22:15:08 +0200 wenzelm eliminated dead code;
Fri, 02 Oct 2009 22:02:54 +0200 wenzelm replaced Proof.get_goal state by Proof.flat_goal state, which provides the standard view on goals for (semi)automated tools;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip