wenzelm [Tue, 07 Sep 2010 14:53:05 +0200] rev 39169
Document_View: less aggressive background coloring, departing from classic PG highlighting;
tuned colors;
wenzelm [Tue, 07 Sep 2010 14:08:21 +0200] rev 39168
report token range after inner parse error -- often provides important clues about misunderstanding concerning lexical phase;
tuned color;
wenzelm [Tue, 07 Sep 2010 13:16:45 +0200] rev 39167
slightly more robust Plugin.stop -- components might refer to Isabelle.system even after shutdown;
wenzelm [Mon, 06 Sep 2010 22:58:06 +0200] rev 39166
turned show_hyps and show_tags into proper configuration option;
wenzelm [Mon, 06 Sep 2010 22:31:54 +0200] rev 39165
discontinued obsolete ProofContext.prems_limit;
simplified command setup for 'pr' etc.;
wenzelm [Mon, 06 Sep 2010 22:08:49 +0200] rev 39164
ML_Context.thm and ML_Context.thms no longer pervasive;
wenzelm [Mon, 06 Sep 2010 21:33:19 +0200] rev 39163
more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;
wenzelm [Mon, 06 Sep 2010 19:23:54 +0200] rev 39162
merged
hoelzl [Mon, 06 Sep 2010 15:01:37 +0200] rev 39161
When comparing Floats use integers instead of reals (represented as rationals), generates less code when Floats are used.
wenzelm [Mon, 06 Sep 2010 19:23:35 +0200] rev 39160
isatest: back to polyml-5.3.0 due to unresolved stability issues of polyml-5.4.0 and HOL/Decision_Procs/Approximation_Ex.thy;
wenzelm [Mon, 06 Sep 2010 19:13:10 +0200] rev 39159
more antiquotations;
wenzelm [Mon, 06 Sep 2010 19:11:01 +0200] rev 39158
ML_Context.thm;
wenzelm [Mon, 06 Sep 2010 14:18:16 +0200] rev 39157
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm [Mon, 06 Sep 2010 13:22:11 +0200] rev 39156
modernized session ROOT setup;
wenzelm [Mon, 06 Sep 2010 13:06:27 +0200] rev 39155
some results of concurrency code inspection;
wenzelm [Mon, 06 Sep 2010 12:38:45 +0200] rev 39154
merged;
blanchet [Mon, 06 Sep 2010 11:53:42 +0200] rev 39153
mention ~/.isabelle/etc/settings file
blanchet [Mon, 06 Sep 2010 11:28:06 +0200] rev 39152
make remote ATP invocation work for those people who need to go through a proxy;
thanks go to Mathieu G. for that fix
krauss [Sun, 05 Sep 2010 21:39:30 +0200] rev 39151
enabled do notation for option type
krauss [Sun, 05 Sep 2010 21:39:24 +0200] rev 39150
removed duplicate lemma
krauss [Sun, 05 Sep 2010 21:39:16 +0200] rev 39149
added Option.bind
haftmann [Sat, 04 Sep 2010 21:14:40 +0200] rev 39148
merged
haftmann [Sat, 04 Sep 2010 21:13:13 +0200] rev 39147
printing combinator for hierarchical programs
haftmann [Sat, 04 Sep 2010 21:12:42 +0200] rev 39146
merged
huffman [Sat, 04 Sep 2010 08:32:19 -0700] rev 39145
add lemma cont2cont_Let_simple
huffman [Sat, 04 Sep 2010 07:35:56 -0700] rev 39144
add lemma cont2cont_split_simple
huffman [Sat, 04 Sep 2010 07:26:34 -0700] rev 39143
add List_Cpo.thy to HOLCF/Library
haftmann [Sat, 04 Sep 2010 21:10:48 +0200] rev 39142
dropped names from serializer interface
haftmann [Sat, 04 Sep 2010 21:10:39 +0200] rev 39141
added more explicit warning
wenzelm [Mon, 06 Sep 2010 00:08:47 +0200] rev 39140
ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;