Mon, 20 Sep 2010 09:26:16 +0200 moving renaming_vars to post_processing; removing clone in values and quickcheck of code_prolog
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
Mon, 20 Sep 2010 09:26:15 +0200 removing clone in code_prolog and predicate_compile_quickcheck
bulwahn [Mon, 20 Sep 2010 09:26:15 +0200] rev 39541
removing clone in code_prolog and predicate_compile_quickcheck
Mon, 20 Sep 2010 09:19:22 +0200 adjusted
haftmann [Mon, 20 Sep 2010 09:19:22 +0200] rev 39540
adjusted
Mon, 20 Sep 2010 09:19:17 +0200 updated file duplicate
haftmann [Mon, 20 Sep 2010 09:19:17 +0200] rev 39539
updated file duplicate
Mon, 20 Sep 2010 09:19:13 +0200 \\isatypewrite now part of isabelle latex style
haftmann [Mon, 20 Sep 2010 09:19:13 +0200] rev 39538
\\isatypewrite now part of isabelle latex style
Mon, 20 Sep 2010 08:53:37 +0200 made smlnj happy
haftmann [Mon, 20 Sep 2010 08:53:37 +0200] rev 39537
made smlnj happy
Sun, 19 Sep 2010 11:33:39 +0200 properly parse Z3 error models, including datatypes, and represent function valuations as lambda terms; also normalize Z3 error models
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
Sun, 19 Sep 2010 00:29:13 +0200 do not treat natural numbers as a datatype (natural numbers are considered an abstract type with a coercion to integers)
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)
Fri, 17 Sep 2010 20:53:50 +0200 generalized lemma insort_remove1 to insort_key_remove1
haftmann [Fri, 17 Sep 2010 20:53:50 +0200] rev 39534
generalized lemma insort_remove1 to insort_key_remove1
Fri, 17 Sep 2010 20:53:50 +0200 generalized lemmas multiset_of_insort, multiset_of_sort, properties_for_sort for *_key variants
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
Fri, 17 Sep 2010 20:13:07 +0200 merged
haftmann [Fri, 17 Sep 2010 20:13:07 +0200] rev 39532
merged
Fri, 17 Sep 2010 17:17:56 +0200 less intermediate data structures
haftmann [Fri, 17 Sep 2010 17:17:56 +0200] rev 39531
less intermediate data structures
Mon, 20 Sep 2010 11:38:14 +0200 Isabelle_Process: more robust rendezvous, even without proper blocking on open (Cygwin);
wenzelm [Mon, 20 Sep 2010 11:38:14 +0200] rev 39530
Isabelle_Process: more robust rendezvous, even without proper blocking on open (Cygwin);
Sun, 19 Sep 2010 23:38:34 +0200 simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
wenzelm [Sun, 19 Sep 2010 23:38:34 +0200] rev 39529
simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
Sun, 19 Sep 2010 22:40:22 +0200 refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
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;
Sun, 19 Sep 2010 22:20:48 +0200 back to default fold painter -- Circle looks slightly odd in conjunction with bracket matching;
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;
Sun, 19 Sep 2010 20:11:51 +0200 message_actor: more robust treatment of EOF;
wenzelm [Sun, 19 Sep 2010 20:11:51 +0200] rev 39526
message_actor: more robust treatment of EOF;
Sun, 19 Sep 2010 17:12:34 +0200 simplified Isabelle_Process message kinds;
wenzelm [Sun, 19 Sep 2010 17:12:34 +0200] rev 39525
simplified Isabelle_Process message kinds; misc tuning and simplification;
Sat, 18 Sep 2010 21:33:56 +0200 recovered basic session stop/restart;
wenzelm [Sat, 18 Sep 2010 21:33:56 +0200] rev 39524
recovered basic session stop/restart;
Sat, 18 Sep 2010 21:10:07 +0200 simplified fifo handling -- rm_fifo always succeeds without ever blocking;
wenzelm [Sat, 18 Sep 2010 21:10:07 +0200] rev 39523
simplified fifo handling -- rm_fifo always succeeds without ever blocking; tuned;
Sat, 18 Sep 2010 20:07:48 +0200 raw_execute: let IOException pass-through unhindered (again);
wenzelm [Sat, 18 Sep 2010 20:07:48 +0200] rev 39522
raw_execute: let IOException pass-through unhindered (again);
Sat, 18 Sep 2010 19:38:27 +0200 mkfifo: some workaround to ensure reasonably unique id, even on Cygwin where $PPID might fall back on odd default;
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;
Sat, 18 Sep 2010 17:39:23 +0200 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:39:23 +0200] rev 39520
Isabelle_System.mk_fifo: more robust enumeration of unique names, based on persisting JVM pid (parent of shell process);
Sat, 18 Sep 2010 17:14:47 +0200 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: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;
Sat, 18 Sep 2010 17:11:39 +0200 tuned;
wenzelm [Sat, 18 Sep 2010 17:11:39 +0200] rev 39518
tuned;
Sat, 18 Sep 2010 16:05:12 +0200 separate Isabelle.logic_selector;
wenzelm [Sat, 18 Sep 2010 16:05:12 +0200] rev 39517
separate Isabelle.logic_selector;
Sat, 18 Sep 2010 15:50:29 +0200 non-editable text area;
wenzelm [Sat, 18 Sep 2010 15:50:29 +0200] rev 39516
non-editable text area;
Sat, 18 Sep 2010 14:28:42 +0200 basic setup for prover session panel;
wenzelm [Sat, 18 Sep 2010 14:28:42 +0200] rev 39515
basic setup for prover session panel;
Fri, 17 Sep 2010 22:42:07 +0200 ML_Syntax.print_char: more readable output of some well-known ASCII controls -- this is relevant for ML toplevel pp;
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;
Fri, 17 Sep 2010 22:17:57 +0200 discontinued Output.debug, which belongs to early PGIP experiments (b6788dbd2ef9) and causes just too many problems (like spamming the message channel if it is used by more than one module);
wenzelm [Fri, 17 Sep 2010 22:17:57 +0200] rev 39513
discontinued Output.debug, which belongs to early PGIP experiments (b6788dbd2ef9) and causes just too many problems (like spamming the message channel if it is used by more than one module);
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip