src/Pure/ROOT.ML
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm slightly later setup of ML and secure operations;
Wed, 01 Apr 2009 11:53:05 +0200 wenzelm tuned comments;
Sun, 22 Mar 2009 19:11:00 +0100 wenzelm ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
Tue, 17 Mar 2009 14:12:06 +0100 wenzelm turned structure NetRules into general Item_Net, which is loaded earlier;
Sat, 28 Feb 2009 18:00:20 +0100 wenzelm moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
Wed, 31 Dec 2008 15:30:10 +0100 wenzelm moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
Wed, 31 Dec 2008 00:01:51 +0100 wenzelm added old_term.ML;
Mon, 15 Dec 2008 09:58:45 +0100 haftmann moved value.ML to src/Tools
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Wed, 03 Dec 2008 15:58:44 +0100 haftmann made repository layout more coherent with logical distribution structure; stripped some $Id$s
Mon, 29 Sep 2008 14:41:22 +0200 wenzelm added context_position.ML;
Mon, 22 Sep 2008 15:26:11 +0200 wenzelm removed deriv.ML which is now incorporated into thm.ML;
Thu, 18 Sep 2008 14:06:56 +0200 wenzelm added deriv.ML: Abstract derivations based on raw proof terms.
Thu, 11 Sep 2008 13:24:19 +0200 wenzelm separate Concurrent/ROOT.ML;
Mon, 08 Sep 2008 16:08:13 +0200 wenzelm added Concurrent/task_queue.ML;
Sun, 07 Sep 2008 22:19:31 +0200 wenzelm added Concurrent/future.ML;
Thu, 04 Sep 2008 19:45:12 +0200 wenzelm added Concurrent/mailbox.ML;
Thu, 04 Sep 2008 16:03:41 +0200 wenzelm added Concurrent/schedule.ML;
Thu, 17 Jul 2008 20:15:14 +0200 wenzelm structure Distribution: swapped default for is_official;
Fri, 11 Jul 2008 09:02:29 +0200 haftmann tuned order
Wed, 18 Jun 2008 22:32:01 +0200 wenzelm load type_infer.ML after Syntax module;
Wed, 18 Jun 2008 18:55:02 +0200 wenzelm load proof term operations later;
Sat, 12 Apr 2008 17:00:42 +0200 wenzelm removed obsolete compress.ML
Sat, 15 Mar 2008 18:08:00 +0100 wenzelm removed obsolete fact_index.ML;
Mon, 25 Feb 2008 17:27:38 +0100 wenzelm tuned structure Distribution;
Thu, 21 Feb 2008 21:31:52 +0100 wenzelm more elaborate structure Distribution (filled-in by makedist);
Thu, 24 Jan 2008 23:51:11 +0100 wenzelm removed obsolete context_position.ML (superseded by Position.thread_data);
Mon, 31 Dec 2007 19:36:29 +0100 wenzelm removed obsolete banner;
Wed, 28 Nov 2007 16:44:22 +0100 wenzelm removed typedecl.ML (cf. object_logic.ML);
Fri, 23 Nov 2007 21:09:30 +0100 haftmann separated typedecl module, providing typedecl command with interpretation
Thu, 11 Oct 2007 16:05:33 +0200 wenzelm load axclass.ML before Isar;
Thu, 04 Oct 2007 16:59:29 +0200 wenzelm load variable.ML before conv.ML;
Thu, 20 Sep 2007 20:56:32 +0200 wenzelm added interpretation.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;
less more (0) -100 -60 tip