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);
wenzelm [Sun, 19 Sep 2010 23:38:34 +0200] rev 39529
simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
wenzelm [Sun, 19 Sep 2010 22:40:22 +0200] rev 39528
refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
tuned;
wenzelm [Sun, 19 Sep 2010 22:20:48 +0200] rev 39527
back to default fold painter -- Circle looks slightly odd in conjunction with bracket matching;
wenzelm [Sun, 19 Sep 2010 20:11:51 +0200] rev 39526
message_actor: more robust treatment of EOF;
wenzelm [Sun, 19 Sep 2010 17:12:34 +0200] rev 39525
simplified Isabelle_Process message kinds;
misc tuning and simplification;
wenzelm [Sat, 18 Sep 2010 21:33:56 +0200] rev 39524
recovered basic session stop/restart;
wenzelm [Sat, 18 Sep 2010 21:10:07 +0200] rev 39523
simplified fifo handling -- rm_fifo always succeeds without ever blocking;
tuned;
wenzelm [Sat, 18 Sep 2010 20:07:48 +0200] rev 39522
raw_execute: let IOException pass-through unhindered (again);
wenzelm [Sat, 18 Sep 2010 19:38:27 +0200] rev 39521
mkfifo: some workaround to ensure reasonably unique id, even on Cygwin where $PPID might fall back on odd default;
wenzelm [Sat, 18 Sep 2010 17:39:23 +0200] rev 39520
Isabelle_System.mk_fifo: more robust enumeration of unique names, based on persisting JVM pid (parent of shell process);
wenzelm [Sat, 18 Sep 2010 17:14:47 +0200] rev 39519
slightly more robust Isabelle_Process startup -- NB: openening fifo streams synchronizes with other end, which may fail to reach that point;
wenzelm [Sat, 18 Sep 2010 17:11:39 +0200] rev 39518
tuned;
wenzelm [Sat, 18 Sep 2010 16:05:12 +0200] rev 39517
separate Isabelle.logic_selector;
wenzelm [Sat, 18 Sep 2010 15:50:29 +0200] rev 39516
non-editable text area;
wenzelm [Sat, 18 Sep 2010 14:28:42 +0200] rev 39515
basic setup for prover session panel;
wenzelm [Fri, 17 Sep 2010 22:42:07 +0200] rev 39514
ML_Syntax.print_char: more readable output of some well-known ASCII controls -- this is relevant for ML toplevel pp;