Sat, 14 Oct 2006 23:25:51 +0200 wenzelm theorem: added local_theory version;
Sat, 14 Oct 2006 23:25:51 +0200 wenzelm Attrib.pretty_attrib;
Sat, 14 Oct 2006 23:25:50 +0200 wenzelm added pretty_attribs (from attrib.ML);
Sat, 14 Oct 2006 23:25:48 +0200 wenzelm moved pretty_attribs to attrib.ML;
Sat, 14 Oct 2006 23:25:46 +0200 wenzelm locale begin/end;
Fri, 13 Oct 2006 22:30:29 +0200 wenzelm updated;
Fri, 13 Oct 2006 18:33:50 +0200 berghofe Added keywords for new inductive definition package.
Fri, 13 Oct 2006 18:29:31 +0200 berghofe Adapted to changes in FixedPoint theory.
Fri, 13 Oct 2006 18:28:51 +0200 berghofe Moved old inductive package to old_inductive_package.ML
Fri, 13 Oct 2006 18:27:27 +0200 berghofe Completely rewrote inductive definition package. Now allows to
Fri, 13 Oct 2006 18:24:02 +0200 berghofe Old version of inductive definition package (for sets).
Fri, 13 Oct 2006 18:23:37 +0200 berghofe Moved old inductive package to old_inductive_package.ML
Fri, 13 Oct 2006 18:18:58 +0200 berghofe Adapted to new inductive definition package.
Fri, 13 Oct 2006 18:15:18 +0200 berghofe Adapted to changes in FixedPoint theory.
Fri, 13 Oct 2006 18:14:12 +0200 berghofe Legacy ML bindings now refer to old inductive definition package.
Fri, 13 Oct 2006 18:12:58 +0200 berghofe Added new package for inductive definitions, moved old package
Fri, 13 Oct 2006 18:10:16 +0200 berghofe Generalized gfp and lfp to arbitrary complete lattices.
Fri, 13 Oct 2006 18:08:48 +0200 berghofe Repaired strip_assums_hyp (now also works for goals not
Fri, 13 Oct 2006 16:52:51 +0200 haftmann improved framework
Fri, 13 Oct 2006 16:52:49 +0200 haftmann refined
Fri, 13 Oct 2006 16:52:48 +0200 haftmann fixed bug
Fri, 13 Oct 2006 16:52:47 +0200 haftmann tuned
Fri, 13 Oct 2006 16:52:46 +0200 haftmann added codegen2 example
Fri, 13 Oct 2006 15:01:34 +0200 urbanc added the missing freshness-lemmas for nat, int, char and string and
Fri, 13 Oct 2006 12:32:44 +0200 haftmann lifted claset setup from ML to Isar level
Fri, 13 Oct 2006 09:02:21 +0200 haftmann explicit nonfix for union and inter
Thu, 12 Oct 2006 22:57:45 +0200 wenzelm renamed enter_forward_proof to enter_proof_body;
Thu, 12 Oct 2006 22:57:42 +0200 wenzelm added peek;
Thu, 12 Oct 2006 22:57:38 +0200 wenzelm interpretation_in_locale: standalone goal setup;
Thu, 12 Oct 2006 22:57:35 +0200 wenzelm tuned;
Thu, 12 Oct 2006 22:57:32 +0200 wenzelm renamed print_lthms to print_facts, do not insist on proof state;
Thu, 12 Oct 2006 22:57:29 +0200 wenzelm print_evaluated_term: Toplevel.context_of;
Thu, 12 Oct 2006 22:57:24 +0200 wenzelm replaced attributes_update by map_attributes;
Thu, 12 Oct 2006 22:57:20 +0200 wenzelm Toplevel.local_theory_to_proof: proper target;
Thu, 12 Oct 2006 22:57:15 +0200 wenzelm Toplevel.local_theory: proper target;
Thu, 12 Oct 2006 22:03:33 +0200 urbanc To be consistent with "induct", I renamed "fixing" to "arbitrary".
Thu, 12 Oct 2006 15:50:43 +0200 paulson Extended combinators now disabled
Thu, 12 Oct 2006 15:50:16 +0200 paulson abstraction is now turned OFF...
Thu, 12 Oct 2006 15:48:13 +0200 paulson Logging of theorem names to the /tmp directory now works
Thu, 12 Oct 2006 15:00:07 +0200 wenzelm cc: avoid space after options;
Thu, 12 Oct 2006 14:26:16 +0200 wenzelm set DYLD_LIBRARY_PATH (for Darwin);
Thu, 12 Oct 2006 14:14:11 +0200 wenzelm added execute/system;
Thu, 12 Oct 2006 14:07:48 +0200 wenzelm added x86-darwin;
Thu, 12 Oct 2006 08:25:04 +0200 haftmann now allowing subdirectories in Doc/
Thu, 12 Oct 2006 08:10:23 +0200 haftmann added makefile layer
Wed, 11 Oct 2006 22:59:36 +0200 wenzelm * isabelle-process: option -S (secure mode) disables some critical operations;
Wed, 11 Oct 2006 22:56:10 +0200 wenzelm increased heap size for polyml-4.9.1;
Wed, 11 Oct 2006 22:55:23 +0200 wenzelm tuned Toplevel.begin_local_theory;
Wed, 11 Oct 2006 22:55:22 +0200 wenzelm exit_local_theory: pass interactive flag;
Wed, 11 Oct 2006 22:55:21 +0200 wenzelm exit: pass interactive flag;
Wed, 11 Oct 2006 22:55:20 +0200 wenzelm added begin parser;
Wed, 11 Oct 2006 22:55:19 +0200 wenzelm is_sid: disallow 'begin' keyword as identifier;
Wed, 11 Oct 2006 22:55:18 +0200 wenzelm exit: pass interactive flag, toplevel result convention;
Wed, 11 Oct 2006 22:55:17 +0200 wenzelm add_defs: declare terms;
Wed, 11 Oct 2006 22:55:16 +0200 wenzelm 'context': demand 'begin', support local theory;
Wed, 11 Oct 2006 22:55:15 +0200 wenzelm removed 'undo_end', recovered 'cannot_undo';
Wed, 11 Oct 2006 22:55:14 +0200 wenzelm tuned signature;
Wed, 11 Oct 2006 20:35:54 +0200 haftmann minor refinements in serialization
Wed, 11 Oct 2006 14:51:41 +0200 haftmann adapted to signature change
Wed, 11 Oct 2006 14:51:25 +0200 haftmann slight type signature changes
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip