wenzelm [Sat, 14 Aug 2010 12:01:50 +0200] rev 38374
moved Document.text_edits to Thy_Syntax;
wenzelm [Sat, 14 Aug 2010 11:52:24 +0200] rev 38373
tuned;
wenzelm [Fri, 13 Aug 2010 21:33:13 +0200] rev 38372
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);
wenzelm [Fri, 13 Aug 2010 21:30:10 +0200] rev 38371
do not buffer fifo streams here -- done in Isabelle_Process;
removed misleading comments -- blocking on open is not reliable on non-standard systems (Cygwin);
wenzelm [Fri, 13 Aug 2010 18:21:19 +0200] rev 38370
explicit Document.State value, instead of individual state variables in Session, Command, Document;
Session.snapshot: pure value based on Document.State;
Document.edit_texts: no treatment of state assignment here;
wenzelm [Fri, 13 Aug 2010 18:16:50 +0200] rev 38369
edit_document: more precise status position;
wenzelm [Fri, 13 Aug 2010 17:35:28 +0200] rev 38368
added get_after convenience;
wenzelm [Thu, 12 Aug 2010 17:55:23 +0200] rev 38367
more basic notion of unparsed input;
wenzelm [Thu, 12 Aug 2010 17:37:58 +0200] rev 38366
simplified/clarified Change: transition prev --edits--> result, based on futures;
Session.history: plain List instead of somewhat indirect Change.ancestors;
tuned;
wenzelm [Thu, 12 Aug 2010 16:23:04 +0200] rev 38365
moved snapshot to Session (cf. 96b22dfeb56a);
wenzelm [Thu, 12 Aug 2010 16:01:44 +0200] rev 38364
Change: eliminated id, which is merely the resulting document id and is only required in joined state anyway;
Document.edit_text: create new document id here;
wenzelm [Thu, 12 Aug 2010 15:19:11 +0200] rev 38363
clarified "state" (accumulated data) vs. "exec" (execution that produces data);
generic type Document.id (ML) / Document.ID;
wenzelm [Thu, 12 Aug 2010 14:22:23 +0200] rev 38362
misc tuning and simplification;
wenzelm [Thu, 12 Aug 2010 13:59:18 +0200] rev 38361
specific command state;
wenzelm [Thu, 12 Aug 2010 13:49:08 +0200] rev 38360
specific Session.Commands_Changed;
wenzelm [Thu, 12 Aug 2010 13:43:55 +0200] rev 38359
consider snapshot as service of Session, not Document.Change;
wenzelm [Thu, 12 Aug 2010 13:42:05 +0200] rev 38358
tuned scope;
wenzelm [Wed, 11 Aug 2010 23:46:38 +0200] rev 38357
Document.print_id;
wenzelm [Wed, 11 Aug 2010 23:29:17 +0200] rev 38356
consider command state as part of Snapshot, not Document;
wenzelm [Wed, 11 Aug 2010 22:41:26 +0200] rev 38355
represent document ids by (long) int, to benefit from the somewhat faster Inttab in ML (LinearSet in Scala is invariably indexed by native object ids);
wenzelm [Wed, 11 Aug 2010 18:44:06 +0200] rev 38354
Named_Target;
wenzelm [Wed, 11 Aug 2010 18:41:06 +0200] rev 38353
modernized specifications;
tuned headers;
wenzelm [Wed, 11 Aug 2010 18:22:14 +0200] rev 38352
spelling;
wenzelm [Wed, 11 Aug 2010 18:17:53 +0200] rev 38351
merged
haftmann [Wed, 11 Aug 2010 14:45:38 +0200] rev 38350
renamed Theory_Target to the more appropriate Named_Target
haftmann [Wed, 11 Aug 2010 14:41:16 +0200] rev 38349
discontinue old implementation of `foundation`
haftmann [Wed, 11 Aug 2010 14:31:43 +0200] rev 38348
moved instantiation target formally to class_target.ML
haftmann [Wed, 11 Aug 2010 14:31:40 +0200] rev 38347
NEWS
haftmann [Wed, 11 Aug 2010 14:20:34 +0200] rev 38346
merged
haftmann [Wed, 11 Aug 2010 14:19:32 +0200] rev 38345
print fcomp combinator only monadic in connection with other monadic expressions