Tue, 08 Feb 2011 17:36:21 +0100 |
wenzelm |
discontinued support for Poly/ML 5.2, which was the last version without proper multithreading and TimeLimit implementation;
|
file |
diff |
annotate
|
Sat, 05 Feb 2011 18:09:57 +0100 |
wenzelm |
clarified bootstrapping of structure TimeLimit;
|
file |
diff |
annotate
|
Fri, 17 Dec 2010 17:08:56 +0100 |
wenzelm |
renamed structure MetaSimplifier to raw_Simplifer, to emphasize its meaning;
|
file |
diff |
annotate
|
Sat, 27 Nov 2010 16:29:53 +0100 |
wenzelm |
removed bash from ML system bootstrap, and past the Secure ML barrier;
|
file |
diff |
annotate
|
Sat, 27 Nov 2010 15:28:00 +0100 |
wenzelm |
more explicit Isabelle_System operations;
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 16:05:25 +0200 |
wenzelm |
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
|
file |
diff |
annotate
|
Fri, 17 Sep 2010 20:42:26 +0200 |
wenzelm |
simplified some internal flags using Config.T instead of full-blown Proof_Data;
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 20:47:47 +0200 |
wenzelm |
load type_infer.ML later -- proper context for Type_Infer.infer_types;
|
file |
diff |
annotate
|
Wed, 08 Sep 2010 13:22:24 +0200 |
haftmann |
removed ancient constdefs command
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 23:03:31 +0200 |
wenzelm |
eliminated obsolete old-style goal stack package, which was considered the main Isabelle user interface at some point;
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 15:09:20 +0200 |
wenzelm |
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
|
file |
diff |
annotate
|
Mon, 23 Aug 2010 12:06:47 +0200 |
wenzelm |
recognize more "smlnj" variants;
|
file |
diff |
annotate
|
Thu, 19 Aug 2010 12:51:48 +0200 |
wenzelm |
moved Isar_Document to Pure/PIDE;
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 18:41:55 +0200 |
wenzelm |
discontinued support for Poly/ML 5.0 and 5.1 versions;
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 15:10:49 +0200 |
wenzelm |
added functor Linear_Set, based on former adhoc structures in document.ML;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 18:41:23 +0200 |
wenzelm |
more explicit / functional ML version of document model;
|
file |
diff |
annotate
|
Sat, 14 Aug 2010 18:43:45 +0200 |
wenzelm |
moved isar_document.ML/scala to Pure/System/ -- side-by-side with isar.ML;
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 16:02:03 +0200 |
haftmann |
more convenient split of class modules: class and class_declaration
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 14:45:38 +0200 |
haftmann |
renamed Theory_Target to the more appropriate Named_Target
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 13:31:29 +0200 |
haftmann |
merged
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 12:24:24 +0200 |
haftmann |
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 12:50:33 +0200 |
wenzelm |
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 14:06:38 +0200 |
haftmann |
split off structure Generic_Target into separate file
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 00:46:07 +0200 |
wenzelm |
Isar_Document command input via native Isabelle_Process commands, using YXML and XML_Data representation;
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 22:26:23 +0200 |
wenzelm |
type XML.body as basic data representation language;
|
file |
diff |
annotate
|
Thu, 05 Aug 2010 14:35:35 +0200 |
wenzelm |
simplified/refined document model: collection of named nodes, without proper dependencies yet;
|
file |
diff |
annotate
|
Sat, 24 Jul 2010 12:14:53 +0200 |
wenzelm |
moved management of auxiliary theory source files to Thy_Load -- as theory data instead of accidental loader state;
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 22:07:36 +0200 |
wenzelm |
removed legacy aliases;
|
file |
diff |
annotate
|
Tue, 01 Jun 2010 13:32:05 +0200 |
wenzelm |
uniform ML environment setup for Isar and PG;
|
file |
diff |
annotate
|
Tue, 01 Jun 2010 11:37:24 +0200 |
wenzelm |
keep structure ThyLoad for the sake of Proof General;
|
file |
diff |
annotate
|
Mon, 31 May 2010 21:06:57 +0200 |
wenzelm |
modernized some structure names, keeping a few legacy aliases;
|
file |
diff |
annotate
|
Thu, 27 May 2010 18:10:37 +0200 |
wenzelm |
renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
|
file |
diff |
annotate
|
Thu, 27 May 2010 17:41:27 +0200 |
wenzelm |
renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
|
file |
diff |
annotate
|
Tue, 18 May 2010 00:01:03 +0200 |
wenzelm |
do not open Legacy by default;
|
file |
diff |
annotate
|
Mon, 17 May 2010 15:11:25 +0200 |
wenzelm |
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
|
file |
diff |
annotate
|
Mon, 17 May 2010 10:20:55 +0200 |
wenzelm |
centralized legacy aliases;
|
file |
diff |
annotate
|
Sat, 15 May 2010 23:32:15 +0200 |
wenzelm |
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
|
file |
diff |
annotate
|
Sat, 15 May 2010 23:23:45 +0200 |
wenzelm |
renamed structure ValueParse to Parse_Value;
|
file |
diff |
annotate
|
Sat, 15 May 2010 22:24:25 +0200 |
wenzelm |
renamed structure OuterKeyword to Keyword and OuterParse to Parse, keeping the old names as legacy aliases for some time;
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 21:55:30 +0100 |
wenzelm |
slightly more logical bootstrap order -- also helps to sort out proof terms extension;
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 14:35:02 +0100 |
wenzelm |
added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
|
file |
diff |
annotate
|
Sun, 07 Mar 2010 15:51:29 +0100 |
wenzelm |
Digesting strings according to SHA-1.
|
file |
diff |
annotate
|
Sun, 07 Mar 2010 12:47:02 +0100 |
wenzelm |
separate structure Typedecl;
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 22:01:48 +0100 |
wenzelm |
explicit representation of single-assignment variables;
|
file |
diff |
annotate
|
Mon, 09 Nov 2009 21:30:54 +0100 |
wenzelm |
setup for official Poly/ML 5.3.0, which is now the default;
|
file |
diff |
annotate
|
Sun, 01 Nov 2009 21:42:27 +0100 |
wenzelm |
Rules that characterize functional/relational specifications.
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 22:39:06 +0200 |
wenzelm |
Concurrently cached values.
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 18:21:11 +0200 |
wenzelm |
more official status of sequential implementations;
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 18:10:41 +0200 |
wenzelm |
separate concurrent/sequential versions of lazy evaluation;
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 11:49:22 +0200 |
wenzelm |
explicit indication of Unsynchronized.ref;
|
file |
diff |
annotate
|
Mon, 28 Sep 2009 23:51:13 +0200 |
wenzelm |
Dummy version of state variables -- plain refs for sequential access.
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 15:53:13 +0200 |
wenzelm |
clarified situation about unidentified repository versions -- in a distributed setting there is not "the" repository;
|
file |
diff |
annotate
|
Sat, 25 Jul 2009 10:31:27 +0200 |
wenzelm |
renamed structure Display_Goal to Goal_Display;
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 12:00:02 +0200 |
wenzelm |
renamed Pure/tctical.ML to Pure/tactical.ML;
|
file |
diff |
annotate
|
Mon, 20 Jul 2009 21:20:09 +0200 |
wenzelm |
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 16:24:49 +0200 |
wenzelm |
Support for copy-avoiding functions on pure values, at the cost of readability.
|
file |
diff |
annotate
|
Sat, 06 Jun 2009 21:11:22 +0200 |
wenzelm |
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
|
file |
diff |
annotate
|
Thu, 04 Jun 2009 18:00:47 +0200 |
wenzelm |
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
|
file |
diff |
annotate
|
Tue, 02 Jun 2009 13:15:16 +0200 |
wenzelm |
early setup of secure operations (again, cf. deddd77112b7) -- NB: fix_ints is required for bootstrap;
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 23:28:06 +0200 |
wenzelm |
added structure ML_Compiler: runtime compilation, with advanced version for Poly/ML 5.3 (formerly ML_Test);
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 15:26:00 +0200 |
wenzelm |
slightly later setup of ML and secure operations;
|
file |
diff |
annotate
|
Wed, 01 Apr 2009 11:53:05 +0200 |
wenzelm |
tuned comments;
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 19:11:00 +0100 |
wenzelm |
ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 14:12:06 +0100 |
wenzelm |
turned structure NetRules into general Item_Net, which is loaded earlier;
|
file |
diff |
annotate
|
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);
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 15:30:10 +0100 |
wenzelm |
moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 00:01:51 +0100 |
wenzelm |
added old_term.ML;
|
file |
diff |
annotate
|
Mon, 15 Dec 2008 09:58:45 +0100 |
haftmann |
moved value.ML to src/Tools
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 14:43:33 +0100 |
haftmann |
cleaned up binding module and related code
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 15:58:44 +0100 |
haftmann |
made repository layout more coherent with logical distribution structure; stripped some $Id$s
|
file |
diff |
annotate
|
Mon, 29 Sep 2008 14:41:22 +0200 |
wenzelm |
added context_position.ML;
|
file |
diff |
annotate
|
Mon, 22 Sep 2008 15:26:11 +0200 |
wenzelm |
removed deriv.ML which is now incorporated into thm.ML;
|
file |
diff |
annotate
|
Thu, 18 Sep 2008 14:06:56 +0200 |
wenzelm |
added deriv.ML: Abstract derivations based on raw proof terms.
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 13:24:19 +0200 |
wenzelm |
separate Concurrent/ROOT.ML;
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 16:08:13 +0200 |
wenzelm |
added Concurrent/task_queue.ML;
|
file |
diff |
annotate
|
Sun, 07 Sep 2008 22:19:31 +0200 |
wenzelm |
added Concurrent/future.ML;
|
file |
diff |
annotate
|
Thu, 04 Sep 2008 19:45:12 +0200 |
wenzelm |
added Concurrent/mailbox.ML;
|
file |
diff |
annotate
|
Thu, 04 Sep 2008 16:03:41 +0200 |
wenzelm |
added Concurrent/schedule.ML;
|
file |
diff |
annotate
|
Thu, 17 Jul 2008 20:15:14 +0200 |
wenzelm |
structure Distribution: swapped default for is_official;
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 09:02:29 +0200 |
haftmann |
tuned order
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 22:32:01 +0200 |
wenzelm |
load type_infer.ML after Syntax module;
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 18:55:02 +0200 |
wenzelm |
load proof term operations later;
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 17:00:42 +0200 |
wenzelm |
removed obsolete compress.ML
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 18:08:00 +0100 |
wenzelm |
removed obsolete fact_index.ML;
|
file |
diff |
annotate
|
Mon, 25 Feb 2008 17:27:38 +0100 |
wenzelm |
tuned structure Distribution;
|
file |
diff |
annotate
|
Thu, 21 Feb 2008 21:31:52 +0100 |
wenzelm |
more elaborate structure Distribution (filled-in by makedist);
|
file |
diff |
annotate
|
Thu, 24 Jan 2008 23:51:11 +0100 |
wenzelm |
removed obsolete context_position.ML (superseded by Position.thread_data);
|
file |
diff |
annotate
|
Mon, 31 Dec 2007 19:36:29 +0100 |
wenzelm |
removed obsolete banner;
|
file |
diff |
annotate
|
Wed, 28 Nov 2007 16:44:22 +0100 |
wenzelm |
removed typedecl.ML (cf. object_logic.ML);
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 21:09:30 +0100 |
haftmann |
separated typedecl module, providing typedecl command with interpretation
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:05:33 +0200 |
wenzelm |
load axclass.ML before Isar;
|
file |
diff |
annotate
|
Thu, 04 Oct 2007 16:59:29 +0200 |
wenzelm |
load variable.ML before conv.ML;
|
file |
diff |
annotate
|
Thu, 20 Sep 2007 20:56:32 +0200 |
wenzelm |
added interpretation.ML;
|
file |
diff |
annotate
|
Fri, 14 Sep 2007 17:02:34 +0200 |
wenzelm |
moved ML_XXX.ML files to Pure/ML;
|
file |
diff |
annotate
|
Tue, 28 Aug 2007 18:07:25 +0200 |
berghofe |
codegen.ML is now loaded in Pure again.
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 23:22:53 +0200 |
wenzelm |
tuned order;
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 13:20:15 +0200 |
wenzelm |
use logic.ML earlier;
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 00:17:54 +0200 |
wenzelm |
added Syntax/simple_syntax.ML;
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 16:55:41 +0200 |
wenzelm |
renamed config_option.ML to config.ML;
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 22:00:58 +0200 |
wenzelm |
use config_option.ML after sign.ML;
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 21:55:17 +0200 |
wenzelm |
renamed config.ML to config_option.ML;
|
file |
diff |
annotate
|
Wed, 25 Jul 2007 22:20:48 +0200 |
wenzelm |
added config.ML;
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 13:19:20 +0200 |
wenzelm |
simplified loading of ML files -- no static forward references;
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 16:44:58 +0200 |
wenzelm |
use position.ML earlier;
|
file |
diff |
annotate
|
Mon, 09 Jul 2007 23:12:31 +0200 |
wenzelm |
use position.ML after pretty.ML;
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 00:01:56 +0200 |
wenzelm |
added context_position.ML;
|
file |
diff |
annotate
|
Thu, 10 May 2007 00:39:50 +0200 |
wenzelm |
added conv.ML;
|
file |
diff |
annotate
|
Thu, 26 Apr 2007 12:00:05 +0200 |
wenzelm |
renamed some old names Theory.xxx to Sign.xxx;
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 14:31:52 +0200 |
wenzelm |
load type_infer.ML early;
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 17:36:06 +0200 |
wenzelm |
removed Pure/Syntax/ROOT.ML;
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 00:13:13 +0200 |
wenzelm |
added print_mode (generic non-sense);
|
file |
diff |
annotate
|
Mon, 26 Feb 2007 23:18:26 +0100 |
wenzelm |
added more_thm.ML;
|
file |
diff |
annotate
|
Sun, 04 Feb 2007 22:02:13 +0100 |
wenzelm |
load morphism.ML later;
|
file |
diff |
annotate
|
Fri, 19 Jan 2007 22:08:16 +0100 |
wenzelm |
tuned order;
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 18:46:01 +0100 |
wenzelm |
removed obsolete proof_general.ML;
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 16:47:49 +0100 |
aspinall |
Enable new Proof General code again after SML/NJ compatibility fixes by Florian.
|
file |
diff |
annotate
|
Thu, 21 Dec 2006 08:42:53 +0100 |
aspinall |
Disable new Proof General code until SML/NJ compile fixed.
|
file |
diff |
annotate
|
Wed, 20 Dec 2006 18:38:27 +0100 |
aspinall |
Use new Proof General code by default [see comment for reverting]
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 00:08:06 +0100 |
wenzelm |
avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 23:16:55 +0100 |
wenzelm |
reorganized structure Tactic vs. MetaSimplifier;
|
file |
diff |
annotate
|