wenzelm [Wed, 22 Sep 2010 15:01:34 +0200] rev 39589
Session_Dockable: basic syslog output;
wenzelm [Wed, 22 Sep 2010 14:53:42 +0200] rev 39588
just one Session.raw_messages event bus;
wenzelm [Wed, 22 Sep 2010 14:29:13 +0200] rev 39587
more reactive handling of Isabelle_Process startup errors;
wenzelm [Wed, 22 Sep 2010 14:06:48 +0200] rev 39586
eliminated Simple_Thread shorthands that can overlap with full version;
wenzelm [Wed, 22 Sep 2010 13:47:48 +0200] rev 39585
main Isabelle_Process via Isabelle_System.Managed_Process;
simplified init message: no pid;
misc tuning and simplification;
wenzelm [Wed, 22 Sep 2010 12:52:35 +0200] rev 39584
more robust Managed_Process.kill: check after sending signal;
wenzelm [Wed, 22 Sep 2010 00:45:42 +0200] rev 39583
more robust lib/scripts/process, with explicit script/no_script mode;
added general Isabelle_System.Managed_Process, with bash_output as application;
tuned;
wenzelm [Wed, 22 Sep 2010 00:17:35 +0200] rev 39582
Standard_System.with_tmp_file: deleteOnExit to make double sure;
wenzelm [Tue, 21 Sep 2010 22:16:22 +0200] rev 39581
refined Isabelle_System.bash_output: pass pid via stdout, separate stdout/stderr;
wenzelm [Tue, 21 Sep 2010 22:08:13 +0200] rev 39580
tuned whitespace;
wenzelm [Tue, 21 Sep 2010 22:01:27 +0200] rev 39579
tuned;
wenzelm [Tue, 21 Sep 2010 21:53:15 +0200] rev 39578
added Standard_System.slurp convenience;
tuned;
wenzelm [Tue, 21 Sep 2010 21:51:26 +0200] rev 39577
added Simple_Thread.future convenience;
tuned;
wenzelm [Mon, 20 Sep 2010 23:36:26 +0200] rev 39576
refined ML/Scala bash wrapper, based on more general lib/scripts/process;
wenzelm [Mon, 20 Sep 2010 23:28:35 +0200] rev 39575
tuned;
wenzelm [Mon, 20 Sep 2010 21:54:58 +0200] rev 39574
more robust Isabelle_System.rm_fifo: avoid external bash invocation, which might not work in JVM shutdown phase (due to Runtime.addShutdownHook);
wenzelm [Mon, 20 Sep 2010 21:26:58 +0200] rev 39573
tuned;
wenzelm [Mon, 20 Sep 2010 21:20:06 +0200] rev 39572
added Isabelle_Process.syslog;
refined Isabelle_Process.process_manager: startup_output via syslog, explicit join of auxiliary threads;
tuned;
wenzelm [Mon, 20 Sep 2010 19:00:47 +0200] rev 39571
updated keywords;
wenzelm [Mon, 20 Sep 2010 18:45:58 +0200] rev 39570
merged
haftmann [Mon, 20 Sep 2010 18:43:49 +0200] rev 39569
merged
haftmann [Mon, 20 Sep 2010 18:43:26 +0200] rev 39568
corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself
haftmann [Mon, 20 Sep 2010 18:43:23 +0200] rev 39567
dynamic_eval_conv static_eval_conv: certification of previously unreliably reconstructed evaluated term
haftmann [Mon, 20 Sep 2010 18:43:18 +0200] rev 39566
Pure equality is a regular cpde operation
haftmann [Mon, 20 Sep 2010 15:25:32 +0200] rev 39565
full palette of dynamic/static value(_strict/exn)
haftmann [Mon, 20 Sep 2010 15:10:21 +0200] rev 39564
Factored out ML into separate file
wenzelm [Mon, 20 Sep 2010 18:28:29 +0200] rev 39563
merged
blanchet [Mon, 20 Sep 2010 17:12:52 +0200] rev 39562
merged
blanchet [Mon, 20 Sep 2010 16:31:47 +0200] rev 39561
remove needless exception
blanchet [Mon, 20 Sep 2010 16:29:55 +0200] rev 39560
preprocess "Ex" before doing clausification in Metis;
this is dual to "All" in b96941dddd04
haftmann [Mon, 20 Sep 2010 14:50:45 +0200] rev 39559
expand_fun_eq -> fun_eq_iff
haftmann [Mon, 20 Sep 2010 14:36:54 +0200] rev 39558
use buffers instead of string concatenation
wenzelm [Mon, 20 Sep 2010 16:05:25 +0200] rev 39557
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
wenzelm [Mon, 20 Sep 2010 15:29:53 +0200] rev 39556
more antiquotations;
wenzelm [Mon, 20 Sep 2010 15:08:51 +0200] rev 39555
added XML.content_of convenience -- cover XML.body, which is the general situation;
wenzelm [Mon, 20 Sep 2010 12:03:11 +0200] rev 39554
merged
haftmann [Mon, 20 Sep 2010 11:55:36 +0200] rev 39553
merged
haftmann [Mon, 20 Sep 2010 11:55:21 +0200] rev 39552
more accurate exception handling
blanchet [Mon, 20 Sep 2010 11:51:46 +0200] rev 39551
merged
blanchet [Mon, 20 Sep 2010 11:51:19 +0200] rev 39550
merge tracing of two related modules
blanchet [Mon, 20 Sep 2010 10:29:29 +0200] rev 39549
merged
blanchet [Sat, 18 Sep 2010 10:43:52 +0200] rev 39548
preprocess "All" before doing clausification in Metis;
helps the definitional clausifier produce fewer clauses
blanchet [Fri, 17 Sep 2010 17:02:34 +0200] rev 39547
reorder proof methods and take out "best";
suggestions from Tobias
bulwahn [Mon, 20 Sep 2010 09:26:24 +0200] rev 39546
renaming variable name to decrease likelyhood of nameclash
bulwahn [Mon, 20 Sep 2010 09:26:20 +0200] rev 39545
code_pred_intro can be used to name facts for the code_pred command
bulwahn [Mon, 20 Sep 2010 09:26:19 +0200] rev 39544
replacing temporary hack by checking for environment settings of the component
bulwahn [Mon, 20 Sep 2010 09:26:18 +0200] rev 39543
removing unnessary options for code_pred
bulwahn [Mon, 20 Sep 2010 09:26:16 +0200] rev 39542
moving renaming_vars to post_processing; removing clone in values and quickcheck of code_prolog
bulwahn [Mon, 20 Sep 2010 09:26:15 +0200] rev 39541
removing clone in code_prolog and predicate_compile_quickcheck
haftmann [Mon, 20 Sep 2010 09:19:22 +0200] rev 39540
adjusted
haftmann [Mon, 20 Sep 2010 09:19:17 +0200] rev 39539
updated file duplicate
haftmann [Mon, 20 Sep 2010 09:19:13 +0200] rev 39538
\\isatypewrite now part of isabelle latex style
haftmann [Mon, 20 Sep 2010 08:53:37 +0200] rev 39537
made smlnj happy
boehmes [Sun, 19 Sep 2010 11:33:39 +0200] rev 39536
properly parse Z3 error models, including datatypes, and represent function valuations as lambda terms; also normalize Z3 error models
boehmes [Sun, 19 Sep 2010 00:29:13 +0200] rev 39535
do not treat natural numbers as a datatype (natural numbers are considered an abstract type with a coercion to integers)
haftmann [Fri, 17 Sep 2010 20:53:50 +0200] rev 39534
generalized lemma insort_remove1 to insort_key_remove1
haftmann [Fri, 17 Sep 2010 20:53:50 +0200] rev 39533
generalized lemmas multiset_of_insort, multiset_of_sort, properties_for_sort for *_key variants
haftmann [Fri, 17 Sep 2010 20:13:07 +0200] rev 39532
merged
haftmann [Fri, 17 Sep 2010 17:17:56 +0200] rev 39531
less intermediate data structures
wenzelm [Mon, 20 Sep 2010 11:38:14 +0200] rev 39530
Isabelle_Process: more robust rendezvous, even without proper blocking on open (Cygwin);