src/Pure/IsaMakefile
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.
less more (0) -300 -100 -60 tip