Tue, 25 Mar 2014 19:03:02 +0100 wenzelm proper configuration option "ML_print_depth";
Tue, 25 Mar 2014 17:59:34 +0100 wenzelm removed junk;
Tue, 25 Mar 2014 16:54:38 +0100 wenzelm clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
Tue, 25 Mar 2014 16:11:00 +0100 wenzelm separate tokenization and language context for SML: no symbols, no antiquotes;
Tue, 25 Mar 2014 15:15:33 +0100 wenzelm separate "sml" mode, suppress old "ml" mode altogether;
Tue, 25 Mar 2014 14:52:35 +0100 wenzelm some SML examples;
Tue, 25 Mar 2014 13:18:10 +0100 wenzelm added command 'SML_file' for Standard ML without Isabelle/ML add-ons;
Tue, 25 Mar 2014 10:37:10 +0100 wenzelm updated to scala-2.10.4;
Tue, 25 Mar 2014 14:20:58 +0100 hoelzl cleanup auxiliary proofs for Brouwer fixpoint theorem (removes ~2400 lines)
Tue, 25 Mar 2014 13:14:33 +0100 traytel prove theorems with fixed variables (export afterwards)
Mon, 24 Mar 2014 14:51:10 -0700 huffman generalized theorems about derivatives of limits of sequences of funtions
Mon, 24 Mar 2014 19:06:20 +0100 wenzelm removed unused 'ax_specification', to give 'specification' a chance to become localized;
Mon, 24 Mar 2014 18:05:21 +0100 wenzelm merged;
Mon, 24 Mar 2014 17:42:16 +0100 wenzelm merged
Mon, 24 Mar 2014 16:19:24 +0100 wenzelm proper Sign.full_name to get internal name (like Sign.add_consts);
Mon, 24 Mar 2014 16:06:55 +0100 wenzelm formal check of user input, avoiding direct references of interal names;
Mon, 24 Mar 2014 12:00:17 +0100 wenzelm discontinued Toplevel.debug in favour of system option "exception_trace";
Thu, 20 Mar 2014 17:55:33 -0700 huffman tuned proofs
Mon, 24 Mar 2014 16:33:36 +0100 traytel made tactic more robust
Mon, 24 Mar 2014 16:33:36 +0100 traytel inline helper function
Mon, 24 Mar 2014 14:22:29 +0000 paulson rearranging some deriv theorems
Sun, 23 Mar 2014 16:40:35 +0100 wenzelm modernized approximation, avoiding bad name binding;
Sun, 23 Mar 2014 15:46:21 +0100 wenzelm more sensible treatment of quasi-local variables (NB: Variable.add_fixes is only for term variables, while Variable.declare takes care of types within given terms);
Sat, 22 Mar 2014 22:00:26 +0100 wenzelm merged
Sat, 22 Mar 2014 21:40:19 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 20:42:16 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 19:33:39 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 18:19:57 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 18:16:54 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 18:15:09 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 18:12:08 +0100 wenzelm tuned message;
Sat, 22 Mar 2014 16:50:52 +0100 wenzelm more antiquotations;
Sat, 22 Mar 2014 15:58:27 +0100 wenzelm avoid hard-wired theory names;
Sat, 22 Mar 2014 08:37:43 +0100 haftmann generalized and strengthened cong rules on compound operators, similar to 1ed737a98198
Fri, 21 Mar 2014 22:54:16 +0100 wenzelm added splash screen for jvm boot, which is important for initial encounter to avoid multiple copies running against each other;
Fri, 21 Mar 2014 20:39:54 +0100 wenzelm merged
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 15:12:03 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 12:34:50 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 12:14:33 +0100 wenzelm tuned;
Fri, 21 Mar 2014 11:42:32 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 11:06:39 +0100 wenzelm tuned signature;
Fri, 21 Mar 2014 10:45:03 +0100 wenzelm tuned signature;
Fri, 21 Mar 2014 15:36:00 +0000 paulson a few new lemmas and generalisations of old ones
Fri, 21 Mar 2014 08:13:23 +0100 traytel simplified internal datatype construction
Thu, 20 Mar 2014 23:38:34 +0100 wenzelm merged
Thu, 20 Mar 2014 23:13:33 +0100 wenzelm merged
Thu, 20 Mar 2014 22:40:12 +0100 wenzelm produce qualified names more directly;
Thu, 20 Mar 2014 22:34:27 +0100 wenzelm more symbols;
Thu, 20 Mar 2014 22:00:13 +0100 wenzelm more static checking of proof methods;
Thu, 20 Mar 2014 21:07:57 +0100 wenzelm enforce subgoal boundaries via SUBGOAL/SUBGOAL_CASES -- clean tactical failure if out-of-range;
Thu, 20 Mar 2014 19:58:33 +0100 wenzelm more standard method_setup;
Thu, 20 Mar 2014 19:24:51 +0100 wenzelm tuned error, according to "use" in General/secure.ML;
Thu, 20 Mar 2014 15:38:49 +0100 wenzelm tuned proofs;
Thu, 20 Mar 2014 15:13:55 -0700 huffman generalize more theorems
Thu, 20 Mar 2014 09:21:39 -0700 huffman generalize some theorems
Thu, 20 Mar 2014 12:43:48 +0000 paulson fixing messy proofs
Thu, 20 Mar 2014 09:47:43 +0100 kleing pointer to the other proof direction
Wed, 19 Mar 2014 20:50:24 -0700 huffman generalize theory of operator norms to work with class real_normed_vector
Wed, 19 Mar 2014 23:13:45 +0100 wenzelm tuned -- no need for slightly obscure "local" prefix;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip