Sun, 15 Aug 2010 19:36:13 +0200 wenzelm use Synchronized.var and prevent global CRITICAL sections in this hot spot;
Sun, 15 Aug 2010 19:30:11 +0200 wenzelm renamed create_id to new_id;
Sun, 15 Aug 2010 18:41:23 +0200 wenzelm more explicit / functional ML version of document model;
Sun, 15 Aug 2010 14:18:52 +0200 wenzelm renamed class Document to Document.Version etc.;
Sun, 15 Aug 2010 13:17:45 +0200 wenzelm fixed Isabelle/Scala build (cf. f3220ef79d51);
Sat, 14 Aug 2010 23:01:53 +0200 wenzelm Snapshot.state: fall back on Command.empty_state -- looked-up command might be unavailable due to editing divergence;
Sat, 14 Aug 2010 22:45:23 +0200 wenzelm more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
Sat, 14 Aug 2010 21:25:20 +0200 wenzelm Keyword.status: always suppress position;
Sat, 14 Aug 2010 18:43:45 +0200 wenzelm moved isar_document.ML/scala to Pure/System/ -- side-by-side with isar.ML;
Sat, 14 Aug 2010 13:24:06 +0200 wenzelm merged
Fri, 13 Aug 2010 16:40:47 +0200 haftmann robustified proof
Fri, 13 Aug 2010 14:45:07 +0200 haftmann lemma execute_bind_case
Fri, 13 Aug 2010 14:43:16 +0200 haftmann unit and bool are instances of heap
Fri, 13 Aug 2010 14:41:27 +0200 haftmann merged
Fri, 13 Aug 2010 14:41:12 +0200 haftmann sketch of new outline
Fri, 13 Aug 2010 14:40:15 +0200 haftmann sketch of new outline
Fri, 13 Aug 2010 13:43:55 +0200 haftmann ditem
Fri, 13 Aug 2010 13:43:55 +0200 haftmann refined abstract
Fri, 13 Aug 2010 13:43:54 +0200 haftmann added stub "If something utterly fails"
Fri, 13 Aug 2010 12:15:25 +0200 haftmann avoid variable name acc (cf. cs. 3142c1e21a0e)
Fri, 13 Aug 2010 10:51:23 +0200 haftmann import swap prevents strange failure of SML code generator for datatypes
Fri, 13 Aug 2010 10:38:28 +0200 haftmann added setup
Thu, 12 Aug 2010 19:56:21 +0200 haftmann merged
Thu, 12 Aug 2010 19:55:53 +0200 haftmann group record-related ML files
Thu, 12 Aug 2010 19:47:56 +0200 haftmann merged
Thu, 12 Aug 2010 17:56:44 +0200 haftmann dropped dead code
Thu, 12 Aug 2010 17:56:43 +0200 haftmann moved Record.thy from session Plain to Main; avoid variable name acc
Thu, 12 Aug 2010 17:56:41 +0200 haftmann group record-related ML files
Thu, 12 Aug 2010 13:53:42 +0200 haftmann Class.declare -> Class.const
Thu, 12 Aug 2010 13:42:13 +0200 haftmann named target is optional; explicit Name_Target.reinit
Thu, 12 Aug 2010 13:42:12 +0200 haftmann named target is optional
Thu, 12 Aug 2010 13:28:18 +0200 haftmann Named_Target.init: empty string represents theory target
Thu, 12 Aug 2010 13:23:46 +0200 haftmann Named_Target.theory_init
Thu, 12 Aug 2010 20:11:13 +0800 Christian Urban simplified code
Thu, 12 Aug 2010 09:00:19 +0200 haftmann tuned
Thu, 12 Aug 2010 08:58:32 +0200 haftmann tuned
Wed, 11 Aug 2010 20:25:44 +0200 haftmann merged
Wed, 11 Aug 2010 17:59:33 +0200 haftmann tuned whitespace
Wed, 11 Aug 2010 17:59:32 +0200 haftmann tuned internal structure
Wed, 11 Aug 2010 17:19:27 +0200 haftmann remove reinit operation alltogether
Wed, 11 Aug 2010 17:16:02 +0200 haftmann avoid arcane Local_Theory.reinit entirely
Wed, 11 Aug 2010 16:02:03 +0200 haftmann more convenient split of class modules: class and class_declaration
Wed, 11 Aug 2010 15:45:15 +0200 haftmann tuned
Wed, 11 Aug 2010 15:09:31 +0200 haftmann stripped signature
Wed, 11 Aug 2010 15:09:30 +0200 haftmann explicit accessed to structure Class_Target
Wed, 11 Aug 2010 14:54:10 +0200 haftmann tuned lowercase
Sat, 14 Aug 2010 12:01:50 +0200 wenzelm moved Document.text_edits to Thy_Syntax;
Sat, 14 Aug 2010 11:52:24 +0200 wenzelm tuned;
Fri, 13 Aug 2010 21:33:13 +0200 wenzelm added Isabelle_Process.input_bytes, which avoids the somewhat slow Standard_System.string_bytes (just in case someone wants to stream raw data at 250MB/s);
Fri, 13 Aug 2010 21:30:10 +0200 wenzelm do not buffer fifo streams here -- done in Isabelle_Process;
Fri, 13 Aug 2010 18:21:19 +0200 wenzelm explicit Document.State value, instead of individual state variables in Session, Command, Document;
Fri, 13 Aug 2010 18:16:50 +0200 wenzelm edit_document: more precise status position;
Fri, 13 Aug 2010 17:35:28 +0200 wenzelm added get_after convenience;
Thu, 12 Aug 2010 17:55:23 +0200 wenzelm more basic notion of unparsed input;
Thu, 12 Aug 2010 17:37:58 +0200 wenzelm simplified/clarified Change: transition prev --edits--> result, based on futures;
Thu, 12 Aug 2010 16:23:04 +0200 wenzelm moved snapshot to Session (cf. 96b22dfeb56a);
Thu, 12 Aug 2010 16:01:44 +0200 wenzelm Change: eliminated id, which is merely the resulting document id and is only required in joined state anyway;
Thu, 12 Aug 2010 15:19:11 +0200 wenzelm clarified "state" (accumulated data) vs. "exec" (execution that produces data);
Thu, 12 Aug 2010 14:22:23 +0200 wenzelm misc tuning and simplification;
Thu, 12 Aug 2010 13:59:18 +0200 wenzelm specific command state;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip