src/Pure/ROOT.ML
Mon, 09 Nov 2009 21:30:54 +0100 setup for official Poly/ML 5.3.0, which is now the default;
Sun, 01 Nov 2009 21:42:27 +0100 Rules that characterize functional/relational specifications.
Thu, 01 Oct 2009 22:39:06 +0200 Concurrently cached values.
Thu, 01 Oct 2009 18:21:11 +0200 more official status of sequential implementations;
Thu, 01 Oct 2009 18:10:41 +0200 separate concurrent/sequential versions of lazy evaluation;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Mon, 28 Sep 2009 23:51:13 +0200 Dummy version of state variables -- plain refs for sequential access.
Tue, 11 Aug 2009 15:53:13 +0200 clarified situation about unidentified repository versions -- in a distributed setting there is not "the" repository;
Sat, 25 Jul 2009 10:31:27 +0200 renamed structure Display_Goal to Goal_Display;
Fri, 24 Jul 2009 12:00:02 +0200 renamed Pure/tctical.ML to Pure/tactical.ML;
Mon, 20 Jul 2009 21:20:09 +0200 moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
Thu, 16 Jul 2009 16:24:49 +0200 Support for copy-avoiding functions on pure values, at the cost of readability.
Sat, 06 Jun 2009 21:11:22 +0200 moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
Thu, 04 Jun 2009 18:00:47 +0200 just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
Tue, 02 Jun 2009 13:15:16 +0200 early setup of secure operations (again, cf. deddd77112b7) -- NB: fix_ints is required for bootstrap;
Mon, 01 Jun 2009 23:28:06 +0200 added structure ML_Compiler: runtime compilation, with advanced version for Poly/ML 5.3 (formerly ML_Test);
Mon, 01 Jun 2009 15:26:00 +0200 slightly later setup of ML and secure operations;
Wed, 01 Apr 2009 11:53:05 +0200 tuned comments;
Sun, 22 Mar 2009 19:11:00 +0100 ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
Tue, 17 Mar 2009 14:12:06 +0100 turned structure NetRules into general Item_Net, which is loaded earlier;
Sat, 28 Feb 2009 18:00:20 +0100 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 moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
Wed, 31 Dec 2008 00:01:51 +0100 added old_term.ML;
Mon, 15 Dec 2008 09:58:45 +0100 moved value.ML to src/Tools
Thu, 04 Dec 2008 14:43:33 +0100 cleaned up binding module and related code
Wed, 03 Dec 2008 15:58:44 +0100 made repository layout more coherent with logical distribution structure; stripped some $Id$s
Mon, 29 Sep 2008 14:41:22 +0200 added context_position.ML;
Mon, 22 Sep 2008 15:26:11 +0200 removed deriv.ML which is now incorporated into thm.ML;
Thu, 18 Sep 2008 14:06:56 +0200 added deriv.ML: Abstract derivations based on raw proof terms.
Thu, 11 Sep 2008 13:24:19 +0200 separate Concurrent/ROOT.ML;
Mon, 08 Sep 2008 16:08:13 +0200 added Concurrent/task_queue.ML;
Sun, 07 Sep 2008 22:19:31 +0200 added Concurrent/future.ML;
Thu, 04 Sep 2008 19:45:12 +0200 added Concurrent/mailbox.ML;
Thu, 04 Sep 2008 16:03:41 +0200 added Concurrent/schedule.ML;
Thu, 17 Jul 2008 20:15:14 +0200 structure Distribution: swapped default for is_official;
Fri, 11 Jul 2008 09:02:29 +0200 tuned order
Wed, 18 Jun 2008 22:32:01 +0200 load type_infer.ML after Syntax module;
Wed, 18 Jun 2008 18:55:02 +0200 load proof term operations later;
Sat, 12 Apr 2008 17:00:42 +0200 removed obsolete compress.ML
Sat, 15 Mar 2008 18:08:00 +0100 removed obsolete fact_index.ML;
Mon, 25 Feb 2008 17:27:38 +0100 tuned structure Distribution;
Thu, 21 Feb 2008 21:31:52 +0100 more elaborate structure Distribution (filled-in by makedist);
Thu, 24 Jan 2008 23:51:11 +0100 removed obsolete context_position.ML (superseded by Position.thread_data);
Mon, 31 Dec 2007 19:36:29 +0100 removed obsolete banner;
Wed, 28 Nov 2007 16:44:22 +0100 removed typedecl.ML (cf. object_logic.ML);
Fri, 23 Nov 2007 21:09:30 +0100 separated typedecl module, providing typedecl command with interpretation
Thu, 11 Oct 2007 16:05:33 +0200 load axclass.ML before Isar;
Thu, 04 Oct 2007 16:59:29 +0200 load variable.ML before conv.ML;
Thu, 20 Sep 2007 20:56:32 +0200 added interpretation.ML;
Fri, 14 Sep 2007 17:02:34 +0200 moved ML_XXX.ML files to Pure/ML;
Tue, 28 Aug 2007 18:07:25 +0200 codegen.ML is now loaded in Pure again.
Tue, 14 Aug 2007 23:22:53 +0200 tuned order;
Tue, 14 Aug 2007 13:20:15 +0200 use logic.ML earlier;
Mon, 13 Aug 2007 00:17:54 +0200 added Syntax/simple_syntax.ML;
Wed, 01 Aug 2007 16:55:41 +0200 renamed config_option.ML to config.ML;
Sat, 28 Jul 2007 22:00:58 +0200 use config_option.ML after sign.ML;
Fri, 27 Jul 2007 21:55:17 +0200 renamed config.ML to config_option.ML;
Wed, 25 Jul 2007 22:20:48 +0200 added config.ML;
Tue, 17 Jul 2007 13:19:20 +0200 simplified loading of ML files -- no static forward references;
Tue, 10 Jul 2007 16:44:58 +0200 use position.ML earlier;