src/Pure/IsaMakefile
Sun, 05 Aug 2012 13:42:21 +0200 wenzelm prefer general Command_Line.tool wrapper (cf. Scala version);
Mon, 23 Jul 2012 22:35:10 +0200 wenzelm added ML version of stand-alone options, with XML.encode/decode operations (unidirectional from Scala to ML);
Sat, 21 Jul 2012 16:41:55 +0200 wenzelm some actual build function on ML side;
Thu, 24 May 2012 15:33:45 +0200 wenzelm simplified Poly/ML setup -- 5.3.0 is now the common base-line;
Thu, 24 May 2012 15:01:17 +0200 wenzelm discontinued support for Poly/ML 5.2.1;
Wed, 04 Apr 2012 14:19:47 +0200 wenzelm separate module for prover command execution;
Tue, 20 Mar 2012 20:00:13 +0100 wenzelm basic support for bundled declarations;
Wed, 14 Dec 2011 12:02:02 +0100 wenzelm more visible benchmarks;
Thu, 01 Dec 2011 14:29:14 +0100 wenzelm clarified modules (again) -- NB: both Document and Protocol are specific to this particular prover;
Tue, 29 Nov 2011 20:18:02 +0100 wenzelm clarified modules;
Tue, 29 Nov 2011 19:49:36 +0100 wenzelm rearranged files;
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 23 Sep 2011 17:23:54 +0200 wenzelm discontinued stream-based Socket_IO, which causes too many problems with Poly/ML and SML/NJ (reverting major parts of 5c0b0d67f9b1);
Thu, 22 Sep 2011 20:33:08 +0200 wenzelm abstract System_Channel in ML (cf. Scala version);
Wed, 21 Sep 2011 17:50:25 +0200 wenzelm slightly more general Socket_IO as part of Pure;
Sun, 04 Sep 2011 15:21:50 +0200 wenzelm moved XML/YXML to src/Pure/PIDE;
Wed, 17 Aug 2011 22:14:22 +0200 wenzelm more systematic handling of parallel exceptions;
Wed, 10 Aug 2011 20:53:43 +0200 wenzelm old term operations are legacy;
Wed, 10 Aug 2011 20:12:36 +0200 wenzelm moved old code generator to src/Tools/;
Mon, 08 Aug 2011 21:11:10 +0200 wenzelm modernized file proof_checker.ML;
Sat, 23 Jul 2011 17:22:28 +0200 wenzelm explicit structure ML_System;
Sat, 16 Jul 2011 20:52:41 +0200 wenzelm moved bash operations to Isabelle_System (cf. Scala version);
Sat, 16 Jul 2011 18:20:02 +0200 wenzelm more general bash_process, which allows to terminate background processes as well;
Wed, 13 Jul 2011 20:36:18 +0200 wenzelm sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
Tue, 12 Jul 2011 15:17:37 +0200 wenzelm discontinued obsolete Isabelle_Syntax and Parse_Value -- superseded by Outer_Syntax.quote_string and XML.Encode, Term_XML.Encode etc.;
Tue, 12 Jul 2011 10:44:30 +0200 wenzelm tuned XML modules;
Mon, 11 Jul 2011 16:48:02 +0200 wenzelm JVM method invocation service via Scala layer;
Sun, 10 Jul 2011 16:34:17 +0200 wenzelm XML data representation of lambda terms;
Sat, 30 Apr 2011 19:50:39 +0200 wenzelm railroad diagrams in LaTeX as document antiquotation;
Tue, 19 Apr 2011 20:47:02 +0200 wenzelm split Type_Infer into early and late part, after Proof_Context;
Fri, 08 Apr 2011 15:02:11 +0200 wenzelm discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Fri, 08 Apr 2011 13:31:16 +0200 wenzelm explicit structure Syntax_Trans;
Wed, 06 Apr 2011 23:04:00 +0200 wenzelm separate structure Term_Position;
Wed, 06 Apr 2011 10:59:43 +0200 wenzelm renamed Standard_Syntax to Syntax_Phases;
Tue, 05 Apr 2011 18:06:45 +0200 wenzelm separate module for standard implementation of inner syntax operations;
Tue, 05 Apr 2011 15:46:35 +0200 wenzelm moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
Sun, 27 Mar 2011 17:32:25 +0200 krauss added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
Sun, 20 Mar 2011 21:28:11 +0100 wenzelm structure Timing: covers former start_timing/end_timing and Output.timeit etc;
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;
Sat, 05 Feb 2011 18:09:57 +0100 wenzelm clarified bootstrapping of structure TimeLimit;
Fri, 17 Dec 2010 17:08:56 +0100 wenzelm renamed structure MetaSimplifier to raw_Simplifer, to emphasize its meaning;
Sat, 27 Nov 2010 16:29:53 +0100 wenzelm removed bash from ML system bootstrap, and past the Secure ML barrier;
Sat, 27 Nov 2010 15:28:00 +0100 wenzelm more explicit Isabelle_System operations;
Sat, 06 Nov 2010 17:55:32 +0100 wenzelm somewhat more uniform timing in ML vs. Scala;
Thu, 28 Oct 2010 21:59:01 +0200 wenzelm added Exn.interruptible_capture, which reraises interrupts as required by user-code (when Exn.capture is not immediately followed by Exn.release);
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;
Wed, 08 Sep 2010 13:22:24 +0200 haftmann removed ancient constdefs command
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;
Fri, 27 Aug 2010 22:09:51 +0200 wenzelm discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
Mon, 23 Aug 2010 15:11:41 +0200 wenzelm added ML toplevel pretty-printing for tables, using dummy for anything other than Poly/ML 5.3.0 (or later);
Thu, 19 Aug 2010 12:51:48 +0200 wenzelm moved Isar_Document to Pure/PIDE;
Tue, 17 Aug 2010 18:41:55 +0200 wenzelm discontinued support for Poly/ML 5.0 and 5.1 versions;
Tue, 17 Aug 2010 15:10:49 +0200 wenzelm added functor Linear_Set, based on former adhoc structures in document.ML;
Sat, 14 Aug 2010 18:43:45 +0200 wenzelm moved isar_document.ML/scala to Pure/System/ -- side-by-side with isar.ML;
Wed, 11 Aug 2010 16:02:03 +0200 haftmann more convenient split of class modules: class and class_declaration
Wed, 11 Aug 2010 14:45:38 +0200 haftmann renamed Theory_Target to the more appropriate Named_Target
Wed, 11 Aug 2010 13:39:36 +0200 wenzelm more precise and more maintainable dependencies;
Wed, 11 Aug 2010 12:50:33 +0200 wenzelm merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
Tue, 10 Aug 2010 14:06:38 +0200 haftmann split off structure Generic_Target into separate file
Tue, 10 Aug 2010 22:26:23 +0200 wenzelm type XML.body as basic data representation language;
Thu, 05 Aug 2010 14:35:35 +0200 wenzelm simplified/refined document model: collection of named nodes, without proper dependencies yet;
Fri, 21 May 2010 17:26:42 +0200 wenzelm refrain from forcing a hardwired SHELL value, cf. 1494ded298a6 but it becomes obsolete again in 549969a7f582 and follow-ups;
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;
Sat, 15 May 2010 23:32:15 +0200 wenzelm renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
Sat, 15 May 2010 23:23:45 +0200 wenzelm renamed structure ValueParse to Parse_Value;
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;
Sun, 07 Mar 2010 15:51:29 +0100 wenzelm Digesting strings according to SHA-1.
Sun, 07 Mar 2010 12:47:02 +0100 wenzelm separate structure Typedecl;
Sat, 06 Feb 2010 22:54:53 +0100 wenzelm removed ever experimental support for Moscow ML -- hardly works anymore;
Sat, 06 Feb 2010 22:01:48 +0100 wenzelm explicit representation of single-assignment variables;
Sat, 06 Feb 2010 14:50:55 +0100 wenzelm renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
Wed, 06 Jan 2010 20:00:22 +0100 wenzelm simplified build/bootstrap of Isabelle/Scala components -- avoid make;
Tue, 05 Jan 2010 18:20:18 +0100 wenzelm Basic edits on plain text.
Tue, 05 Jan 2010 16:29:31 +0100 wenzelm separate module Thy_Syntax for command span parsing;
Mon, 04 Jan 2010 18:55:32 +0100 wenzelm omit useless (?) scaladoc;
Sat, 02 Jan 2010 00:08:47 +0100 wenzelm Download URLs -- with progress monitor.
Fri, 01 Jan 2010 21:26:02 +0100 wenzelm Future values -- Scala version.
Mon, 28 Dec 2009 22:03:14 +0100 wenzelm separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
Tue, 22 Dec 2009 19:38:06 +0100 wenzelm renamed class Outer_Keyword to Outer_Syntax;
Tue, 22 Dec 2009 18:36:01 +0100 wenzelm Isabelle session manager -- most basic setup;
Tue, 22 Dec 2009 15:00:43 +0100 wenzelm Generic parsers for Isabelle/Isar outer syntax -- Scala version.
Sun, 20 Dec 2009 15:44:29 +0100 wenzelm more Scala sources;
Sat, 19 Dec 2009 16:02:26 +0100 wenzelm added basic library -- Scala version;
Fri, 18 Dec 2009 11:28:24 +0100 wenzelm removed junk (cf. f49d45afa634);
Thu, 17 Dec 2009 23:44:15 +0100 wenzelm Result.cache;
Fri, 04 Dec 2009 22:51:59 +0100 wenzelm Basic HTML output.
Mon, 09 Nov 2009 21:30:54 +0100 wenzelm setup for official Poly/ML 5.3.0, which is now the default;
Sun, 01 Nov 2009 21:42:27 +0100 wenzelm Rules that characterize functional/relational specifications.
Thu, 01 Oct 2009 22:39:06 +0200 wenzelm Concurrently cached values.
Thu, 01 Oct 2009 18:21:11 +0200 wenzelm more official status of sequential implementations;
Thu, 01 Oct 2009 18:10:41 +0200 wenzelm separate concurrent/sequential versions of lazy evaluation;
Tue, 29 Sep 2009 11:48:32 +0200 wenzelm Raw ML references as unsynchronized state variables.
Mon, 28 Sep 2009 23:51:13 +0200 wenzelm Dummy version of state variables -- plain refs for sequential access.
Mon, 07 Sep 2009 22:12:16 +0200 wenzelm modernized Event_Bus -- based on actors;
Tue, 01 Sep 2009 21:40:10 +0200 wenzelm removed old Isar document model;
Tue, 01 Sep 2009 11:52:19 +0200 wenzelm added linear_set.scala from http://isabelle.in.tum.de/repos/isabelle-jedit/rev/d567692f9717
Sat, 29 Aug 2009 10:50:04 +0200 wenzelm moved Pure/Tools/isabelle_syntax.scala to Pure/System/isabelle_syntax.scala;
Sat, 25 Jul 2009 10:31:27 +0200 wenzelm renamed structure Display_Goal to Goal_Display;
Fri, 24 Jul 2009 12:00:02 +0200 wenzelm renamed Pure/tctical.ML to Pure/tactical.ML;
Mon, 20 Jul 2009 21:20:09 +0200 wenzelm moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
Thu, 16 Jul 2009 16:24:49 +0200 wenzelm Support for copy-avoiding functions on pure values, at the cost of readability.
Sat, 04 Jul 2009 23:25:28 +0200 wenzelm renamed Delay to Swing_Thread.delay (action is executed within AWT thread!);
Sat, 04 Jul 2009 22:22:34 +0200 wenzelm Delayed action.
Tue, 30 Jun 2009 21:19:32 +0200 wenzelm renamed Swing to Swing_Thread, to avoid overlap with scala.swing.Swing;
Sun, 28 Jun 2009 22:51:29 +0200 wenzelm more precise dependencies for "jars";
Sun, 28 Jun 2009 17:55:44 +0200 wenzelm clarified "jars" target;
Sun, 28 Jun 2009 17:42:22 +0200 wenzelm produce self-contained isabelle-scala.jar;
Sun, 28 Jun 2009 16:01:52 +0200 wenzelm minimal GUI_Setup, which is the main class of Pure.jar;
Sun, 28 Jun 2009 14:27:42 +0200 wenzelm moved platform identification to platform.scala;
Tue, 23 Jun 2009 17:43:23 +0200 wenzelm Completion of symbols and keywords.
Thu, 18 Jun 2009 15:02:53 +0200 wenzelm jar: jvmpath wrapper (requires bash);
Wed, 17 Jun 2009 17:06:07 +0200 wenzelm more detailed start_timing/end_timing (in timing.ML);
Tue, 16 Jun 2009 15:25:32 +0200 wenzelm Efficient scanning of literals.
Mon, 08 Jun 2009 00:20:43 +0200 wenzelm Accessing the Cygwin installation.
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);
Thu, 04 Jun 2009 19:15:54 +0200 wenzelm less experimental polyml-5.3;
Thu, 04 Jun 2009 18:00:47 +0200 wenzelm just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
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);
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm moved local ML environment to separate module ML_Env;
Sun, 31 May 2009 15:03:34 +0200 wenzelm renamed polyml_pp.ML to pp_polyml.ML;
Sun, 31 May 2009 14:51:21 +0200 wenzelm more modular setup of runtime compilation;
Sun, 31 May 2009 14:15:07 +0200 wenzelm discontinued support for Poly/ML 4.x versions;
Thu, 14 May 2009 15:09:48 +0200 haftmann merged module code_unit.ML into code.ML
Sat, 25 Apr 2009 21:28:04 +0200 wenzelm misc cleanup of auto_solve and quickcheck:
Fri, 24 Apr 2009 17:45:17 +0200 haftmann observe distinction between Pure/Tools and Tools more closely
Mon, 23 Mar 2009 21:40:11 +0100 wenzelm more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
Sun, 22 Mar 2009 19:11:00 +0100 wenzelm ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
Sat, 21 Mar 2009 20:38:49 +0100 wenzelm extra toplevel pretty-printing for Poly/ML; experimental version for Poly/ML 5.3;
Sat, 21 Mar 2009 20:00:23 +0100 wenzelm added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
Sat, 21 Mar 2009 15:08:00 +0100 wenzelm added generic ML_Pretty interface;
Thu, 19 Mar 2009 15:22:53 +0100 wenzelm moved Isar/antiquote.ML to General/antiquote.ML, which is loaded early;
Tue, 17 Mar 2009 14:12:06 +0100 wenzelm turned structure NetRules into general Item_Net, which is loaded earlier;
Sun, 08 Mar 2009 16:53:38 +0100 wenzelm added General/long_name.ML;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Sun, 01 Mar 2009 16:48:06 +0100 wenzelm discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
Sat, 28 Feb 2009 20:29:20 +0100 wenzelm more accurate deps;
Sat, 28 Feb 2009 18:25:19 +0100 wenzelm moved isabelle_system.scala to src/Pure/System/;
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);
Fri, 27 Feb 2009 15:46:22 +0100 wenzelm moved find_theorems.ML and find_consts.ML to Pure/Tools, collecting main implementation in one place each;
Fri, 27 Feb 2009 12:28:28 +0100 wenzelm added ML-Systems/polyml-experimental.ML;
Fri, 13 Feb 2009 07:53:38 +1100 kleing New command find_consts searching for constants by type (by Timothy Bourke).
Wed, 11 Feb 2009 16:03:10 +1100 kleing Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
Wed, 21 Jan 2009 16:47:03 +0100 haftmann wrecked old locale package and related modules
Sun, 18 Jan 2009 20:06:51 +0100 wenzelm Scala wrapper for interactive Isar documents;
Tue, 13 Jan 2009 13:47:35 +0100 wenzelm added Isar/isar_document.ML: Interactive Isar documents.
Sun, 11 Jan 2009 20:40:09 +0100 wenzelm added outer_keyword.scala: Isar command keyword classification;
Mon, 05 Jan 2009 15:55:04 +0100 haftmann locale -> old_locale, new_locale -> locale
Mon, 05 Jan 2009 15:36:24 +0100 haftmann rearranged target theories
Sat, 03 Jan 2009 08:39:54 +0100 haftmann merged
Sat, 03 Jan 2009 08:36:20 +0100 haftmann added binding.ML
Fri, 02 Jan 2009 16:21:47 +0100 wenzelm renamed ThyEdit (in thy_edit.ML) to ThySyntax (in thy_syntax.ML);
Fri, 02 Jan 2009 15:44:32 +0100 wenzelm added Isar/value_parse.ML: Outer syntax parsers for basic ML values.
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;
Tue, 30 Dec 2008 11:10:01 +0100 ballarin Merged.
Wed, 10 Dec 2008 17:18:12 +0100 ballarin Missing dependency
Mon, 29 Dec 2008 20:06:31 +0100 wenzelm Swing utilities.
Mon, 29 Dec 2008 13:57:37 +0100 wenzelm Generic event bus.
Tue, 16 Dec 2008 12:13:53 +0100 wenzelm removed old scheduler;
Mon, 15 Dec 2008 09:58:45 +0100 haftmann moved value.ML to src/Tools
Wed, 03 Dec 2008 15:58:44 +0100 haftmann made repository layout more coherent with logical distribution structure; stripped some $Id$s
Fri, 14 Nov 2008 16:49:52 +0100 ballarin Initial part of locale reimplementation.
Mon, 27 Oct 2008 16:23:54 +0100 ballarin New-style locale expressions with instantiation (new file expression.ML).
Thu, 23 Oct 2008 14:22:16 +0200 wenzelm renamed structure Susp to Lazy, and Susp.delay to Lazy.lazy;
Thu, 16 Oct 2008 23:56:57 +0200 wenzelm added dep for Concurrent/ROOT.ML;
Mon, 13 Oct 2008 15:48:36 +0200 wenzelm added Concurrent/synchronized.ML;
Thu, 09 Oct 2008 21:34:05 +0200 wenzelm extra Poly/ML toplevel pretty printing in ML-Systems/install_pp_polyml.ML;
Thu, 09 Oct 2008 20:53:12 +0200 wenzelm added Concurrent/par_list_dummy.ML;
Sat, 04 Oct 2008 16:05:09 +0200 wenzelm replaced ISATOOL by ISABELLE_TOOL;
Sat, 04 Oct 2008 14:29:40 +0200 wenzelm added Thy/thy_header.scala;
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;
Fri, 19 Sep 2008 21:00:46 +0200 wenzelm added Isar/isar.scala;
Thu, 18 Sep 2008 22:30:17 +0200 wenzelm jar: include sources;
Thu, 18 Sep 2008 14:06:56 +0200 wenzelm added deriv.ML: Abstract derivations based on raw proof terms.
Wed, 17 Sep 2008 21:27:20 +0200 wenzelm added ML-Systems/ml_name_space.ML;
Tue, 16 Sep 2008 16:13:31 +0200 haftmann added quickcheck stub
Tue, 16 Sep 2008 15:37:30 +0200 wenzelm added Concurrent/simple_thread.ML;
Tue, 16 Sep 2008 09:21:22 +0200 haftmann generic value command
Thu, 11 Sep 2008 13:23:57 +0200 wenzelm added Concurrent/par_list.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;
Sun, 07 Sep 2008 17:46:37 +0200 wenzelm added ML-Systems/thread_dummy.ML;
Thu, 04 Sep 2008 19:47:13 +0200 wenzelm fixed deps: no Concurrent/receiver.ML yet;
Thu, 04 Sep 2008 19:45:12 +0200 wenzelm added Concurrent/mailbox.ML;
Thu, 04 Sep 2008 16:43:50 +0200 wenzelm added General/queue.ML;
Thu, 04 Sep 2008 16:03:41 +0200 wenzelm added Concurrent/schedule.ML;
Thu, 28 Aug 2008 00:33:04 +0200 wenzelm removed obsolete ProofGeneral/pgml_isabelle.ML;
Wed, 27 Aug 2008 11:49:14 +0200 wenzelm added General/properties.ML;
Tue, 26 Aug 2008 12:20:52 +0200 wenzelm purge classes after compilation;
Sat, 23 Aug 2008 23:07:34 +0200 wenzelm added General/position.scala;
Sat, 23 Aug 2008 19:42:11 +0200 wenzelm added General/markup.scala;
Sat, 23 Aug 2008 17:22:51 +0200 wenzelm added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
Sun, 17 Aug 2008 21:11:04 +0200 wenzelm added General/xml.scala, General/yxml.scala;
Sat, 16 Aug 2008 23:28:38 +0200 wenzelm jar: invoke scaladoc;
Sat, 16 Aug 2008 21:23:01 +0200 wenzelm jar target: removed jvmpath -- does not work on Linux!?
Sat, 16 Aug 2008 16:43:03 +0200 wenzelm jar target: jvmpath;
Sat, 16 Aug 2008 15:57:05 +0200 wenzelm added Tools/isabelle_system.scala;
Fri, 15 Aug 2008 21:56:07 +0200 wenzelm basic setup for Scala material;
Thu, 07 Aug 2008 13:44:33 +0200 wenzelm added General/symbol_pos.ML;
Mon, 14 Jul 2008 19:57:14 +0200 wenzelm removed obsolete Pure/General/history.ML;
Mon, 14 Jul 2008 11:19:36 +0200 wenzelm removed Isar/proof_history.ML;
Sat, 28 Jun 2008 22:52:03 +0200 wenzelm added ML/ml_thms.ML;
Tue, 24 Jun 2008 19:43:15 +0200 wenzelm added ML/ml_antiquote.ML;
Sat, 14 Jun 2008 17:26:12 +0200 wenzelm removed experimental Poplog/PML support;
Sun, 18 May 2008 17:03:20 +0200 wenzelm eliminated theory CPure;
Sat, 12 Apr 2008 17:00:42 +0200 wenzelm removed obsolete compress.ML
Thu, 10 Apr 2008 13:24:11 +0200 wenzelm added Isar/isar.ML;
Thu, 03 Apr 2008 16:03:54 +0200 wenzelm added Pure/General/yxml.ML;
Wed, 26 Mar 2008 22:41:58 +0100 wenzelm removed obsolete Thy/thm_database.ML (cf. ML/ml_context.ML);
Mon, 24 Mar 2008 18:44:21 +0100 wenzelm removed junk;
Mon, 24 Mar 2008 18:35:40 +0100 wenzelm added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
Sat, 15 Mar 2008 18:08:00 +0100 wenzelm removed obsolete fact_index.ML;
Fri, 07 Mar 2008 13:53:06 +0100 haftmann added hithero missing overloading.ML
Thu, 06 Mar 2008 20:46:41 +0100 wenzelm proper dependency on ML-Systems/mosml.ML;
Thu, 06 Mar 2008 20:17:49 +0100 wenzelm added ML-Systems/system_shell.ML;
Thu, 06 Mar 2008 19:21:25 +0100 wenzelm cleaned-up ML-Systems;
Tue, 19 Feb 2008 20:34:29 +0100 wenzelm removed General/system_process.ML (back to multithreaded version);
Sat, 16 Feb 2008 16:43:53 +0100 wenzelm added General/system_process.ML;
Thu, 24 Jan 2008 23:51:11 +0100 wenzelm removed obsolete context_position.ML (superseded by Position.thread_data);
Thu, 20 Dec 2007 21:11:58 +0100 wenzelm added ML-Systems/universal.ML;
Thu, 20 Dec 2007 14:33:40 +0100 wenzelm moved Pure/General/random_word.ML to Tools/random_word.ML;
Wed, 19 Dec 2007 23:06:14 +0100 wenzelm added General/random_word.ML;
Tue, 04 Dec 2007 22:49:26 +0100 wenzelm added Tools/isabelle_process.ML;
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
Sun, 04 Nov 2007 17:12:14 +0100 wenzelm removed obsolete ProofGeneral/parsing.ML;
Sun, 04 Nov 2007 16:43:28 +0100 wenzelm added ProofGeneral/pgml_isabelle.ML;
Mon, 08 Oct 2007 22:03:21 +0200 haftmann added proper subclass concept; improved class target
Sat, 06 Oct 2007 22:07:18 +0200 wenzelm added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
Thu, 04 Oct 2007 14:42:47 +0200 wenzelm moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
Mon, 24 Sep 2007 13:52:51 +0200 wenzelm renamed ML-Systems/multithreading_dummy.ML to ML-Systems/multithreading.ML;
Thu, 20 Sep 2007 20:56:32 +0200 wenzelm added interpretation.ML;
Tue, 18 Sep 2007 18:05:34 +0200 wenzelm moved Tools/integer.ML to Pure/General/integer.ML;
Sun, 16 Sep 2007 14:59:10 +0200 wenzelm added ML/ml_parse.ML;
Sat, 15 Sep 2007 19:29:29 +0200 haftmann added rudimentary instantiation stub
Sat, 15 Sep 2007 19:25:32 +0200 wenzelm added ML/ml_lex.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.
less more (0) -240 tip