haftmann [Wed, 11 Aug 2010 14:54:10 +0200] rev 38375
tuned lowercase
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;