wenzelm [Sun, 15 Aug 2010 22:48:56 +0200] rev 38426
specific types Text.Offset and Text.Range;
minor tuning;
wenzelm [Sun, 15 Aug 2010 21:42:13 +0200] rev 38425
moved Text_Edit to Text.Edit;
tuned;
wenzelm [Sun, 15 Aug 2010 21:03:13 +0200] rev 38424
moved History/Snapshot to document.scala;
wenzelm [Sun, 15 Aug 2010 20:27:29 +0200] rev 38423
renamed raw_results to raw_protocol;
wenzelm [Sun, 15 Aug 2010 20:19:56 +0200] rev 38422
rename "unit" to "atom", to avoid confusion with the unit type;
wenzelm [Sun, 15 Aug 2010 20:13:07 +0200] rev 38421
document commands: maintain transition as future (wrt. potentially slow Outer_Syntax.prepare_command), refrain from second Toplevel.put_id;
wenzelm [Sun, 15 Aug 2010 19:36:13 +0200] rev 38420
use Synchronized.var and prevent global CRITICAL sections in this hot spot;
wenzelm [Sun, 15 Aug 2010 19:30:11 +0200] rev 38419
renamed create_id to new_id;
wenzelm [Sun, 15 Aug 2010 18:41:23 +0200] rev 38418
more explicit / functional ML version of document model;
tuned;
wenzelm [Sun, 15 Aug 2010 14:18:52 +0200] rev 38417
renamed class Document to Document.Version etc.;
renamed Change.prev to Change.previous, and Change.document to Change.current;
tuned;
wenzelm [Sun, 15 Aug 2010 13:17:45 +0200] rev 38416
fixed Isabelle/Scala build (cf. f3220ef79d51);
wenzelm [Sat, 14 Aug 2010 23:01:53 +0200] rev 38415
Snapshot.state: fall back on Command.empty_state -- looked-up command might be unavailable due to editing divergence;
wenzelm [Sat, 14 Aug 2010 22:45:23 +0200] rev 38414
more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
added convenient Markup.Int/Long objects (Scala);
simplified "assign" message format -- explicit version id;
misc tuning and simplification;
wenzelm [Sat, 14 Aug 2010 21:25:20 +0200] rev 38413
Keyword.status: always suppress position;
wenzelm [Sat, 14 Aug 2010 18:43:45 +0200] rev 38412
moved isar_document.ML/scala to Pure/System/ -- side-by-side with isar.ML;
wenzelm [Sat, 14 Aug 2010 13:24:06 +0200] rev 38411
merged
haftmann [Fri, 13 Aug 2010 16:40:47 +0200] rev 38410
robustified proof
haftmann [Fri, 13 Aug 2010 14:45:07 +0200] rev 38409
lemma execute_bind_case
haftmann [Fri, 13 Aug 2010 14:43:16 +0200] rev 38408
unit and bool are instances of heap
haftmann [Fri, 13 Aug 2010 14:41:27 +0200] rev 38407
merged
haftmann [Fri, 13 Aug 2010 14:41:12 +0200] rev 38406
sketch of new outline
haftmann [Fri, 13 Aug 2010 14:40:15 +0200] rev 38405
sketch of new outline
haftmann [Fri, 13 Aug 2010 13:43:55 +0200] rev 38404
ditem
haftmann [Fri, 13 Aug 2010 13:43:55 +0200] rev 38403
refined abstract
haftmann [Fri, 13 Aug 2010 13:43:54 +0200] rev 38402
added stub "If something utterly fails"
haftmann [Fri, 13 Aug 2010 12:15:25 +0200] rev 38401
avoid variable name acc (cf. cs. 3142c1e21a0e)
haftmann [Fri, 13 Aug 2010 10:51:23 +0200] rev 38400
import swap prevents strange failure of SML code generator for datatypes
haftmann [Fri, 13 Aug 2010 10:38:28 +0200] rev 38399
added setup