wenzelm [Sun, 10 Apr 2016 18:41:49 +0200] rev 62941
proper support for recursive ML debugging;
wenzelm [Sun, 10 Apr 2016 17:52:30 +0200] rev 62940
tuned -- avoid recoding properties;
wenzelm [Sat, 09 Apr 2016 21:42:42 +0200] rev 62939
removed old proof method "default";
wenzelm [Sat, 09 Apr 2016 20:38:08 +0200] rev 62938
clean message more thoroughly;
wenzelm [Sat, 09 Apr 2016 20:31:46 +0200] rev 62937
clarified modules;
removed unsed exn_id;
wenzelm [Sat, 09 Apr 2016 20:18:15 +0200] rev 62936
avoid interference with running PIDE protocol;
wenzelm [Sat, 09 Apr 2016 20:14:00 +0200] rev 62935
proper signature for structure;
tuned;
wenzelm [Sat, 09 Apr 2016 20:07:10 +0200] rev 62934
tuned signature;
proper signature for structure;
wenzelm [Sat, 09 Apr 2016 19:38:25 +0200] rev 62933
proper output of markup, e.g. relevant for nested ML as used in Pure/System/bash.ML;
wenzelm [Sat, 09 Apr 2016 19:30:15 +0200] rev 62932
support ROOT0.ML as well -- independently of ROOT.ML;
wenzelm [Sat, 09 Apr 2016 19:09:11 +0200] rev 62931
flags as in 'ML' command;
wenzelm [Sat, 09 Apr 2016 16:16:05 +0200] rev 62930
shared output primitives of physical/virtual Pure;
wenzelm [Sat, 09 Apr 2016 14:52:10 +0200] rev 62929
shared thread position for physical/virtual Pure;
wenzelm [Sat, 09 Apr 2016 14:40:00 +0200] rev 62928
prefer Synchronized.var;
wenzelm [Sat, 09 Apr 2016 14:28:32 +0200] rev 62927
tuned signature;
wenzelm [Sat, 09 Apr 2016 14:21:29 +0200] rev 62926
virtual Pure is single-threaded to avoid confusion with multiple thread farms etc.;
wenzelm [Sat, 09 Apr 2016 14:17:50 +0200] rev 62925
tuned signature;
wenzelm [Sat, 09 Apr 2016 14:11:31 +0200] rev 62924
tuned signature -- closer to Exn.Interrupt.expose in Scala;
wenzelm [Sat, 09 Apr 2016 14:00:23 +0200] rev 62923
clarified bootstrap;
wenzelm [Sat, 09 Apr 2016 13:28:32 +0200] rev 62922
clarified context;
avoid Unsynchronized.ref;
wenzelm [Sat, 09 Apr 2016 12:36:25 +0200] rev 62921
old;
wenzelm [Sat, 09 Apr 2016 11:35:01 +0200] rev 62920
ensure globally unique counter results;
wenzelm [Sat, 09 Apr 2016 11:34:23 +0200] rev 62919
tuned;
wenzelm [Sat, 09 Apr 2016 11:21:38 +0200] rev 62918
clarified modules;
wenzelm [Fri, 08 Apr 2016 22:48:25 +0200] rev 62917
backout 930a30c1a9af: leads to odd effect of command-line options becoming persistent preferences;
wenzelm [Fri, 08 Apr 2016 22:47:18 +0200] rev 62916
eliminated ancient TTY-based Tactical.tracify and related global references;
wenzelm [Fri, 08 Apr 2016 21:49:43 +0200] rev 62915
updated according to 705d4c4003ea;
wenzelm [Fri, 08 Apr 2016 20:52:40 +0200] rev 62914
option "-o" for "isabelle jedit";
wenzelm [Fri, 08 Apr 2016 20:15:20 +0200] rev 62913
eliminated unused simproc identifier;
wenzelm [Thu, 07 Apr 2016 22:09:23 +0200] rev 62912
section headings for ROOT.ML;
wenzelm [Thu, 07 Apr 2016 21:39:03 +0200] rev 62911
back to dynamic conditional compilation (reverting 4764473c9b8d) via recursive ML name space;
wenzelm [Thu, 07 Apr 2016 21:27:17 +0200] rev 62910
explicit handling of recursive ML name space, e.g. relevant for ML_Bootstrap;
handle bootstrap signatures as well;