Tue, 21 Sep 2010 22:08:13 +0200 wenzelm tuned whitespace;
Tue, 21 Sep 2010 22:01:27 +0200 wenzelm tuned;
Tue, 21 Sep 2010 21:53:15 +0200 wenzelm added Standard_System.slurp convenience;
Tue, 21 Sep 2010 21:51:26 +0200 wenzelm added Simple_Thread.future convenience;
Mon, 20 Sep 2010 23:36:26 +0200 wenzelm refined ML/Scala bash wrapper, based on more general lib/scripts/process;
Mon, 20 Sep 2010 23:28:35 +0200 wenzelm tuned;
Mon, 20 Sep 2010 21:54:58 +0200 wenzelm more robust Isabelle_System.rm_fifo: avoid external bash invocation, which might not work in JVM shutdown phase (due to Runtime.addShutdownHook);
Mon, 20 Sep 2010 21:26:58 +0200 wenzelm tuned;
Mon, 20 Sep 2010 21:20:06 +0200 wenzelm added Isabelle_Process.syslog;
Mon, 20 Sep 2010 19:00:47 +0200 wenzelm updated keywords;
Mon, 20 Sep 2010 18:45:58 +0200 wenzelm merged
Mon, 20 Sep 2010 18:43:49 +0200 haftmann merged
Mon, 20 Sep 2010 18:43:26 +0200 haftmann corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself
Mon, 20 Sep 2010 18:43:23 +0200 haftmann dynamic_eval_conv static_eval_conv: certification of previously unreliably reconstructed evaluated term
Mon, 20 Sep 2010 18:43:18 +0200 haftmann Pure equality is a regular cpde operation
Mon, 20 Sep 2010 15:25:32 +0200 haftmann full palette of dynamic/static value(_strict/exn)
Mon, 20 Sep 2010 15:10:21 +0200 haftmann Factored out ML into separate file
Mon, 20 Sep 2010 18:28:29 +0200 wenzelm merged
Mon, 20 Sep 2010 17:12:52 +0200 blanchet merged
Mon, 20 Sep 2010 16:31:47 +0200 blanchet remove needless exception
Mon, 20 Sep 2010 16:29:55 +0200 blanchet preprocess "Ex" before doing clausification in Metis;
Mon, 20 Sep 2010 14:50:45 +0200 haftmann expand_fun_eq -> fun_eq_iff
Mon, 20 Sep 2010 14:36:54 +0200 haftmann use buffers instead of string concatenation
Mon, 20 Sep 2010 16:05:25 +0200 wenzelm renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
Mon, 20 Sep 2010 15:29:53 +0200 wenzelm more antiquotations;
Mon, 20 Sep 2010 15:08:51 +0200 wenzelm added XML.content_of convenience -- cover XML.body, which is the general situation;
Mon, 20 Sep 2010 12:03:11 +0200 wenzelm merged
Mon, 20 Sep 2010 11:55:36 +0200 haftmann merged
Mon, 20 Sep 2010 11:55:21 +0200 haftmann more accurate exception handling
Mon, 20 Sep 2010 11:51:46 +0200 blanchet merged
Mon, 20 Sep 2010 11:51:19 +0200 blanchet merge tracing of two related modules
Mon, 20 Sep 2010 10:29:29 +0200 blanchet merged
Sat, 18 Sep 2010 10:43:52 +0200 blanchet preprocess "All" before doing clausification in Metis;
Fri, 17 Sep 2010 17:02:34 +0200 blanchet reorder proof methods and take out "best";
Mon, 20 Sep 2010 09:26:24 +0200 bulwahn renaming variable name to decrease likelyhood of nameclash
Mon, 20 Sep 2010 09:26:20 +0200 bulwahn code_pred_intro can be used to name facts for the code_pred command
Mon, 20 Sep 2010 09:26:19 +0200 bulwahn replacing temporary hack by checking for environment settings of the component
Mon, 20 Sep 2010 09:26:18 +0200 bulwahn removing unnessary options for code_pred
Mon, 20 Sep 2010 09:26:16 +0200 bulwahn moving renaming_vars to post_processing; removing clone in values and quickcheck of code_prolog
Mon, 20 Sep 2010 09:26:15 +0200 bulwahn removing clone in code_prolog and predicate_compile_quickcheck
Mon, 20 Sep 2010 09:19:22 +0200 haftmann adjusted
Mon, 20 Sep 2010 09:19:17 +0200 haftmann updated file duplicate
Mon, 20 Sep 2010 09:19:13 +0200 haftmann \\isatypewrite now part of isabelle latex style
Mon, 20 Sep 2010 08:53:37 +0200 haftmann made smlnj happy
Sun, 19 Sep 2010 11:33:39 +0200 boehmes properly parse Z3 error models, including datatypes, and represent function valuations as lambda terms; also normalize Z3 error models
Sun, 19 Sep 2010 00:29:13 +0200 boehmes do not treat natural numbers as a datatype (natural numbers are considered an abstract type with a coercion to integers)
Fri, 17 Sep 2010 20:53:50 +0200 haftmann generalized lemma insort_remove1 to insort_key_remove1
Fri, 17 Sep 2010 20:53:50 +0200 haftmann generalized lemmas multiset_of_insort, multiset_of_sort, properties_for_sort for *_key variants
Fri, 17 Sep 2010 20:13:07 +0200 haftmann merged
Fri, 17 Sep 2010 17:17:56 +0200 haftmann less intermediate data structures
Mon, 20 Sep 2010 11:38:14 +0200 wenzelm Isabelle_Process: more robust rendezvous, even without proper blocking on open (Cygwin);
Sun, 19 Sep 2010 23:38:34 +0200 wenzelm simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
Sun, 19 Sep 2010 22:40:22 +0200 wenzelm refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
Sun, 19 Sep 2010 22:20:48 +0200 wenzelm back to default fold painter -- Circle looks slightly odd in conjunction with bracket matching;
Sun, 19 Sep 2010 20:11:51 +0200 wenzelm message_actor: more robust treatment of EOF;
Sun, 19 Sep 2010 17:12:34 +0200 wenzelm simplified Isabelle_Process message kinds;
Sat, 18 Sep 2010 21:33:56 +0200 wenzelm recovered basic session stop/restart;
Sat, 18 Sep 2010 21:10:07 +0200 wenzelm simplified fifo handling -- rm_fifo always succeeds without ever blocking;
Sat, 18 Sep 2010 20:07:48 +0200 wenzelm raw_execute: let IOException pass-through unhindered (again);
Sat, 18 Sep 2010 19:38:27 +0200 wenzelm mkfifo: some workaround to ensure reasonably unique id, even on Cygwin where $PPID might fall back on odd default;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip