wenzelm [Wed, 13 Apr 2016 11:26:52 +0200] rev 62964
avoid quotes for qualified names;
immler [Wed, 13 Apr 2016 14:12:51 +0200] rev 62963
added rule
wenzelm [Tue, 12 Apr 2016 18:49:39 +0200] rev 62962
tuned;
wenzelm [Tue, 12 Apr 2016 15:01:06 +0200] rev 62961
merged
wenzelm [Tue, 12 Apr 2016 15:00:26 +0200] rev 62960
simplified -- avoid odd mutable state, which potentially causes problems with module initialization;
wenzelm [Tue, 12 Apr 2016 14:50:53 +0200] rev 62959
back to static Mixfix.default_constraint without any special tricks (reverting e6443edaebff);
wenzelm [Tue, 12 Apr 2016 14:38:57 +0200] rev 62958
Type_Infer.object_logic controls improvement of type inference result;
wenzelm [Tue, 12 Apr 2016 13:49:37 +0200] rev 62957
tuned;
wenzelm [Mon, 11 Apr 2016 15:50:50 +0200] rev 62956
simplified constraints;
wenzelm [Mon, 11 Apr 2016 15:50:18 +0200] rev 62955
back to dummy constraints (amending dd2914250ca7): important for Syntax_Phases.get_free/is_declared;
wenzelm [Mon, 11 Apr 2016 15:26:58 +0200] rev 62954
tuned imports;
wenzelm [Mon, 11 Apr 2016 15:07:15 +0200] rev 62953
tuned message;
wenzelm [Mon, 11 Apr 2016 11:48:24 +0200] rev 62952
tuned;
immler [Tue, 12 Apr 2016 11:18:29 +0200] rev 62951
added lemmas
immler [Tue, 12 Apr 2016 11:18:29 +0200] rev 62950
generalized
immler [Tue, 12 Apr 2016 11:18:29 +0200] rev 62949
added derivative of scaling in exponential function
paulson <lp15@cam.ac.uk> [Mon, 11 Apr 2016 16:27:42 +0100] rev 62948
lots of new theorems for multivariate analysis
wenzelm [Sun, 10 Apr 2016 23:15:34 +0200] rev 62947
tuned;
wenzelm [Sun, 10 Apr 2016 22:27:43 +0200] rev 62946
tuned;
wenzelm [Sun, 10 Apr 2016 22:27:05 +0200] rev 62945
tuned comments;
wenzelm [Sun, 10 Apr 2016 21:46:12 +0200] rev 62944
more standard session build process, including browser_info;
clarified final setup of global ML environment;
wenzelm [Sun, 10 Apr 2016 21:30:48 +0200] rev 62943
clarified files;
wenzelm [Sun, 10 Apr 2016 20:15:39 +0200] rev 62942
tuned;
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;