src/Pure/ROOT.ML
Fri, 14 Sep 2007 17:02:34 +0200 wenzelm moved ML_XXX.ML files to Pure/ML;
Tue, 28 Aug 2007 18:07:25 +0200 berghofe codegen.ML is now loaded in Pure again.
Tue, 14 Aug 2007 23:22:53 +0200 wenzelm tuned order;
Tue, 14 Aug 2007 13:20:15 +0200 wenzelm use logic.ML earlier;
Mon, 13 Aug 2007 00:17:54 +0200 wenzelm added Syntax/simple_syntax.ML;
Wed, 01 Aug 2007 16:55:41 +0200 wenzelm renamed config_option.ML to config.ML;
Sat, 28 Jul 2007 22:00:58 +0200 wenzelm use config_option.ML after sign.ML;
Fri, 27 Jul 2007 21:55:17 +0200 wenzelm renamed config.ML to config_option.ML;
Wed, 25 Jul 2007 22:20:48 +0200 wenzelm added config.ML;
Tue, 17 Jul 2007 13:19:20 +0200 wenzelm simplified loading of ML files -- no static forward references;
Tue, 10 Jul 2007 16:44:58 +0200 wenzelm use position.ML earlier;
Mon, 09 Jul 2007 23:12:31 +0200 wenzelm use position.ML after pretty.ML;
Wed, 13 Jun 2007 00:01:56 +0200 wenzelm added context_position.ML;
Thu, 10 May 2007 00:39:50 +0200 wenzelm added conv.ML;
Thu, 26 Apr 2007 12:00:05 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Sun, 15 Apr 2007 14:31:52 +0200 wenzelm load type_infer.ML early;
Sat, 14 Apr 2007 17:36:06 +0200 wenzelm removed Pure/Syntax/ROOT.ML;
Wed, 04 Apr 2007 00:13:13 +0200 wenzelm added print_mode (generic non-sense);
Mon, 26 Feb 2007 23:18:26 +0100 wenzelm added more_thm.ML;
Sun, 04 Feb 2007 22:02:13 +0100 wenzelm load morphism.ML later;
Fri, 19 Jan 2007 22:08:16 +0100 wenzelm tuned order;
Fri, 29 Dec 2006 18:46:01 +0100 wenzelm removed obsolete proof_general.ML;
Fri, 29 Dec 2006 16:47:49 +0100 aspinall Enable new Proof General code again after SML/NJ compatibility fixes by Florian.
Thu, 21 Dec 2006 08:42:53 +0100 aspinall Disable new Proof General code until SML/NJ compile fixed.
Wed, 20 Dec 2006 18:38:27 +0100 aspinall Use new Proof General code by default [see comment for reverting]
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Thu, 07 Dec 2006 23:16:55 +0100 wenzelm reorganized structure Tactic vs. MetaSimplifier;
Thu, 07 Dec 2006 00:42:04 +0100 wenzelm reorganized structure Goal vs. Tactic;
Mon, 04 Dec 2006 21:41:47 +0100 aspinall Build instructions for new Proof General module [not yet activated]
Thu, 23 Nov 2006 00:51:54 +0100 wenzelm added morphism.ML, General/ml_syntax.ML;
Thu, 16 Nov 2006 01:07:39 +0100 wenzelm added General/basics.ML;
Tue, 12 Sep 2006 12:12:33 +0200 wenzelm added Pure/term_subst.ML;
Thu, 27 Jul 2006 13:43:03 +0200 wenzelm added Pure/assumption.ML;
Wed, 26 Jul 2006 00:44:44 +0200 wenzelm added Pure/subgoal.ML;
Tue, 11 Jul 2006 12:17:00 +0200 wenzelm added name.ML;
Thu, 15 Jun 2006 23:08:56 +0200 wenzelm added variable.ML;
Sun, 11 Jun 2006 00:38:45 +0200 dixon removed IsaPlannner things from Pure. Moved to Provers.
Mon, 08 May 2006 17:40:05 +0200 wenzelm tuned;
Thu, 13 Apr 2006 12:00:54 +0200 wenzelm added conjunction.ML;
Sun, 09 Apr 2006 18:51:16 +0200 wenzelm moved theory presentation to Isar/ROOT.ML;
Sat, 11 Mar 2006 16:53:14 +0100 wenzelm use axclass.ML earlier (in Isar/ROOT.ML);
Fri, 10 Feb 2006 02:22:23 +0100 wenzelm use proof_general.ML: setmp quick_and_dirty captures default value;
Mon, 06 Feb 2006 20:59:01 +0100 wenzelm load envir.ML and logic.ML early;
Tue, 31 Jan 2006 18:19:25 +0100 wenzelm tuned comments;
Sun, 29 Jan 2006 19:23:44 +0100 wenzelm CPure: Context.add_setup;
Mon, 14 Nov 2005 15:23:33 +0100 haftmann added modules for code generator generation two, not operational yet
Wed, 02 Nov 2005 14:46:54 +0100 wenzelm added consts.ML;
Fri, 21 Oct 2005 18:14:43 +0200 wenzelm added goal.ML;
Wed, 19 Oct 2005 21:52:40 +0200 wenzelm removed obsolete Thy/thy_parse.ML, Thy/thy_scan.ML, Thy/thy_syn.ML;
Sat, 17 Sep 2005 19:17:33 +0200 wenzelm added quick_and_dirty (from Isar/skip_proofs.ML);
Sat, 17 Sep 2005 18:11:27 +0200 wenzelm removed obsolete BasisLibrary;
Mon, 01 Aug 2005 19:20:34 +0200 wenzelm added compress.ML;
Thu, 14 Jul 2005 19:28:24 +0200 wenzelm tuned;
Tue, 12 Jul 2005 19:29:52 +0200 obua - introduce Pure/Tools directory
Fri, 17 Jun 2005 18:33:20 +0200 wenzelm removed Pure/theory_data.ML;
Sun, 29 May 2005 12:39:12 +0200 obua Implement cycle-free overloading, so that definitions cannot harm consistency any more (except of course via interaction with axioms).
Sat, 23 Apr 2005 19:49:49 +0200 wenzelm added content of Pure/Thy/ROOT.ML, Pure/Proof/ROOT.ML;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Thu, 10 Mar 2005 09:11:57 +0100 ballarin Debugging code (error_depth) removed.
Wed, 09 Mar 2005 18:44:52 +0100 ballarin First version of global registration command.
less more (0) -100 -60 tip