src/Pure/context.ML
Wed, 06 Jul 2011 20:46:06 +0200 prefer Synchronized.var;
Thu, 30 Jun 2011 16:50:26 +0200 back to sequential merge_data, reverting 741373421318 (NB: expensive Parser.merge_gram is already asynchronous since 3daff3cc2214);
Sun, 15 May 2011 20:38:08 +0200 timing of Theory_Data operations, with implicit thread positions when functor is applied;
Mon, 18 Apr 2011 11:13:29 +0200 simplified pretty printing context, which is only required for certain kernel operations;
Sat, 16 Apr 2011 15:47:52 +0200 modernized structure Proof_Context;
Sat, 05 Feb 2011 20:38:32 +0100 more tracing information via Par_List.map_name;
Wed, 01 Sep 2010 15:33:59 +0200 replaced Table.map' by Table.map
Wed, 21 Jul 2010 15:31:38 +0200 replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;
Wed, 21 Jul 2010 14:27:05 +0200 added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);
Tue, 20 Jul 2010 14:44:33 +0200 eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Mon, 04 Jan 2010 23:20:35 +0100 discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
Mon, 04 Jan 2010 20:25:56 +0100 removed further remains of mutable theory data (cf. 25bd3ed2ac9f);
Mon, 04 Jan 2010 14:09:56 +0100 dropped copy operation for legacy TheoryDataFun
Wed, 11 Nov 2009 00:11:26 +0100 local mutex for theory content/identity operations;
Sun, 08 Nov 2009 16:27:50 +0100 modernized/simplified functor Theory_Data, Proof_Data, Generic_Data: eliminated Pretty.pp, discontinued mutable data;
Tue, 20 Oct 2009 22:46:24 +0200 tuned;
Tue, 20 Oct 2009 21:26:45 +0200 backpatching of structure Proof and ProofContext -- avoid odd aliases;
Wed, 30 Sep 2009 22:20:58 +0200 eliminated redundant bindings;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Thu, 09 Jul 2009 22:01:41 +0200 renamed functor TableFun to Table, and GraphFun to Graph;
Sat, 21 Mar 2009 20:00:23 +0100 removed obsolete pprint operations;
Tue, 06 Jan 2009 14:43:35 +0100 renamed structure ParList to Par_List;
Tue, 06 Jan 2009 14:33:49 +0100 parallelized merge_data;
Sat, 13 Dec 2008 15:35:18 +0100 tuned comments;
Sat, 13 Dec 2008 15:06:24 +0100 refined identity and ancestry: explicit draft flat, ids are unnamed, name consistency is checked for ancestry;
Thu, 11 Dec 2008 20:31:45 +0100 unified ids for ancestors and checkpoints, removed obsolete history of checkpoints;
Sat, 06 Dec 2008 00:08:07 +0100 finish_thy: to not collapse checkpoints -- allows future proofs to be deferred indefinitely (performance tradeoff: 5-15% slowdown in sequential batch jobs);
Thu, 16 Oct 2008 22:44:26 +0200 tuned;
Fri, 26 Sep 2008 19:07:56 +0200 eliminated polymorphic equality;
Mon, 22 Sep 2008 15:26:11 +0200 added reject_draft;
Thu, 04 Sep 2008 16:03:44 +0200 Thread.getLocal/setLocal;
Tue, 24 Jun 2008 19:43:17 +0200 added pprint_thy_ref;
Sun, 18 May 2008 17:03:20 +0200 eliminated theory CPure;
Wed, 14 May 2008 14:43:37 +0200 names_of: exclude intermediate ids -- less verbosity;
Thu, 10 Apr 2008 20:54:15 +0200 export is_draft, not draftN;
Sat, 29 Mar 2008 19:14:08 +0100 added map_theory_result, map_proof_result;
Fri, 28 Mar 2008 20:02:04 +0100 Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 eliminated delayed theory setup
Thu, 27 Mar 2008 14:41:14 +0100 eliminated theory ProtoPure;
Thu, 27 Mar 2008 12:06:26 +0100 nonfix >>;
Wed, 26 Mar 2008 22:40:03 +0100 added thread data (formerly global ref in ML/ml_context.ML);
Sat, 08 Sep 2007 19:58:35 +0200 removed thy_ord (erratic due to multi-threading);
Mon, 20 Aug 2007 23:41:35 +0200 tuned CRITICAL sections;
Wed, 08 Aug 2007 16:40:20 +0200 thread-safeness: when creating certified items, perform Theory.check_thy *last*;
Fri, 03 Aug 2007 16:28:20 +0200 improved check_thy: produce a checked theory_ref (thread-safe version);
Mon, 23 Jul 2007 20:47:56 +0200 marked some CRITICAL sections;
Thu, 05 Jul 2007 20:01:32 +0200 the_theory/proof: error instead of exception Fail;
Wed, 13 Jun 2007 00:01:58 +0200 merge/merge_refs: plain error instead of exception TERM;
Mon, 07 May 2007 00:50:09 +0200 simplified DataFun interfaces: removed name/print, use adhoc value for uninitialized data, init only required for impure data;
Mon, 30 Apr 2007 13:33:00 +0200 removed obsolete get_sg;
Thu, 05 Apr 2007 00:30:31 +0200 added thy_ord -- order of creation;
Wed, 04 Apr 2007 23:29:39 +0200 theory: maintain ancestors in order of creation;
Sun, 21 Jan 2007 16:46:06 +0100 *** MESSAGE REFERS TO PREVIOUS VERSION ***
Sun, 21 Jan 2007 16:43:47 +0100 tuned comments
Sat, 20 Jan 2007 14:09:16 +0100 added is_finished_thy;
Fri, 19 Jan 2007 22:08:02 +0100 moved ML context stuff to from Context to ML_Context;
Fri, 19 Jan 2007 13:09:32 +0100 ML context: full generic context, tuned signature;
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;