wenzelm [Wed, 06 Nov 2013 18:15:25 +0100] rev 54368
less tiny font for search criteria;
wenzelm [Wed, 06 Nov 2013 18:04:36 +0100] rev 54367
tuned tooltips;
Andreas Lochbihler [Thu, 17 Oct 2013 17:14:06 +0200] rev 54366
swap equations and premises in the coinductive step for better proof automation
wenzelm [Tue, 05 Nov 2013 18:16:16 +0100] rev 54365
no default shortcut for isabelle.reset-font-size -- avoid conflict with unsplit-current;
wenzelm [Tue, 05 Nov 2013 16:41:19 +0100] rev 54364
tuned;
noschinl [Mon, 28 Oct 2013 11:27:14 +0100] rev 54363
CONTRIBUTORS
wenzelm [Sun, 03 Nov 2013 18:12:23 +0100] rev 54362
more on text completion;
wenzelm [Sun, 03 Nov 2013 16:49:52 +0100] rev 54361
tuned;
wenzelm [Sun, 03 Nov 2013 16:37:54 +0100] rev 54360
more on Monitor panel;
wenzelm [Sun, 03 Nov 2013 16:22:57 +0100] rev 54359
more on Timing;
wenzelm [Fri, 01 Nov 2013 17:26:47 +0100] rev 54358
more on miscellaneous tools;
wenzelm [Thu, 31 Oct 2013 17:37:08 +0100] rev 54357
more screenshots;
wenzelm [Thu, 31 Oct 2013 17:13:39 +0100] rev 54356
more screenshots;
wenzelm [Thu, 31 Oct 2013 16:47:36 +0100] rev 54355
more on Sledgehammer;
more on Find;
wenzelm [Thu, 31 Oct 2013 16:10:35 +0100] rev 54354
more on automatically tried tools;
wenzelm [Wed, 30 Oct 2013 21:23:47 +0100] rev 54353
more on prover output;
more sections;
wenzelm [Wed, 30 Oct 2013 18:47:09 +0100] rev 54352
misc tuning and clarification;
wenzelm [Wed, 30 Oct 2013 17:05:23 +0100] rev 54351
more on file-system access;
provide ISABELLE_HOME_USER as well;
wenzelm [Tue, 29 Oct 2013 21:00:37 +0100] rev 54350
tuned;
wenzelm [Tue, 29 Oct 2013 19:45:55 +0100] rev 54349
more on problems and workarounds;
wenzelm [Tue, 29 Oct 2013 18:20:20 +0100] rev 54348
tuned;
wenzelm [Tue, 29 Oct 2013 16:52:25 +0100] rev 54347
clarified isabelle options -l;
wenzelm [Tue, 29 Oct 2013 15:34:29 +0100] rev 54346
tuned;
wenzelm [Wed, 16 Oct 2013 18:48:37 +0200] rev 54345
clarified workaround: problem is potential blocking of vacuous input (see also Poly/ML SVN 1874);
wenzelm [Mon, 14 Oct 2013 19:50:36 +0200] rev 54344
removed dead code (see also db4bf4fb5492);
wenzelm [Wed, 16 Oct 2013 13:02:35 +0200] rev 54343
Added tag Isabelle2013-1-RC3 for changeset fbcaa9f08879
wenzelm [Wed, 16 Oct 2013 12:14:35 +0200] rev 54342
avoid non-portable int constant -- make SML/NJ happy;
wenzelm [Wed, 16 Oct 2013 12:04:38 +0200] rev 54341
avoid empty input and its adverse effect on socket communication, e.g. output message getting "stuck" after vacuous update due to Session.update_options;
wenzelm [Wed, 16 Oct 2013 11:48:42 +0200] rev 54340
prefer TCP_NODELAY -- avoid extra buffering due to Nagle's algorithm;
wenzelm [Wed, 16 Oct 2013 11:35:04 +0200] rev 54339
basic IO buffer size like for fifo -- imitate implicit flushing behaviour more closely;