wenzelm [Mon, 29 Dec 2014 15:38:59 +0100] rev 59196
more toplevel pretty printing;
wenzelm [Sun, 28 Dec 2014 22:10:09 +0100] rev 59195
back to full synchronization (cf. eb3e399f5b9f);
wenzelm [Sun, 28 Dec 2014 22:03:11 +0100] rev 59194
proper sequential version;
wenzelm [Sun, 28 Dec 2014 21:34:45 +0100] rev 59193
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
clarified Command.run_process etc.: join running eval, bypass running print;
eliminated Command.memo in favour of regular Lazy.lazy;
more Lazy.lazy status information;
wenzelm [Sun, 28 Dec 2014 12:37:03 +0100] rev 59192
modernized historic example;
wenzelm [Sun, 28 Dec 2014 12:18:01 +0100] rev 59191
more thorough Lazy.is_finished;
kleing [Sun, 28 Dec 2014 15:42:34 +1100] rev 59190
3 old example lemmas by Amine listed in the top 100 theorems
wenzelm [Sat, 27 Dec 2014 20:32:06 +0100] rev 59189
update_cartouches;
trimmed whitespace;
wenzelm [Sat, 27 Dec 2014 19:51:55 +0100] rev 59188
memo_fork without locking, to avoid rare deadlock in Event_Timer.request due to execution overrun;
haftmann [Wed, 24 Dec 2014 10:06:37 +0100] rev 59187
typos
wenzelm [Tue, 23 Dec 2014 21:14:44 +0100] rev 59186
unused;
wenzelm [Tue, 23 Dec 2014 21:04:53 +0100] rev 59185
tuned message;
wenzelm [Tue, 23 Dec 2014 20:46:42 +0100] rev 59184
explicit message channels for "state", "information";
separate state_message_color;
wenzelm [Tue, 23 Dec 2014 16:00:38 +0100] rev 59183
imitate font more carefully: err on smaller size;
imitate HTML font, notably for Sidekick where short string is also shown as view status message;
wenzelm [Mon, 22 Dec 2014 21:34:11 +0100] rev 59182
more accurate selection of sessions;
wenzelm [Mon, 22 Dec 2014 21:27:59 +0100] rev 59181
more accurate selection of sessions;
wenzelm [Mon, 22 Dec 2014 20:40:37 +0100] rev 59180
discontinued central critical sections: NAMED_CRITICAL / CRITICAL;
wenzelm [Mon, 22 Dec 2014 19:47:58 +0100] rev 59179
more elementary Multithreading.synchronized;
wenzelm [Mon, 22 Dec 2014 18:10:54 +0100] rev 59178
proper Synchronized.var;
more atomic operations;
wenzelm [Mon, 22 Dec 2014 17:17:00 +0100] rev 59177
removed remains from Proof General;
wenzelm [Mon, 22 Dec 2014 16:44:54 +0100] rev 59176
obsolete;
wenzelm [Mon, 22 Dec 2014 16:44:24 +0100] rev 59175
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm [Mon, 22 Dec 2014 15:50:16 +0100] rev 59174
tuned;
wenzelm [Mon, 22 Dec 2014 14:35:42 +0100] rev 59173
proper Synchronized.var;
wenzelm [Mon, 22 Dec 2014 14:33:53 +0100] rev 59172
separate module Random;
proper Synchronized.var;
wenzelm [Sun, 21 Dec 2014 22:49:40 +0100] rev 59171
tuned;
wenzelm [Sun, 21 Dec 2014 22:49:17 +0100] rev 59170
tuned signature;
wenzelm [Sun, 21 Dec 2014 19:14:16 +0100] rev 59169
proper context;
wenzelm [Sun, 21 Dec 2014 16:27:22 +0100] rev 59168
afford more heap;
wenzelm [Sun, 21 Dec 2014 16:26:22 +0100] rev 59167
increase chances of success;
wenzelm [Sun, 21 Dec 2014 15:59:19 +0100] rev 59166
recovered metis proof after 115965966e15 (Odd clash of type variables!?);
wenzelm [Sun, 21 Dec 2014 15:03:45 +0100] rev 59165
proper context;
wenzelm [Sat, 20 Dec 2014 22:23:37 +0100] rev 59164
proper context for "net" tactics;
avoid implicit Tactic.build_net -- make its operational behavior explicit in application;
wenzelm [Sat, 20 Dec 2014 19:12:41 +0100] rev 59163
tuned;
wenzelm [Sat, 20 Dec 2014 00:05:20 +0100] rev 59162
afford full test, with slightly improved scheduling order;
wenzelm [Fri, 19 Dec 2014 23:33:08 +0100] rev 59161
more generous timeout, to increase chances of at64-poly;
wenzelm [Fri, 19 Dec 2014 23:27:00 +0100] rev 59160
updated according to eb3e399f5b9f;
wenzelm [Fri, 19 Dec 2014 23:01:46 +0100] rev 59159
just one data slot per program unit;
tuned signature;
wenzelm [Fri, 19 Dec 2014 22:53:43 +0100] rev 59158
tuned;
wenzelm [Fri, 19 Dec 2014 21:59:18 +0100] rev 59157
just one data slot per program unit;
tuned signature;
wenzelm [Fri, 19 Dec 2014 21:24:59 +0100] rev 59156
more standard configuration options;
wenzelm [Fri, 19 Dec 2014 20:32:54 +0100] rev 59155
tuned;
wenzelm [Fri, 19 Dec 2014 20:10:59 +0100] rev 59154
just one data slot per program unit;
wenzelm [Fri, 19 Dec 2014 20:09:31 +0100] rev 59153
tuned;
wenzelm [Fri, 19 Dec 2014 17:23:56 +0100] rev 59152
more frugal Local_Syntax.init -- maintain idents within context;
wenzelm [Fri, 19 Dec 2014 12:56:06 +0100] rev 59151
proper exception for internal program failure, not user-error;
wenzelm [Fri, 19 Dec 2014 12:36:50 +0100] rev 59150
tuned;
wenzelm [Thu, 18 Dec 2014 21:10:39 +0100] rev 59149
suppress irrelevant timing messages (the majority);
wenzelm [Thu, 18 Dec 2014 17:26:53 +0100] rev 59148
less ambitious settings -- increase chances of success;
wenzelm [Thu, 18 Dec 2014 16:13:54 +0100] rev 59147
peek value without synchronization;
wenzelm [Thu, 18 Dec 2014 15:21:54 +0100] rev 59146
avoid repeated access to global variable (101 times in Complex_Main), which is actually synchronized after e557a9ddee5f;
blanchet [Wed, 17 Dec 2014 16:51:29 +0100] rev 59145
tuning
hoelzl [Wed, 17 Dec 2014 16:10:30 +0100] rev 59144
unfortunately, there is no general function space in the measurable spaces
blanchet [Mon, 15 Dec 2014 07:20:49 +0100] rev 59143
correctly apply type substitution before checking for function types
blanchet [Mon, 15 Dec 2014 07:20:48 +0100] rev 59142
avoid generating selectors with function types -- this produce arity inconsistencies
blanchet [Mon, 15 Dec 2014 07:20:48 +0100] rev 59141
renamed theory file
wenzelm [Fri, 12 Dec 2014 14:42:37 +0100] rev 59140
merged
wenzelm [Fri, 12 Dec 2014 14:31:57 +0100] rev 59139
Synchronized.value is actually synchronized (NB: underlying Unsynchronized.ref is not necessarily volatile);
wenzelm [Fri, 12 Dec 2014 14:30:33 +0100] rev 59138
tuned;
wenzelm [Thu, 11 Dec 2014 23:42:03 +0100] rev 59137
tuned;
wenzelm [Thu, 11 Dec 2014 23:31:30 +0100] rev 59136
added Par_List in Scala, in accordance to ML version;
system property "isabelle.threads" determines size of Scala thread pool, like system option "threads" for ML;
avoid ".par" framework with its hard-wired thread pool, which also has problems with cancellation;
tuned;
wenzelm [Thu, 11 Dec 2014 15:24:28 +0100] rev 59135
tuned;
hoelzl [Fri, 12 Dec 2014 10:58:40 +0100] rev 59134
rel_pmf commutes with rel_prod
traytel [Thu, 11 Dec 2014 14:14:39 +0100] rev 59133
note more facts (always)
traytel [Thu, 11 Dec 2014 14:14:18 +0100] rev 59132
conceal typedef more violently
traytel [Thu, 11 Dec 2014 14:01:40 +0100] rev 59131
respect order of deads when retrieving bnfs from the database
wenzelm [Wed, 10 Dec 2014 20:56:33 +0100] rev 59130
merged
wenzelm [Wed, 10 Dec 2014 20:51:27 +0100] rev 59129
more informative gutter content: fall-back on background color, e.g. when line numbers are enabled;
non-transparent information_message_color like other message colors;
removed unused error1_color;
wenzelm [Wed, 10 Dec 2014 19:26:01 +0100] rev 59128
more examples;
wenzelm [Wed, 10 Dec 2014 19:24:54 +0100] rev 59127
more careful handling of auxiliary environment structure -- allow nested ML evaluation;
wenzelm [Wed, 10 Dec 2014 17:55:31 +0100] rev 59126
more markup for improper situations;
wenzelm [Wed, 10 Dec 2014 13:45:44 +0100] rev 59125
more explicit markup for improper commands;
clarified CSS rendering;
wenzelm [Wed, 10 Dec 2014 10:44:56 +0100] rev 59124
tuned;
wenzelm [Tue, 09 Dec 2014 22:13:48 +0100] rev 59123
imitate command markup and rendering of Isabelle/jEdit in HTML output;
wenzelm [Tue, 09 Dec 2014 21:14:11 +0100] rev 59122
tuned signature;
wenzelm [Tue, 09 Dec 2014 20:00:45 +0100] rev 59121
more jEdit colors;
wenzelm [Tue, 09 Dec 2014 19:52:26 +0100] rev 59120
proper alt_string markup (cf. 2ceb05ee0331);
more jEdit colors, less PG colors (see bb20fb8a57be);
wenzelm [Tue, 09 Dec 2014 19:39:40 +0100] rev 59119
tuned spelling;
wenzelm [Tue, 09 Dec 2014 19:01:07 +0100] rev 59118
clarified language context, e.g. relevant for symbol completion within cartouches;
wenzelm [Tue, 09 Dec 2014 18:29:45 +0100] rev 59117
tuned signature;
wenzelm [Tue, 09 Dec 2014 17:40:42 +0100] rev 59116
proper railsetup;
hoelzl [Tue, 09 Dec 2014 16:22:40 +0100] rev 59115
move topology on enat to Extended_Real, otherwise Jinja_Threads fails
wenzelm [Sat, 22 Nov 2014 11:05:41 +0100] rev 59114
isatest for Mac OS X Yosemite;
wenzelm [Mon, 08 Dec 2014 23:06:19 +0100] rev 59113
tuned spelling;
wenzelm [Mon, 08 Dec 2014 22:42:12 +0100] rev 59112
expand ML cartouches to Input.source;
tuned signature;
wenzelm [Mon, 08 Dec 2014 16:04:50 +0100] rev 59111
merged
wenzelm [Mon, 08 Dec 2014 15:59:30 +0100] rev 59110
some special cases for official SML, to treat Isabelle symbols like raw characters;
wenzelm [Mon, 08 Dec 2014 15:21:57 +0100] rev 59109
tuned comment;
wenzelm [Mon, 08 Dec 2014 11:50:04 +0100] rev 59108
clarified Isabelle/ML strings (refining 72238ea2201c);
wenzelm [Mon, 08 Dec 2014 11:49:04 +0100] rev 59107
tuned signature;
hoelzl [Mon, 08 Dec 2014 14:32:11 +0100] rev 59106
instance bool and enat as topologies
haftmann [Mon, 08 Dec 2014 12:30:47 +0100] rev 59105
NEWS
haftmann [Fri, 05 Dec 2014 19:35:36 +0100] rev 59104
allow multiple inheritance of targets
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59103
tuned module structure
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59102
tuned data structures
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59101
tuned target inheritance bookkeeping: ancestry is always fully maintained at current entry using canonical merge;
n. b. merging of bidirectional dependencies results in effective join of involved nodes: no termination problem since ancestry is always kept explicitly normalized
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59100
tuned
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59099
tuned names
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59098
eta-expand all search patterns using schematic place holders
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59097
revert "better" handling of abbreviation from c61fe520602b
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59096
tuned variable names
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59095
turn application-specific Pattern.matches_subterm into an application-private function
haftmann [Thu, 04 Dec 2014 16:51:54 +0100] rev 59094
cleaned up mess
hoelzl [Fri, 05 Dec 2014 13:39:59 +0100] rev 59093
add Poisson and Binomial distribution
hoelzl [Fri, 05 Dec 2014 12:06:18 +0100] rev 59092
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
wenzelm [Thu, 04 Dec 2014 21:28:35 +0100] rev 59091
proper GUI_Thread context (cf. 7e0d3da6e6d8);
wenzelm [Thu, 04 Dec 2014 20:56:38 +0100] rev 59090
more examples;
wenzelm [Thu, 04 Dec 2014 20:45:11 +0100] rev 59089
tuned header;
hoelzl [Thu, 04 Dec 2014 17:05:58 +0100] rev 59088
generalized (borel_)measurable_SUP/INF/lfp/gfp; tuned proofs for sigma-closure of product spaces
wenzelm [Wed, 03 Dec 2014 22:44:24 +0100] rev 59087
merged
wenzelm [Wed, 03 Dec 2014 22:34:28 +0100] rev 59086
node-specific keywords, with session base syntax as default;
wenzelm [Wed, 03 Dec 2014 20:45:20 +0100] rev 59085
clarified define_command: send tokens more directly, without requiring keywords in ML;
wenzelm [Wed, 03 Dec 2014 15:22:27 +0100] rev 59084
more robust bundle_name: avoid assumptions about identifier, keywords etc.;
wenzelm [Wed, 03 Dec 2014 14:04:38 +0100] rev 59083
tuned signature;
wenzelm [Wed, 03 Dec 2014 11:50:58 +0100] rev 59082
tuned;
wenzelm [Wed, 03 Dec 2014 11:37:51 +0100] rev 59081
clarified token kind;
wenzelm [Tue, 02 Dec 2014 17:30:53 +0100] rev 59080
added Untyped.method convenience (for *this* class only);
wenzelm [Tue, 02 Dec 2014 16:40:11 +0100] rev 59079
tuned signature -- more explicit types;
wenzelm [Tue, 02 Dec 2014 16:10:11 +0100] rev 59078
more careful syntax_changed propagation -- avoid global jEdit.propertiesChanged;
wenzelm [Tue, 02 Dec 2014 14:16:56 +0100] rev 59077
node-specific syntax, with base_syntax as default;
clarified Document_Model.init: convergence of editor events towards buffer-specific token marker;