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;
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);
wenzelm [Fri, 17 Sep 2010 21:50:44 +0200] rev 39512
Isabelle_Markup.overview_color: indicate error / warning messages;
wenzelm [Fri, 17 Sep 2010 21:49:34 +0200] rev 39511
some specific message classification;
wenzelm [Fri, 17 Sep 2010 21:04:56 +0200] rev 39510
Syntax.read_asts error: report token ranges within message -- no side-effect here;
wenzelm [Fri, 17 Sep 2010 20:56:32 +0200] rev 39509
Isabelle_Process: status/report do not require serial numbers;
wenzelm [Fri, 17 Sep 2010 20:42:26 +0200] rev 39508
simplified some internal flags using Config.T instead of full-blown Proof_Data;
wenzelm [Fri, 17 Sep 2010 20:18:27 +0200] rev 39507
tuned signature of (Context_)Position.report variants;
wenzelm [Fri, 17 Sep 2010 17:31:20 +0200] rev 39506
merged
blanchet [Fri, 17 Sep 2010 16:38:11 +0200] rev 39505
merged